diff options
author | Byron Jones <glob@mozilla.com> | 2014-08-06 09:05:03 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-08-06 09:06:11 +0200 |
commit | c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c (patch) | |
tree | 92508d0615ed45d8206e8d84457146088dcc9d7e /skins | |
parent | ec10d05697c5e8b89d4a76374563bacaf4238d02 (diff) | |
download | bugzilla-c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c.tar.gz bugzilla-c0dd51d4d3f83015d77db8a6cc2958aa6fccc09c.tar.xz |
Bug 1049329: fix width of user_story field, and hide label for anon access when no story is set
Diffstat (limited to 'skins')
-rw-r--r-- | skins/contrib/Mozilla-OpenSans/global.css | 9 | ||||
-rw-r--r-- | skins/contrib/Mozilla/global.css | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/skins/contrib/Mozilla-OpenSans/global.css b/skins/contrib/Mozilla-OpenSans/global.css index 37c485e82..f9b24970d 100644 --- a/skins/contrib/Mozilla-OpenSans/global.css +++ b/skins/contrib/Mozilla-OpenSans/global.css @@ -452,16 +452,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 { 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 { |