X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=c7697e2597242df6799d7ac84cf705fbc2be4ad8;hb=7a5d8104289f1781b0909e79c4e4ab51fa193104;hp=c9728ce8cf96f1f2791aac6c1a7050609826c5f2;hpb=34346cf109ad1b0a098c9f99b2ac216f3454a264;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index c9728ce..c7697e2 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; } @@ -165,7 +164,7 @@ table { font: bold 12px Verdana, sans-serif; } -#matrix th#actionth { +#matrix #actionth { width: 1px; padding: 0em 1em 0em 1em; } @@ -292,6 +291,7 @@ label .field { .error { color: #d00; } .actions { + white-space: nowrap; background-color: #fff; } @@ -306,6 +306,25 @@ 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; +} + .pager { font: 11px Arial, Helvetica, sans-serif; text-align: center; @@ -335,7 +354,6 @@ label .field { .pager .current-page { padding: 2px 6px; font-weight: bold; - font-size: 13px; vertical-align: top; }