X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=jbx%2Fthemes%2Fdefault%2Fjukebox.css;h=d867ce79a169d703c9146576818481ec0a3d24f4;hb=7a0f60eca9187e0d910271307c20af4e6f96a771;hp=06381407a0e220e8c7f328397aeb7f448211344c;hpb=c40ae8c76cd2dd28183d462e58924f3cbe66fec5;p=mirrors%2FJukeBox.git diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index 0638140..d867ce7 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -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,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); }