fixed css icons - now using text-indent
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index 257fc600d588309c2634539446a2ff689b802ed2..b36f12ae2171860b6ea17a3418441922191b56f2 100755 (executable)
@@ -39,6 +39,7 @@ table {
 td {
        border: 0px solid blue;
        margin: 0px;
+       padding-left: 3px;
 }
 
 .odd * {
@@ -78,6 +79,13 @@ tr:hover * a {
        text-decoration: underline;
 }
 
+:invalid { 
+        background-color: pink;
+}
+
+.hide {
+       margin:0; padding:0; width:0; height:0; border:none; display:none;
+}
 
 /* Color Classes */
 
@@ -89,13 +97,20 @@ 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, *.icon * a:hover { text-decoration: none; }
+*.icon {
+       display:inline-block; width:16px; height:16px;
+       margin:0; padding:0; overflow:hidden; 
+       text-decoration: none; text-indent: 99999px;
+       background-repeat:no-repeat; 
+}
+
+.btntd { min-width:75px; }
 
 *.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); }
+*.ifolder      { background-image: url(icons/folder.png); margin-right: 3px; }
 *.ilogout      { background-image: url(icons/logout.png); }
 *.isearch      { background-image: url(icons/search.png); }
 *.ihome                { background-image: url(icons/home.png); }
This page took 0.141881 seconds and 4 git commands to generate.