From c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 6 Aug 2014 15:05:03 +0800 Subject: Bug 1049329: fix width of user_story field, and hide label for anon access when no story is set --- skins/contrib/Mozilla/global.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'skins/contrib/Mozilla') diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index b43488e9f..2a3396a6e 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -495,16 +495,9 @@ table.edit_form hr { background: #ffffff; } -.bz_comment_table { -} - .bz_comment { - width: 65em; - margin: 0 0 20px; -} - -.bz_comment_table .bz_comment { width: 65em !important; + margin: 0 0 20px; } .bz_comment pre, #comment { -- cgit v1.2.3-24-g4f1b