From: Guillaume Pellerin
Date: Mon, 24 Nov 2014 23:36:01 +0000 (+0100)
Subject: fix search styles
X-Git-Tag: 1.5.0rc1~18
X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f92dfc04f7487ad11105d8ceac5823697ac03e69;p=telemeta.git
fix search styles
---
diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css
index 9c395d60..5073fb1f 100644
--- a/telemeta/static/telemeta/css/telemeta.css
+++ b/telemeta/static/telemeta/css/telemeta.css
@@ -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;
diff --git a/telemeta/templates/telemeta/search_criteria.html b/telemeta/templates/telemeta/search_criteria.html
index 2aa790a0..bde4cd79 100644
--- a/telemeta/templates/telemeta/search_criteria.html
+++ b/telemeta/templates/telemeta/search_criteria.html
@@ -160,7 +160,7 @@ $(document).ready(function() {
{% endif %}
-
+