#frontsearch_table tbody tr { background-color: white; border: none; }
#frontsearch_table tbody tr td { background-color: white; border: none; }
+#frontsearch_table #search_box { height: 25px; width: 460px; font-size: 1em; }
+
+#frontsearch_table #search_submit {
+ background: url("/opac/images/tadl/button-bg.gif") repeat-x scroll left bottom #F6F6F6;
+ border: 1px solid #ABABAB;
+ border-radius: 4px 4px 4px 4px;
+ color: #6C6C6C;
+ font-weight: normal;
+ margin: 2px;
+ padding: 4px 8px;
+ text-shadow: 1px 1px #FFFFFF;
+}
+
+#frontsearch_table #search_submit:hover {
+ background-color: #FAFAFA;
+ background: url("/opac/images/tadl/button-bg-hover.gif") repeat-x scroll left bottom #F6F6F6;
+}
+
+#frontsearch_table select {
+ background: url("/opac/images/tadl/button-bg.gif") repeat-x scroll left bottom #F6F6F6;
+ border: 1px solid #ABABAB;
+ border-radius: 4px 4px 4px 4px;
+ color: #6C6C6C;
+ font-size: 1em;
+}
+
/* Inspired by GRPL class "hold_button" */
.css_button {
background-color: lightgray;
</td>
</tr>
- <!-- locale picker -->
- <tr><td align='center' valign='bottom' style='padding-top:10px;'>
- <span style='vertical-align: top;'>&common.language;</span>
- <span dojoType="dijit.form.FilteringSelect" store="openils.I18N.localeStore"
- searchAttr="label" required="false" jsId='opacLocaleSelector'>
- <script type="text/javascript">
- dojo.addOnLoad(function() {
- opacLocaleSelector.setValue(locale);
- dojo.connect(opacLocaleSelector, 'onChange',
- function () {
- location.href = location.href.replace(/opac\/[^\/]+\/skin/, 'opac/' + this.getValue() + '/skin');
- }
- );
- });
- </script>
- </span>
- </td></tr>
-
</tbody>
</table>