From ed2cb89f065ff96f3d51f278707f121a5b303a96 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 12 Jan 2009 18:03:14 +0000 Subject: [PATCH] * webcit.css: returned tabcontent_submit width back to 96% as was originally done in r6522; this repairs the bottom of tabbed dialogs and makes them line up with the rest of the box instead of appearing as a short bottom tab --- webcit/static/webcit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 55797ad97..33726d402 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -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 +} -- 2.39.2