r108892 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108891‎ | r108892 | r108893 >
Date:05:40, 14 January 2012
Author:kroocsiogsi
Status:deferred
Tags:
Comment:
Download SoundManager 2.97a.20111220
Modified paths:
  • /trunk/extensions/SoundManager2Button/css/debug.css (modified) (history)
  • /trunk/extensions/SoundManager2Button/css/mp3-player-button.css (modified) (history)

Diff [purge]

Index: trunk/extensions/SoundManager2Button/css/mp3-player-button.css
@@ -68,9 +68,6 @@
6969 overflow:hidden; /* don't draw inner link text */
7070 vertical-align:middle;
7171 /* and, a bit of round-ness for the cool browsers. */
72 - -moz-border-radius:6px;
73 - -webkit-border-radius:6px;
74 - -o-border-radius:6px;
7572 border-radius:6px;
7673 margin-top:-1px; /* vertical align tweak */
7774 /* safari 3.1+ fun (/W3 working draft extension, TBD.) */
Index: trunk/extensions/SoundManager2Button/css/debug.css
@@ -1,19 +1,23 @@
22 #soundmanager-debug {
3 - position:absolute;
43 position:fixed;
5 - *position:absolute;
6 - bottom:10px;
7 - right:10px;
8 - width:50em;
9 - height:18em;
 4+ _position:absolute; /* IE <7 */
 5+ bottom:1em;
 6+ right:1em;
 7+ width:38em;
 8+ height:30em;
109 overflow:auto;
11 - background:#fff;
 10+ padding:0px;
1211 margin:1em;
13 - padding:1em;
14 - border:1px solid #999;
15 - font-family:"lucida console",verdana,tahoma,"sans serif";
16 - font-size:x-small;
17 - line-height:1.5em;
 12+ font-family:monaco,"VT-100","lucida console",courier,system;
1813 opacity:0.9;
19 - filter:alpha(opacity=90);
 14+ color:#333;
 15+ border:1px solid #ccddee;
 16+ border-radius:3px;
 17+ background:#f3f9ff;
2018 }
 19+
 20+#soundmanager-debug div {
 21+ font-size:x-small;
 22+ padding:0.2em;
 23+ margin:0px;
 24+}
\ No newline at end of file

Status & tagging log