X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=5d1711dd1007f6cf1ce26e97180a7e30d721dda2;hb=ac3667d9b110af5c5150e8c18fbad42f80324a29;hp=7171616b68b9855098df23cdcb250b7ad4789b08;hpb=5789e96979492b0755c18158a9dcb7e12aee5895;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 7171616..5d1711d 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -158,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,6 +293,7 @@ label .field { .error { color: #d00; } .actions { + white-space: nowrap; background-color: #fff; } @@ -305,6 +308,15 @@ label .field { 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; @@ -334,7 +346,6 @@ label .field { .pager .current-page { padding: 2px 6px; font-weight: bold; - font-size: 13px; vertical-align: top; }