X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=5d1711dd1007f6cf1ce26e97180a7e30d721dda2;hb=ac3667d9b110af5c5150e8c18fbad42f80324a29;hp=59db6d5e18a0f0a700094ecba71e0675ce3d1950;hpb=9a7c10849815112cab035e38d5937adb08dcd635;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 59db6d5..5d1711d 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,16 +292,31 @@ label .field { .error { color: #d00; } -.action { +.actions { + white-space: nowrap; + background-color: #fff; +} + +.action { border: 1px outset #7d95b5; style:block; } .action:hover { + color: #fff; text-decoration: none; background-color: #7d95b5; } +.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; @@ -320,13 +346,12 @@ 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; }