X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Fmaypole.css;h=51d99a4093f6487e5234d34760f9fa185b085731;hb=7054179a1530e991aa351674ff786ac1e600daf5;hp=f20b5877ee57900188ffed1f1d5e32f1ab5177d0;hpb=5d49648fd96492e31cf7c6df507ae42e9cd1e42d;p=maypole.git diff --git a/templates/maypole.css b/templates/maypole.css index f20b587..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; @@ -321,14 +323,18 @@ label .field { } .actions { -white-space: nowrap; + white-space: nowrap; } .field { display:inline; - background-color: #fff; } +#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; @@ -367,3 +373,4 @@ white-space: nowrap; border-color: #036; text-decoration: none; } +