X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=51d99a4093f6487e5234d34760f9fa185b085731;hb=7054179a1530e991aa351674ff786ac1e600daf5;hp=fe0f50cf70294030e8d5b543ef7e78f40e199e15;hpb=fcda1515f26457d742ececc830ce3066b3d5dd35;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index fe0f50c..51d99a4 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -90,7 +90,6 @@ input[type=submit] { font-size: 11px; border: 1px outset; background-color: #fff; - color: #2E415A; padding: 0px 0px 2px 0px; margin-bottom: 5px; } @@ -159,13 +158,15 @@ table { background-color: #ffffff; } +#matrix { width: 100%; } + #matrix th { background-color: #b5cadc; border: 1px solid #778; font: bold 12px Verdana, sans-serif; } -#matrix th#actionth { +#matrix #actionth { width: 1px; padding: 0em 1em 0em 1em; } @@ -291,10 +292,6 @@ label .field { .error { color: #d00; } -.actions { - background-color: #fff; -} - .action { border: 1px outset #7d95b5; style:block; @@ -306,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; @@ -335,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; } +