added search icon and fixed issue with border-radius of html and body
authorHarvie <tomas@mudrunka.cz>
Sun, 11 Jul 2010 18:41:15 +0000 (20:41 +0200)
committerHarvie <tomas@mudrunka.cz>
Sun, 11 Jul 2010 18:41:15 +0000 (20:41 +0200)
index.php
jbx/themes/default/jukebox.css

index 2cff7be9ab0e81e335b6e9b63502c6f2973dbe64..d345f39d958bee3607b806e2a584d1745f548e23 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -381,7 +381,7 @@ playlist?"
                <input type="submit" value="random" title="Generate random music playlist..." />
        </form>
        <form action="?" method="GET" align="right" style="display: inline;">
-               <input type="search" name="search" autofocus placeholder="search regexp..."
+               <span class="icon isearch"></span><input type="search" name="search" autofocus placeholder="search regexp..."
                        title="Search in music/google/lyrics/mp3/youtube; Hint: You can use regular expressions in search query..."
                        value="<?=unxss($_GET['search'])?>"
                />
index d6d77f1a93ef79e3abc2983892c308932992ee21..06381407a0e220e8c7f328397aeb7f448211344c 100755 (executable)
@@ -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;
@@ -106,7 +106,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); }
This page took 0.155675 seconds and 4 git commands to generate.