diff options
author | Byron Jones <glob@mozilla.com> | 2015-02-02 15:06:56 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-02-02 15:06:56 +0100 |
commit | 54f968d628c0cf6de505e82be06f964253ca12b7 (patch) | |
tree | 03932193fb64d11a166af5dfce52f6ed67e09a5c /skins/standard | |
parent | 2344279351712a6ad4176da273ecebb0bf1ff57d (diff) | |
download | bugzilla-54f968d628c0cf6de505e82be06f964253ca12b7.tar.gz bugzilla-54f968d628c0cf6de505e82be06f964253ca12b7.tar.xz |
Bug 1128401: user-menu down-drop arrows are miss-aligned
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index e799f90ee..3eb106faf 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -496,22 +496,6 @@ div.user_match { padding: 0.5em 1em; } -.arrow_down { - width: 0; - height: 0; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-top: 4px solid #003399; - position: relative; - top: 1em; - margin: 4px 0; -} - -.arrow_container { - margin: 0 2px; - display: inline-block; -} - .collapsed, .bz_default_collapsed .bz_private_checkbox, .bz_default_collapsed .bz_comment_user, |