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 }
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;
</select>
</p>
-</fieldset>
-<fieldset>
-
<p>
<label for="title">{% trans "Title" %}</label>
<input type="text" id="title" name="title" />
</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>