X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=5d1711dd1007f6cf1ce26e97180a7e30d721dda2;hb=ac3667d9b110af5c5150e8c18fbad42f80324a29;hp=f20b5877ee57900188ffed1f1d5e32f1ab5177d0;hpb=5d49648fd96492e31cf7c6df507ae42e9cd1e42d;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index f20b587..5d1711d 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,6 +292,11 @@ label .field { .error { color: #d00; } +.actions { + white-space: nowrap; + background-color: #fff; +} + .action { border: 1px outset #7d95b5; style:block; @@ -301,33 +308,14 @@ label .field { background-color: #7d95b5; } -.actionform { +.field { display: inline; } -.actionbutton { - height: 16px; - width: 40px; - font-family: sans-serif; - font-size: 10px; - border: 1px outset; - background-color: #fff; - margin-bottom: 0px; -} +#login { width: 400px; } -.actionbutton:hover { - color: #fff; - background-color: #7d95b5; -} - -.actions { -white-space: nowrap; -} - -.field { - display:inline; - background-color: #fff; -} +#login input[type=text] { width: 150px; } +#login input[type=password] { width: 150px; } .pager { font: 11px Arial, Helvetica, sans-serif;