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>
.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) {
height: 15px;
}
- #acct_select, #acct_prefs_select {
- display: inline-block;
- }
-
- #acct_tabs, #acct_prefs_tabs {
- display:none;
- }
-
#dash_wrapper div {
background: transparent;
padding: 0px;