]> git.parisson.com Git - telemeta.git/commitdiff
fix search styles
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 24 Nov 2014 23:36:01 +0000 (00:36 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 24 Nov 2014 23:36:01 +0000 (00:36 +0100)
telemeta/static/telemeta/css/telemeta.css
telemeta/templates/telemeta/search_criteria.html

index 9c395d600655277d3a5ca6ce1eaa9f983d07d2fb..5073fb1ff4f541fad647e33c4193e05bf6a1e281 100644 (file)
@@ -422,7 +422,7 @@ form.login .submit {
 #searchform fieldset {
     padding: 0;
     padding: .5em;
-    width: 750px;
+    width: 850px;
     border: none;
     border: 1px solid #6a0307;
     margin-bottom: 1em;
@@ -435,7 +435,7 @@ form.login .submit {
     padding: .5em 0;
 }
 #searchform label {
-    font-size: 0.8em;
+    font-size: 0.9em;
     display: block;
     float: left;
     width: 30%;
@@ -444,7 +444,7 @@ form.login .submit {
     line-height: 1.8em;
     font-weight: bold;
     color: #333;
-    text-transform: uppercase;
+    /*text-transform: uppercase;*/
 }
 #searchform select {
     width: 59%;
@@ -453,7 +453,7 @@ form.login .submit {
     width: 56%;
 }
 #searchform select, #searchform fieldset input {
-    font-size: 0.8em;
+    font-size: 0.9em;
 }
 #searchform .submit {
     padding: 0;
index 2aa790a0e2a728d56ca47b0007750544a9be9468..bde4cd79ad89d85052ae01e268c68c445326bf3e 100644 (file)
@@ -160,7 +160,7 @@ $(document).ready(function() {
     </p>
     {% endif %}
 
-    <p><label for="sound">{% trans "Sound" %}</label>
+    <p><label for="sound">{% trans "Digitized" %}</label>
     <input type="checkbox" name="sound" value="True" align="left" />
     </p>