From 2a9aab3ef36df2765f4a83a47fef60d11d89af72 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 26 Oct 2011 01:17:34 +0530 Subject: [PATCH] made superficial design changs --- itf/static/css/noel/inner.css | 30 ++++++++++++++++-------------- itf/templates/search/search.html | 9 +++++---- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 1124a35..8d6d868 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -29,9 +29,9 @@ margin-bottom:20px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; --moz-box-shadow:2px 3px 20px #252425; --webkit-box-shadow:2px 3px 20px #252425; -box-shadow:2px 3px 20px #252425; +-moz-box-shadow:2px 3px 16px #252425; +-webkit-box-shadow:2px 3px 16px #252425; +box-shadow:2px 3px 16px #252425; border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; position:relative; @@ -116,7 +116,7 @@ border-bottom:1px solid #f0dfdf;} #selection {padding-left:6px; -border-top:1px solid #f0dfdf; +/*border-top:1px solid #f0dfdf;*/ } .tabCategory @@ -293,7 +293,8 @@ margin-left:16px; /*position: absolute; top: 136px; left: 20px;*/ -font-weight:bold;} +font-weight:bold; +text-decoration:none;} #triangleDown {font-size:12px; @@ -306,6 +307,7 @@ cursor:pointer; font-weight:bold; float:right; margin-bottom: 8px; +text-decoration:none; /*position: absolute; right:12px; top:130px;*/} /*SANJ, see what happens to the list when i do ctrl minus, and the triangles as well*/ @@ -334,9 +336,9 @@ background-color:#FFF; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; --moz-box-shadow:2px 3px 20px #252425; --webkit-box-shadow:2px 3px 20px #252425; -box-shadow:2px 3px 20px #252425; +-moz-box-shadow:2px 3px 16px #252425; +-webkit-box-shadow:2px 3px 16px #252425; +box-shadow:2px 3px 16px #252425; position:relative;} #imageLeft @@ -520,9 +522,9 @@ margin-bottom:20px; margin:0 auto; border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; --moz-box-shadow:2px 3px 20px #252425; --webkit-box-shadow:2px 3px 20px #252425; -box-shadow:2px 3px 20px #252425;} +-moz-box-shadow:2px 3px 16px #252425; +-webkit-box-shadow:2px 3px 16px #252425; +box-shadow:2px 3px 16px #252425;} #searchContent { @@ -602,13 +604,12 @@ border: 1px solid transparent; margin-top: 7px; margin-bottom:24px; font-family:'Century Gothic', Helvetica, Arial, 'DejaVu Sans', sans-serif; -} - cursor:pointer;} #searchItf table th {width:40%; -text-align:left;} +text-align:left; +} .id_models_0 {color:#F7BD00; @@ -620,3 +621,4 @@ font-size:12px; .id_q {text-align:left;} + diff --git a/itf/templates/search/search.html b/itf/templates/search/search.html index 56bf754..a2f28a2 100755 --- a/itf/templates/search/search.html +++ b/itf/templates/search/search.html @@ -38,6 +38,10 @@

No results found.

{% endfor %} + {% else %} + {# Show some example queries to run, maybe query syntax, something else? #} + {% endif %} + {% if page.has_previous or page.has_next %}
{% if page.has_previous %}Previous{% endif %} @@ -45,10 +49,7 @@ {% if page.has_next %}Next{% endif %}
{% endif %} - {% else %} - {# Show some example queries to run, maybe query syntax, something else? #} - {% endif %} - +