PINES Custom: Adjust top menu bar in OPAC for baskets
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 10 Dec 2018 20:58:39 +0000 (15:58 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 6 Nov 2019 17:29:19 +0000 (12:29 -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 67104e8..b14fa75 100644 (file)
@@ -1087,6 +1087,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' -%]
@@ -2800,16 +2801,16 @@ div.result_table_utils {
         padding: 0px;
         margin: 0px;
     }
-    #homesearch_main_logo {
-        display:none;
+    #record_basket {
+        margin-top:14px;
+    }
+    #record_basket_icon {
+        display: none;
     }
+    #homesearch_main_logo img {
+        width:75%;
        .login-help-box {
         display: none;
-       }
-       .org_selector_dropdown {
-        padding:3px;
-               width:90%;
-               max-width:250px;
     }
     #format_selector {
         display:none;