bit improved input boxes
authorHarvie <tomas@mudrunka.cz>
Sat, 10 Jul 2010 13:45:02 +0000 (15:45 +0200)
committerHarvie <tomas@mudrunka.cz>
Sat, 10 Jul 2010 13:45:02 +0000 (15:45 +0200)
index.php
jbx/themes/default/jukebox.css

index a815230649c532846e17b844f77633d45ecf2b4a..2cff7be9ab0e81e335b6e9b63502c6f2973dbe64 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -375,7 +375,9 @@ if(!isset($_GET['search'])) {
 <span style="float: right;">
        <form action="?" method="GET" align="right" style="display: inline;">
                <input type="hidden" name="download" value="" />
-               <input type="number" name="random" value="<?=$default_random_count?>" />
+               <input type="number" min="1" name="random" value="<?=$default_random_count?>" style="width:4em;" title="how many randomly selected tracks should be in 
+playlist?" 
+/>
                <input type="submit" value="random" title="Generate random music playlist..." />
        </form>
        <form action="?" method="GET" align="right" style="display: inline;">
@@ -394,7 +396,7 @@ if(!isset($_GET['search'])) {
 ?>
 <span style="float: right;">
        <form action="?" method="POST" align="right">
-               <input type="password" name="cache-refresh" value="" title="Password for refreshing - good for avoiding DoS Attacks!!!" />
+               <input type="password" name="cache-refresh" value="" style="width:5em;" title="Password for refreshing - good for avoiding DoS Attacks!!!" />
                <input type="submit" value="refresh cache" title="You should refresh cache each time when you add new music or upgrade to newer version of JuKe!Box !!!" />
        &nbsp;
        </form>
index 31ccf17af7743e278a9fbab1f6cc63724df55553..b2f1438aeedbf03b723fa83759defa3c2ebd2d98 100755 (executable)
@@ -76,7 +76,7 @@ a:hover, a:hover * { text-decoration: underline; }
 tr:hover * a { text-decoration: underline;}
 
 :invalid {     background-color: pink; }
-:focus {       color:darkblue; }
+:focus {       border-color:yellow; }
 
 /* Helpful Classes */
 
This page took 0.154785 seconds and 4 git commands to generate.