diff options
author | Byron Jones <glob@mozilla.com> | 2015-06-15 06:58:51 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-06-15 06:58:51 +0200 |
commit | aff954b93e8f47628c3910c0765f1749511affa7 (patch) | |
tree | a29ef1e746e4d694ce6719220f56828b122c7d6a /extensions/Bitly/web/styles | |
parent | c290f3ecabec75b741d375e6130af9060255c274 (diff) | |
download | bugzilla-aff954b93e8f47628c3910c0765f1749511affa7.tar.gz bugzilla-aff954b93e8f47628c3910c0765f1749511affa7.tar.xz |
Bug 1173771: "Share a link to this list of bugs" doesn't work for saved searches
Diffstat (limited to 'extensions/Bitly/web/styles')
-rw-r--r-- | extensions/Bitly/web/styles/bitly.css | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/extensions/Bitly/web/styles/bitly.css b/extensions/Bitly/web/styles/bitly.css index 110a6bef4..e856cbb5d 100644 --- a/extensions/Bitly/web/styles/bitly.css +++ b/extensions/Bitly/web/styles/bitly.css @@ -5,18 +5,15 @@ * This Source Code Form is "Incompatible With Secondary Licenses", as * defined by the Mozilla Public License, v. 2.0. */ -#bitly_overlay { - position: absolute; +#bitly-overlay { + display: none; background: #eee; - border: 1px solid black; + border: 1px solid #000; padding: 5px; - margin: 10px; - visibility: collapse; - box-shadow: 3px 3px 6px #888; - -moz-box-shadow: 3px 3px 6px #888; + width: 400px; } -#bitly_url { +#bitly-url { margin: 2px 0; display: block; width: 100%; |