X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=f20b5877ee57900188ffed1f1d5e32f1ab5177d0;hb=7637da3c79552ce54e8b71b880af799ddfd64eca;hp=7171616b68b9855098df23cdcb250b7ad4789b08;hpb=5789e96979492b0755c18158a9dcb7e12aee5895;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 7171616..f20b587 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -164,7 +164,7 @@ table { font: bold 12px Verdana, sans-serif; } -#matrix th#actionth { +#matrix #actionth { width: 1px; padding: 0em 1em 0em 1em; } @@ -290,10 +290,6 @@ label .field { .error { color: #d00; } -.actions { - background-color: #fff; -} - .action { border: 1px outset #7d95b5; style:block; @@ -305,6 +301,34 @@ 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; + background-color: #fff; +} + .pager { font: 11px Arial, Helvetica, sans-serif; text-align: center; @@ -334,7 +358,6 @@ label .field { .pager .current-page { padding: 2px 6px; font-weight: bold; - font-size: 13px; vertical-align: top; }