TPAC CSS: Remove unused classes and associated images
authorDan Scott <dan@coffeecode.net>
Sun, 29 Jul 2012 04:15:07 +0000 (00:15 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Mon, 30 Jul 2012 19:53:31 +0000 (15:53 -0400)
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>

Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/web/css/skin/default/opac/semiauto.css
Open-ILS/web/images/banner-bg.png [deleted file]
Open-ILS/web/images/dropdown-hover.gif [deleted file]
Open-ILS/web/images/dropdown.gif [deleted file]
Open-ILS/web/images/hp-links-mid.jpg [deleted file]
Open-ILS/web/images/utils-corner-left.png [deleted file]

index ec75480..34661fa 100644 (file)
@@ -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;
index bb2e114..5b80025 100644 (file)
@@ -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 (file)
index 6d990c5..0000000
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 (file)
index 1ac62ae..0000000
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 (file)
index 3aab6fe..0000000
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 (file)
index c9cdabf..0000000
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 (file)
index db70a75..0000000
Binary files a/Open-ILS/web/images/utils-corner-left.png and /dev/null differ