PINES CSS Customizations
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 12 Dec 2018 17:14:54 +0000 (12:14 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 10 Aug 2022 19:29:37 +0000 (15:29 -0400)
Restores previous CSS customizations that got knocked out
somewhere along the way.

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

index 55917c2..84b27b8 100644 (file)
@@ -217,8 +217,6 @@ for now until a better color is picked - if needed.
     font-size: [% css_fonts.size_small %];
     font-weight: bold;
     position: relative;
-    top:4px;
-    
 }
 
 #header-links a {
@@ -2742,8 +2740,22 @@ a.preflib_change {
         padding: 0px;
         margin: 0px;
     }
-    #homesearch_main_logo img {
-        width:75%;
+    #record_basket {
+        margin-top:14px;
+    }
+    #record_basket_icon {
+        display: none;
+    }
+    #homesearch_main_logo {
+        display:none;
+    }
+       .login-help-box {
+        display: none;
+       }
+       .org_selector_dropdown {
+        padding:3px;
+               width:90%;
+               max-width:250px;
     }
     #format_selector {
         display:none;