Remove My Account tabs at higher resolution
authorKathy Lussier <klussier@masslnc.org>
Tue, 24 Sep 2013 20:01:11 +0000 (16:01 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:15 +0000 (18:45 -0400)
The My Account tabs begin to break at a higher resolution than 600 so
let's remove them at 800px instead.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
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 2fff51e..8964e55 100644 (file)
@@ -1699,6 +1699,12 @@ a.preflib_change {
     .facet_sidebar_visible, .result_block_visible {
         display: inline ! important;
     }
+    #acct_select, #acct_prefs_select {
+        display: inline-block;
+    }
+#acct_tabs, #acct_prefs_tabs {
+         display:none;
+     }
 }
 
 @media only screen and (max-width: 600px) {
@@ -1752,14 +1758,6 @@ a.preflib_change {
        height: 15px;
     }
 
-    #acct_select, #acct_prefs_select {
-        display: inline-block;
-    }
-    
-    #acct_tabs, #acct_prefs_tabs {
-         display:none;
-    }
-    
     #dash_wrapper div {
         background: transparent;
         padding: 0px;