X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=f20b5877ee57900188ffed1f1d5e32f1ab5177d0;hb=5d49648fd96492e31cf7c6df507ae42e9cd1e42d;hp=93bdce717a7fb3fa5f2f8c3db2dae8fe36f8f36a;hpb=40c2f06cbbc9b4efaf93deb03f6e2ddf114555f0;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 93bdce7..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; @@ -306,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;