X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=51d99a4093f6487e5234d34760f9fa185b085731;hb=7054179a1530e991aa351674ff786ac1e600daf5;hp=93bdce717a7fb3fa5f2f8c3db2dae8fe36f8f36a;hpb=40c2f06cbbc9b4efaf93deb03f6e2ddf114555f0;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 93bdce7..51d99a4 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,6 +303,38 @@ 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; +} + +#login { width: 400px; } + +#login input[type=text] { width: 150px; } +#login input[type=password] { width: 150px; } + .pager { font: 11px Arial, Helvetica, sans-serif; text-align: center; @@ -344,3 +373,4 @@ label .field { border-color: #036; text-decoration: none; } +