Added "DJ Mode" (splitscreen)
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index 40adbe162b729eb1be92ef80c5c3cc4e1b5ee903..9a8b8e2c68580c3d17842804ba2c9da2c3dc28a1 100755 (executable)
@@ -41,7 +41,7 @@ table {
 td {
        border: 0px solid blue;
        margin: 0px;
-       padding-left: 3px;
+       padding: 0 3px 0 3px;
 }
 
 .odd * {
@@ -99,7 +99,9 @@ tr:hover * a {        text-decoration: underline;}
        background-repeat:no-repeat; 
 }
 
-.btntd { min-width:75px; }
+a.icon:hover { text-indent:18px; background-color:#000022; width:auto; }
+
+.btntd { min-width:120px; }
 
 *.iplay                { background-image: url(icons/playlist.png); }
 *.irplay       { background-image: url(icons/recursive.png); }
@@ -111,5 +113,6 @@ tr:hover * a {      text-decoration: underline;}
 *.ihome                { background-image: url(icons/home.png); }
 *.iback                { background-image: url(icons/back.png); }
 *.ihelp                { background-image: url(icons/help.png); }
+*.idjmode      { background-image: url(icons/djmode.png); }
 
 */
This page took 0.101214 seconds and 4 git commands to generate.