diff options
author | Thiemo Mättig <thiemo.maettig@wikimedia.de> | 2014-07-10 16:59:19 +0200 |
---|---|---|
committer | Krinkle <krinklemail@gmail.com> | 2014-07-10 16:45:14 +0000 |
commit | a91a14b29e43aaedb837a6c92ea8bd9449638e7d (patch) | |
tree | d20fb6155e2a0928a0920143820e458a7c1e2338 /skins | |
parent | 7b488f64ee6f0ed3ce1c5ede62c25e756a8840e0 (diff) | |
download | mediawikicore-a91a14b29e43aaedb837a6c92ea8bd9449638e7d.tar.gz mediawikicore-a91a14b29e43aaedb837a6c92ea8bd9449638e7d.zip |
Remove outdated unused jquery.tipsy styles from common/shared.css
This code is really, really old and not compatible with jquery.tipsy
anymore. Look at the image. It's a single arrow. That's not how
the tipsy version we are currently using works. It needs to be a
star with arrows pointing to all four directions.
Luckily this is just dead code. The jquery.tipsy.css file is loaded
after shared.css and overrides the outdated styles anyway.
Wikibase uses it's own styles for the tipsy tooltips. So there are
three places that try to style the tipsy tooltips: shared.css,
tipsy.css and Wikibase' wbtooltip.css. For some reason this broke
the ULS tooltips on wikidata.org. I would like to fix this mess by
removing all individual styles. I will submit an other patch that
removes the individual styles in Wikibase.
Bug: 67802
Change-Id: Idfd3a5e30dd2f24dbd588a30c1f516d5d219ced5
Diffstat (limited to 'skins')
-rw-r--r-- | skins/common/images/tipsy-arrow.gif | bin | 205 -> 0 bytes | |||
-rw-r--r-- | skins/common/shared.css | 31 |
2 files changed, 0 insertions, 31 deletions
diff --git a/skins/common/images/tipsy-arrow.gif b/skins/common/images/tipsy-arrow.gif Binary files differdeleted file mode 100644 index 9f1a15b6a691..000000000000 --- a/skins/common/images/tipsy-arrow.gif +++ /dev/null diff --git a/skins/common/shared.css b/skins/common/shared.css index a5612e22bab2..e72b25231c2d 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -1128,37 +1128,6 @@ ol:lang(or) li { margin-left: 20px; } -.tipsy { - padding: 5px 5px 10px; - font-size: 12px; - position: absolute; - z-index: 100000; - overflow: visible; -} - -.tipsy-inner { - padding: 5px 8px 4px 8px; - background-color: #d6f3ff; - color: black; - border: 1px solid #5dc9f4; - max-width: 300px; - text-align: left; -} - -.tipsy-arrow { - position: absolute; - /* @embed */ - background: url(images/tipsy-arrow.gif) no-repeat top left; - width: 13px; - height: 13px; -} - -.tipsy-se .tipsy-arrow { - bottom: -2px; - right: 10px; - background-position: 0% 100%; -} - #mw-clearyourcache, #mw-sitecsspreview, #mw-sitejspreview, |