X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=5d1711dd1007f6cf1ce26e97180a7e30d721dda2;hb=ac3667d9b110af5c5150e8c18fbad42f80324a29;hp=84368e97d8d6b27038d740c3584c664bbec983e0;hpb=1f813c18bdca4f34b18d8b5a8e06badef7d03971;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index 84368e9..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; @@ -310,6 +312,11 @@ label .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;