fixed CSS + iconifized another forgotten link
authorHarvie <tomas@mudrunka.cz>
Sat, 24 Jul 2010 16:11:34 +0000 (18:11 +0200)
committerHarvie <tomas@mudrunka.cz>
Sat, 24 Jul 2010 16:11:34 +0000 (18:11 +0200)
index.php
jbx/themes/default/jukebox.css

index bb5708e9a6f0205f04da0f88e772f8a6d2264a19..6c13be1c91d36d293f791851959de114437f2c1e 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -220,14 +220,14 @@ function render_dir_line($current_dir, $item, $i) {
 function render_tr_playframe_show() {
        if($GLOBALS['flash_player_frame'] == 'playframe-show' && $GLOBALS['useflash']) { ?>
 <tr id="playframe-tr">
-<td><a href="?blank" target="playframe-show" title="Stop playback">S</a></td>
+<td><a href="?blank" target="playframe-show" title="Stop playback" class="icon ifstop">S</a></td>
 <td colspan="100%">
 <iframe
 src="?blank"
 name="playframe-show"
 width="100%"
 height="24"
-style="border: none;"
+style="border:none;"
 transparentpagebg="yes"
 ></iframe></td></tr>
        <?php }
index 0ad36e05db18a86ee77ccfa1a8663b9cee6cf2e9..ee04dd6e304a923e5e4e1e07751661ff1a9d3305 100755 (executable)
@@ -41,7 +41,7 @@ table {
 td {
        border: 0px solid blue;
        margin: 0px;
-       padding-left: 3px;
+       padding: 0 3px 0 3px;
 }
 
 .odd * {
This page took 0.140697 seconds and 4 git commands to generate.