From 12c37dc68fd03deea857dd003cefea6a09b3f5b8 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 24 Sep 2013 16:01:11 -0400 Subject: [PATCH] Remove My Account tabs at higher resolution 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 2fff51e87d..8964e552a4 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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; -- 2.11.0