]> git.parisson.com Git - telemeta.git/commitdiff
update search criteria view style
authoryomguy <yomguy@parisson.com>
Thu, 31 Mar 2011 12:17:35 +0000 (14:17 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 31 Mar 2011 12:17:35 +0000 (14:17 +0200)
telemeta/htdocs/css/admin.css
telemeta/htdocs/css/telemeta.css
telemeta/templates/telemeta_default/search_criteria.html

index 7f6e660af039ae624bdb89e30a02ec576cdce4b5..75a3afd839bee5fa6c79eaefb0405f9ce63ddc61 100644 (file)
@@ -10,9 +10,9 @@
  color: #6a0307;
  font-size: 14px;
  font-weight: bold;
    -moz-border-radius: 8px 8px 8px 8px;
   -webkit-border-radius: 8px 8px 8px 8px;
   border-radius: 8px 8px 8px 8px;
+ -moz-border-radius: 8px 8px 8px 8px;
+ -webkit-border-radius: 8px 8px 8px 8px;
+ border-radius: 8px 8px 8px 8px;
 }
 .tabs ul { list-style: none; margin: 0 0 .5em; padding: 0 }
 .tabs li { margin: 0; padding: 0.1em .5em }
index d0a779b4401b2bb616f9365ad74692dfdbc08e47..9989cedfd2175ab2ffddd96eeeb003d23d2180ae 100644 (file)
@@ -353,8 +353,11 @@ form.login .submit {
     padding: .5em;
     width: 650px;
     border: none;
-    border: 1px dotted #888;
+    border: 1px solid #6a0307;
     margin-bottom: 1em;
+    -moz-border-radius: 8px 8px 8px 8px;
+    -webkit-border-radius: 8px 8px 8px 8px;
+    border-radius: 8px 8px 8px 8px;
 }
 #searchform p {
     background-color: #fff;
index 740389a405d056b7f7dbccdf08a036e300d62a54..cd3ff8eefff0c61f14af41cf1f1cbef7981abc6d 100644 (file)
@@ -72,9 +72,6 @@ $(document).ready(function () {
     </select>
     </p>
 
-</fieldset>
-<fieldset>
-
     <p>
     <label for="title">{% trans "Title" %}</label>
     <input type="text" id="title" name="title" />
@@ -131,7 +128,8 @@ $(document).ready(function () {
 </fieldset>
 
 <p class="input">
-<input type="submit" value="{% trans 'Search' %}" />
+<a href="#" class="component_icon button icon_search"
+      onclick="document.getElementById('searchform').submit(); return false;">{% trans 'Search' %}</a>
 </p>
 
 </form>