TPAC: Saner search button CSS
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 04:33:12 +0000 (00:33 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:13 +0000 (18:45 -0400)
Gradients and text shadows begone.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index 4ff0b36..626a343 100644 (file)
@@ -962,6 +962,13 @@ table.acct_notes th {
     height: 16px;
     width: 16px;
 }
+#search-submit-go {
+    background:  [% css_colors.primary_fade %];
+    border-radius: 5px;
+    color: [% css_colors.button_text %];
+    font-weight: bold;
+    padding: 0px;
+}
 div.adv_search_available {
     margin-top: 1em;
 }
@@ -1218,16 +1225,11 @@ div.opac-multiline-button > a,
     color: [% css_colors.button_text %];
     font-weight: bold; 
     text-decoration: none;
-    text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
     cursor: pointer !important;
     -moz-border-radius: 5px;
     border-radius: 5px;
-    border: 1px solid [% css_colors.primary_fade %];
-    background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
-    background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
-    background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
-    background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
-    background-color: [% css_colors.primary %];
+    border: 5px solid [% css_colors.primary_fade %];
+    background:  [% css_colors.primary_fade %];
 }
 
 .opac-button-header {
@@ -1237,7 +1239,6 @@ div.opac-multiline-button > a,
 
 .results_header_btns a, #simple-detail-view-links a {
     margin: 10px;
-    padding: 5px 10px 5px 10px;
     color: [% css_colors.text_invert %];
     vertical-align: middle;
     display: table-cell;