PINES Custom: Adjust top menu bar in OPAC for baskets rel_3_2_1_custom_opac_top_menu_spacing
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 10 Dec 2018 20:58:39 +0000 (15:58 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Mon, 10 Dec 2018 20:58:39 +0000 (15:58 -0500)
- Adjust spacing so that the basket doesn't go off the edge of the
menu bar.
- Add responsive code as well.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index 31bd817..445a53b 100644 (file)
@@ -1047,6 +1047,7 @@ tr.result_table_row > td.result_table_pic_header {
     float: right;
     margin-right: 5em;
     [% END; %]
+    margin-top:-7px;
 }
 #record_basket_icon {
     [% IF rtl == 't' -%]
@@ -2717,6 +2718,12 @@ a.preflib_change {
         padding: 0px;
         margin: 0px;
     }
+    #record_basket {
+        margin-top:14px;
+    }
+    #record_basket_icon {
+        display: none;
+    }
     #homesearch_main_logo img {
         width:75%;
     }