X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=51d99a4093f6487e5234d34760f9fa185b085731;hb=73df58543e31b805fe123e4e818ab863eaac07de;hp=1ca27f71aa26cb61b66403e86a5fc9aebac6ed55;hpb=24605421b126b59254ed28a0bb94da55e7e84f59;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 1ca27f7..51d99a4 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -90,11 +90,15 @@ input[type=submit] { font-size: 11px; border: 1px outset; background-color: #fff; - color: #2E415A; padding: 0px 0px 2px 0px; margin-bottom: 5px; } +input:hover[type=submit] { + color: #fff; + background-color: #7d95b5; +} + textarea { width: 136px; font-family: sans-serif; @@ -154,12 +158,19 @@ table { background-color: #ffffff; } +#matrix { width: 100%; } + #matrix th { background-color: #b5cadc; border: 1px solid #778; font: bold 12px Verdana, sans-serif; } +#matrix #actionth { + width: 1px; + padding: 0em 1em 0em 1em; +} + #matrix tr.alternate { background-color:#e3eaf0; } #matrix tr:hover { background-color: #b5cadc; } #matrix td { font: 12px Verdana, sans-serif; } @@ -281,7 +292,7 @@ label .field { .error { color: #d00; } -.action { +.action { border: 1px outset #7d95b5; style:block; } @@ -292,6 +303,38 @@ label .field { background-color: #7d95b5; } +.actionform { + display: inline; +} + +.actionbutton { + height: 16px; + width: 40px; + font-family: sans-serif; + font-size: 10px; + border: 1px outset; + background-color: #fff; + margin-bottom: 0px; +} + +.actionbutton:hover { + color: #fff; + background-color: #7d95b5; +} + +.actions { + white-space: nowrap; +} + +.field { + display:inline; +} + +#login { width: 400px; } + +#login input[type=text] { width: 150px; } +#login input[type=password] { width: 150px; } + .pager { font: 11px Arial, Helvetica, sans-serif; text-align: center; @@ -321,13 +364,13 @@ label .field { .pager .current-page { padding: 2px 6px; font-weight: bold; - font-size: 13px; vertical-align: top; } .pager a:hover { color: #fff; - background: #b5cadc; + background: #7d95b5; border-color: #036; text-decoration: none; } +