X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=a458d8943dcc6c08d3f5a8a2e32ed5fc4de6bd8c;hb=e096fd01832dd4e8017015061eeb143f8bcb7c55;hp=84368e97d8d6b27038d740c3584c664bbec983e0;hpb=1f813c18bdca4f34b18d8b5a8e06badef7d03971;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 84368e9..a458d89 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -158,6 +158,8 @@ table { background-color: #ffffff; } +#matrix { width: 100%; } + #matrix th { background-color: #b5cadc; border: 1px solid #778; @@ -290,11 +292,6 @@ label .field { .error { color: #d00; } -.actions { - white-space: nowrap; - background-color: #fff; -} - .action { border: 1px outset #7d95b5; style:block; @@ -306,10 +303,33 @@ label .field { background-color: #7d95b5; } -.field { +.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; +} + .pager { font: 11px Arial, Helvetica, sans-serif; text-align: center; @@ -348,3 +368,4 @@ label .field { border-color: #036; text-decoration: none; } +