From: Dan Scott <dan@coffeecode.net> Date: Sun, 29 Jul 2012 04:15:07 +0000 (-0400) Subject: TPAC CSS: Remove unused classes and associated images X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=140c05d8a9807d94472a15d5e487487d072781f1;p=evergreen%2Fmasslnc.git TPAC CSS: Remove unused classes and associated images Combing through the remaining url() usages in the TPAC CSS, it seems that most of the usages are unreferenced in the actual TPAC. Therefore, delete the cruft. Signed-off-by: Dan Scott <dan@coffeecode.net> Signed-off-by: Thomas Berezansky <tsbere@mvlc.org> --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index ec7548076d..34661fa672 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -78,18 +78,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; @@ -264,22 +252,6 @@ span.dash_divider { padding-bottom: 10px; } -#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: [% css_colors.text_invert %]; - position:relative; -} - -#utils a { - color: [% css_colors.text_invert %]; - 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; @@ -546,78 +518,6 @@ div.format_icon { margin-right:0px; } -#hp-buttons { - margin: auto; - margin-top: 6px; - margin-left: 1em; -} - -#hp-welcome { - position:absolute; - width:295px; - height:192px; - background: url('/images/banner-bg.png') no-repeat; - color: [% css_colors.background %]; - padding-left: 33px; - padding-top: 21px; - z-index:9999999999; -} - -#hp-welcome h1 { - font-size: 25px; - margin-bottom:15px; -} - -#hp-welcome a { - color: [% css_colors.background %]; - text-decoration: underline; -} - -#hp-banner { - margin-left: 1em; - height: 213px; -} - -#hp-ql-table { - margin-left: 2px; - padding-top: 3px; -} - -#hp-ql-table a { - color: [% css_colors.accent_darker %]; - 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: [% css_colors.text_invert %]; - font-size: 15px; - font-weight: bold; -} - -#hp-ql-bottom img { - position:relative; - top:-1px; - left:2px; -} - .almost-content-wrapper { background: [% css_colors.background %]; } @@ -925,10 +825,6 @@ table.acct_notes th { /*padding-left:10px;*/ } -#acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected { - /*background:url('/images/gray-arrow.png') left 3px no-repeat;*/ -} - #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds { font-weight:bold; text-transform:uppercase; diff --git a/Open-ILS/web/css/skin/default/opac/semiauto.css b/Open-ILS/web/css/skin/default/opac/semiauto.css index bb2e1145be..5b80025654 100644 --- a/Open-ILS/web/css/skin/default/opac/semiauto.css +++ b/Open-ILS/web/css/skin/default/opac/semiauto.css @@ -4,7 +4,6 @@ .normal-height { height: 15px; } .big-height { height: 20px; } .very-big-height { height: 30px; } -#gold-links-holder { height: 24px; background: #69a088; } .big-block { margin: auto; width: 974px; height: 0px; } .qtype_selector_margin { margin-right: 7px; } .warning_box { margin-top: 10px; } diff --git a/Open-ILS/web/images/banner-bg.png b/Open-ILS/web/images/banner-bg.png deleted file mode 100644 index 6d990c5c1f..0000000000 Binary files a/Open-ILS/web/images/banner-bg.png and /dev/null differ diff --git a/Open-ILS/web/images/dropdown-hover.gif b/Open-ILS/web/images/dropdown-hover.gif deleted file mode 100644 index 1ac62ae3f0..0000000000 Binary files a/Open-ILS/web/images/dropdown-hover.gif and /dev/null differ diff --git a/Open-ILS/web/images/dropdown.gif b/Open-ILS/web/images/dropdown.gif deleted file mode 100644 index 3aab6fedca..0000000000 Binary files a/Open-ILS/web/images/dropdown.gif and /dev/null differ diff --git a/Open-ILS/web/images/hp-links-mid.jpg b/Open-ILS/web/images/hp-links-mid.jpg deleted file mode 100644 index c9cdabf505..0000000000 Binary files a/Open-ILS/web/images/hp-links-mid.jpg and /dev/null differ diff --git a/Open-ILS/web/images/utils-corner-left.png b/Open-ILS/web/images/utils-corner-left.png deleted file mode 100644 index db70a75741..0000000000 Binary files a/Open-ILS/web/images/utils-corner-left.png and /dev/null differ