From: Bill Erickson Date: Fri, 4 May 2012 14:04:32 +0000 (-0400) Subject: TPAC: remove some unused CSS X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6a47ea578c61bcdb22144b5c6449492a575485f2;p=working%2FEvergreen.git TPAC: remove some unused CSS Remove CSS referring to images that are no longer in the repository. See also https://bugs.launchpad.net/evergreen/+bug/956023 Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/css/skin/default/opac/semiauto.css b/Open-ILS/web/css/skin/default/opac/semiauto.css index bb2e1145be..2d67ca2797 100644 --- a/Open-ILS/web/css/skin/default/opac/semiauto.css +++ b/Open-ILS/web/css/skin/default/opac/semiauto.css @@ -1,5 +1,4 @@ /* once done renaming and everything, combine with style.css */ -.left-corner { float: left; width: 163px; height: 30px; background: url('/images/utils-corner-mid.png') repeat-x top; } .bold { font-weight: bold; } .normal-height { height: 15px; } .big-height { height: 20px; } diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 0a33df78f1..b9fd131a84 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -71,18 +71,6 @@ div.select-box-wrapper { text-align:left; } -div.select-wrapper { - border:1px solid #4C8AB0; - display:inline-block; - position:relative; - z-index:2; - background:url('/images/dropdown.gif') no-repeat right center; -} - -div.select-wrapper:hover { - background:url('/images/dropdown-hover.gif') no-repeat right center; -} - #dash_wrapper { position: relative; top: -2em; @@ -255,22 +243,6 @@ span.dash_divider { padding-left: 0px; } -#utils { - float:right; - z-index:1; - width:150px; - height:30px; - background:url('/images/utils-corner-left.png') no-repeat left top; - padding-left: 3px; - color: white; - position:relative; -} - -#utils a { - color: white; - font-size: 10px; -} - #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{ height: 40px; margin-left: 1em; @@ -543,72 +515,11 @@ div.format_icon { margin-left: 1em; } -#hp-welcome { - position:absolute; - width:295px; - height:192px; - background: url('/images/banner-bg.png') no-repeat; - color: #fff; - padding-left: 33px; - padding-top: 21px; - z-index:9999999999; -} - -#hp-welcome h1 { - font-size: 25px; - margin-bottom:15px; -} - -#hp-welcome a { - color: #fff; - text-decoration: underline; -} - #hp-banner { margin-left: 1em; height: 213px; } -#hp-ql-table { - margin-left: 2px; - padding-top: 3px; -} - -#hp-ql-table a { - color: #333; - font-weight: bold; - font-size: 13px; - text-transform: uppercase; - text-decoration: none; - display: block; - width: 144px; - height: 25px; - padding-top: 9px; - padding-left: 15px; - background: url('/images/button-bg.png') no-repeat; -} - -#hp-ql-bottom { - height: 31px; - padding-left: 24px; - padding-top: 13px; - background: url('/images/hp-links-mid.jpg') repeat-x; -} - -#hp-ql-bottom a { - display: inline-block; - text-decoration: none; - color: white; - font-size: 15px; - font-weight: bold; -} - -#hp-ql-bottom img { - position:relative; - top:-1px; - left:2px; -} - .almost-content-wrapper { background: white; } @@ -1057,10 +968,6 @@ div.facet_sidebar { padding-top:6px; } -.facet_box_wrapper .box_wrapper .bottom { - background:url('/images/facet_box_bg_bottom.png') no-repeat; -} - .facet_template { padding-bottom:5px; }