X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=f20b5877ee57900188ffed1f1d5e32f1ab5177d0;hb=8bbd2b435a993ce72871cf210383faa519d9573f;hp=c7697e2597242df6799d7ac84cf705fbc2be4ad8;hpb=0dad0b61598776d7eab84a8c9f25bd3d85bc1198;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index c7697e2..f20b587 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -290,11 +290,6 @@ label .field { .error { color: #d00; } -.actions { - white-space: nowrap; - background-color: #fff; -} - .action { border: 1px outset #7d95b5; style:block; @@ -310,7 +305,7 @@ label .field { display: inline; } -#actionbutton { +.actionbutton { height: 16px; width: 40px; font-family: sans-serif; @@ -320,11 +315,20 @@ label .field { margin-bottom: 0px; } -#actionbutton:hover { +.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;