Index: trunk/extensions/SoundManager2Button/css/mp3-player-button.css |
— | — | @@ -68,9 +68,6 @@ |
69 | 69 | overflow:hidden; /* don't draw inner link text */ |
70 | 70 | vertical-align:middle; |
71 | 71 | /* 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; |
75 | 72 | border-radius:6px; |
76 | 73 | margin-top:-1px; /* vertical align tweak */ |
77 | 74 | /* safari 3.1+ fun (/W3 working draft extension, TBD.) */ |
Index: trunk/extensions/SoundManager2Button/css/debug.css |
— | — | @@ -1,19 +1,23 @@ |
2 | 2 | #soundmanager-debug { |
3 | | - position:absolute; |
4 | 3 | 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; |
10 | 9 | overflow:auto; |
11 | | - background:#fff; |
| 10 | + padding:0px; |
12 | 11 | 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; |
18 | 13 | opacity:0.9; |
19 | | - filter:alpha(opacity=90); |
| 14 | + color:#333; |
| 15 | + border:1px solid #ccddee; |
| 16 | + border-radius:3px; |
| 17 | + background:#f3f9ff; |
20 | 18 | } |
| 19 | + |
| 20 | +#soundmanager-debug div { |
| 21 | + font-size:x-small; |
| 22 | + padding:0.2em; |
| 23 | + margin:0px; |
| 24 | +} |
\ No newline at end of file |