if($GLOBALS['flash_player_frame'] == 'playframe-show' && $GLOBALS['useflash']) { ?>
<tr id="playframe-tr">
<td><a href="?blank" target="playframe-show" title="Stop playback" class="icon ifstop">S</a></td>
-<td colspan="100%">
+<td colspan="100%" class="noradius nomarpad">
<iframe
src="?blank"
name="playframe-show"
+class="noradius nomarpad"
width="100%"
height="24"
style="border:none;"
* Example CSS for Harvie's JuKe!Box
*/
-*:not(html):not(body) { border-radius:6px; -moz-border-radius:5px; }
+*:not(html):not(body):not(.noradius) { border-radius:6px; -moz-border-radius:5px; }
+.noradius { border-radius:0; -moz-border-radius:0; }
body {
color: lightblue;
background-color: #000099;
}
+.nomarpad {
+ margin: 0;
+ padding: 0;
+}
+
.directory {
font-weight: bolder;
}