X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=jbx%2Fthemes%2Fdefault%2Fjukebox.css;h=ee04dd6e304a923e5e4e1e07751661ff1a9d3305;hb=8cc7aad04ca42bdfef3a9025ce02a592c5e8faa6;hp=d6d77f1a93ef79e3abc2983892c308932992ee21;hpb=22763ec0cae1e84fa7e94da22925639f1344ae3d;p=mirrors%2FJukeBox.git diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index d6d77f1..ee04dd6 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -2,7 +2,7 @@ * Example CSS for Harvie's JuKe!Box */ -* { border-radius:6px; -moz-border-radius:5px; } +*:not(html):not(body) { border-radius:6px; -moz-border-radius:5px; } body { color: lightblue; @@ -41,7 +41,7 @@ table { td { border: 0px solid blue; margin: 0px; - padding-left: 3px; + padding: 0 3px 0 3px; } .odd * { @@ -83,6 +83,7 @@ tr:hover * a { text-decoration: underline;} /* Helpful Classes */ *.hide { margin:0; padding:0; width:0; height:0; border:none; display:none; } +*.maximize-width { width:100%; } *.red { color: red; } *.yellow { color: yellow;} *.blue { color: blue;} @@ -98,7 +99,7 @@ tr:hover * a { text-decoration: underline;} background-repeat:no-repeat; } -.btntd { min-width:75px; } +.btntd { min-width:100px; } *.iplay { background-image: url(icons/playlist.png); } *.irplay { background-image: url(icons/recursive.png); } @@ -106,7 +107,7 @@ tr:hover * a { text-decoration: underline;} *.ifstop { background-image: url(icons/stop.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); } +*.isearch { background-image: url(icons/search.png); position:relative; top:4px; } *.ihome { background-image: url(icons/home.png); } *.iback { background-image: url(icons/back.png); } *.ihelp { background-image: url(icons/help.png); }