X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=7171616b68b9855098df23cdcb250b7ad4789b08;hb=5f175450fcaf2b71f910742abc16ede9bfdc7103;hp=61a247e1164f1bc35b60639c5ad01cd50c3a75b8;hpb=6f4f96348ca50c00b6455ba95c7f82ce04fae602;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 61a247e..7171616 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,6 +164,11 @@ table { font: bold 12px Verdana, sans-serif; } +#matrix th#actionth { + width: 1px; + padding: 0em 1em 0em 1em; +} + #matrix tr.alternate { background-color:#e3eaf0; } #matrix tr:hover { background-color: #b5cadc; } #matrix td { font: 12px Verdana, sans-serif; } @@ -286,7 +290,11 @@ label .field { .error { color: #d00; } -.action { +.actions { + background-color: #fff; +} + +.action { border: 1px outset #7d95b5; style:block; } @@ -332,7 +340,7 @@ label .field { .pager a:hover { color: #fff; - background: #b5cadc; + background: #7d95b5; border-color: #036; text-decoration: none; }