* webcit.css: returned tabcontent_submit width back to 96% as was originally done...
authorArt Cancro <ajc@citadel.org>
Mon, 12 Jan 2009 18:03:14 +0000 (18:03 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 12 Jan 2009 18:03:14 +0000 (18:03 +0000)
webcit/static/webcit.css

index 55797ad97388d112c8f74ce3aeb4b31294d01c9b..33726d40294f964f16928431f25f411deffae850 100644 (file)
@@ -1253,7 +1253,7 @@ ul.tabbed_dialog li {
 
 .tabcontent_submit {
         margin: 0 auto 0 auto;
-        width: 50%;
+        width: 96%;
         padding: 10px;
         text-align: center;
 }
@@ -1491,4 +1491,4 @@ li.event_unread span, a.event_read_title {
 .openid_urlarea {
        background: url('openid-small.gif') no-repeat scroll 0pt 50%;
        padding-left: 18px;
-}
\ No newline at end of file
+}