From: Kathy Lussier Date: Tue, 24 Sep 2013 20:01:11 +0000 (-0400) Subject: Remove My Account tabs at higher resolution X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=12c37dc68fd03deea857dd003cefea6a09b3f5b8;p=evergreen%2Fpines.git 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 --- 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;