Some style improvements, from Ken Krugler

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@957634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2010-06-24 17:08:53 +00:00
parent 81aa382f24
commit 5242afe989
2 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
#foreach($fq in $request.params.getParams('fq'))
<input type="hidden" name="fq" value="$esc.html($fq)"/>
#end
<div>
<div class="constraints">
#foreach($fq in $params.getParams('fq'))
#set($previous_fq_count=$velocityCount - 1)
&gt; <a style="{text-decoration: line-through;}" href="#url_for_filters($request.params.getParams('fq').subList(0,$previous_fq_count))">$fq</a>

View File

@ -19,10 +19,6 @@ a {
color: #43a4b1;
}
.constraints-title {
background: gray;
}
.navigators {
float: left;
margin: 5px;
@ -82,6 +78,10 @@ a {
border-style: none;
}
.constraints {
margin-top: 10px;
}
.query-box, .constraints {
padding: 5px;
margin: 5px;
@ -93,7 +93,7 @@ a {
.query-box input {
margin-left: 8px;
width: 60%;
height: 40px;
height: 50px;
border: 1px solid #999;
font-size: 1em;
padding: 0.4em;