From: Harvie Date: Sat, 10 Jul 2010 03:47:29 +0000 (+0200) Subject: CSS fixes: icons and iframes X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=a74cdde6f41804cffbc62f2a3112917f26e66b6e CSS fixes: icons and iframes --- diff --git a/index.php b/index.php index a1c866a..1e7a509 100755 --- a/index.php +++ b/index.php @@ -330,9 +330,9 @@ if(isset($_GET['blank'])) { -
+
- + < BACK | HOME () | ABOUT/HELP @@ -434,9 +434,10 @@ foreach($indexlist as $index) @readfile($dir.$index); > -P/RF'); ?> +P/RF'); ?> [DIR] .. () @@ -461,7 +462,7 @@ for($s=2;$s;$s--) { while(($item = readdir($dd)) != false) { $temp=str_replace('%2F', '/', rawurlencode($current_dir)).rawurlencode($item); echo("". ''.$i.'P/'. - 'R'); + 'R'); if($GLOBALS['useflash']) echo('/F'); echo('[DIR] '.unxss(str_replace('_', ' ', $item))."\n"); } diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index d764c1c..04ad221 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -82,6 +82,10 @@ tr:hover * a { background-color: pink; } +.hide { + margin:0; padding:0; width:0; height:0; border:none; display:none; +} + /* Color Classes */ *.red { color: red; } @@ -92,10 +96,11 @@ tr:hover * a { /* Icon Classes */ -*.icon { text-decoration: none; width: 16px; height: 16px; display: inline; font-size: 0; padding: 12px 16px 4px 0; margin:0; } +*.icon { text-decoration: none; width: 16px; height: 16px; display: inline; font-size: 0; padding: 12px 16px 4px 0; margin:0; background-repeat:no-repeat; } *.icon, *.icon * a:hover { text-decoration: none; } *.iplay { background-image: url(icons/playlist.png); } +*.irplay { background-image: url(icons/recursive.png); } *.ifplay { background-image: url(icons/play.png); } *.ifstop { background-image: url(icons/stop.png); } *.ifolder { background-image: url(icons/folder.png); }