X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fcommon.css;fp=root%2Fstatic%2Fcss%2Fcommon.css;h=023d30e255d13b47b6d25ead20702370d25f5dad;hb=e872d7b7c02a1006e4481271d902ad1ca1e0b8d4;hp=ff89b5b6774fbf8ac726a2936b43eb29ad32de8f;hpb=9a7bfdb65af033380ae3c9242b2b3815bdc2bdc5;p=chaz%2Fchatty diff --git a/root/static/css/common.css b/root/static/css/common.css index ff89b5b..023d30e 100644 --- a/root/static/css/common.css +++ b/root/static/css/common.css @@ -23,7 +23,7 @@ a:hover { } label { - width: 100px; + width: 150px; float: left; } @@ -41,7 +41,7 @@ label { #outer { margin: 0 auto 0 auto; - width: 640px; + width: 720px; border: 2px solid black; background: #99c; } @@ -92,25 +92,6 @@ label { /* error message */ .error { - /* supply height to ensure consistent positioning for every browser */ - height:15px; - background-color:#FFFE36; - border:1px solid #E1E16D; - font-size:11px; - color:#000; - padding:3px 10px; - margin-left:-2px; - - - /* CSS3 spicing for mozilla and webkit */ - -moz-border-radius:4px; - -webkit-border-radius:4px; - -moz-border-radius-bottomleft:0; - -moz-border-radius-topleft:0; - -webkit-border-bottom-left-radius:0; - -webkit-border-top-left-radius:0; - - -moz-box-shadow:0 0 6px #ddd; - -webkit-box-shadow:0 0 6px #ddd; + background: #c66; }