PINES CSS Customizations rel_3_2_1_custom_opac_css
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 12 Dec 2018 17:14:54 +0000 (12:14 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Wed, 12 Dec 2018 17:14:54 +0000 (12:14 -0500)
Restores previous CSS customizations that got knocked out
somewhere along the way.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index 31bd817..6915090 100644 (file)
@@ -23,6 +23,14 @@ img {
     border: none;
 }
 
+select {
+    padding:3px;
+}
+
+input {
+    padding:3px;
+}
+
 #topnav_logo {
     margin: 2em 0;
 }
@@ -33,20 +41,24 @@ img {
     width: 50%;
 }
 
+#surveylink {
+    padding:1em;
+    color:red;
+}
+
 a {
     color: [% css_colors.primary %];
 }
 
 #search-wrapper input[type=text] {
     margin:0;
-    padding:0;
+    padding:3;
 }
 
 #search-wrapper select, .results_header_lbl select {
     border:1px solid [% css_colors.border_standard %];
     margin:0;
     padding:0;
-    width: 12em;
 }
 
 .searchbar {
@@ -62,6 +74,7 @@ a {
 .refine_search {
     padding-bottom: 7px;
     margin-left: 1em;
+       font-size: [% css_fonts.size_big %];
 }
 
 /*
@@ -196,7 +209,7 @@ for now until a better color is picked - if needed.
     color: [% css_colors.background %];
     margin-left: 1em;
     margin-right: 1em;
-    font-size: [% css_fonts.size_small %];
+    font-size: [% css_fonts.size_base %];
 }
 
 #header a {
@@ -210,10 +223,9 @@ for now until a better color is picked - if needed.
 
 #header-links {
     color: [% css_colors.text_invert %];
-    font-size: [% css_fonts.size_small %];
+    font-size: [% css_fonts.size_base %];
     font-weight: bold;
     position: relative;
-    top:4px;
     
 }
 
@@ -275,7 +287,7 @@ for now until a better color is picked - if needed.
 }
 
 #gold-links-holder {
-    height: 24px;
+    height: 43px;
     background-color: [% css_colors.background_invert %];
 }
 
@@ -331,11 +343,23 @@ for now until a better color is picked - if needed.
     margin-right: 1em;
     padding-right: 0px;
     [%- ELSE %]
-    margin-left: 1em;
+    margin-left: 0em;
     padding-left: 0px;
     [%- END %]
     padding-top: 10px;
     padding-bottom: 10px;
+       background-color:#ddd;
+}
+
+#search_box {
+    width:90%;
+       max-width:600px;
+       height:20px;
+       padding:3px;
+}
+
+.org_selector_dropdown {
+    padding:3px;
 }
 
 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
@@ -482,10 +506,8 @@ for now until a better color is picked - if needed.
     border-bottom: 1px dotted [% css_colors.accent_light %];
 }
 
-.rdetail_results a {
-    color:[% css_colors.primary_fade %];
-    font-weight:bold;
-    font-size: [% css_fonts.size_bigger %];
+.rdetail_results a, .rdetail_result_nav a {
+       text-decoration: none;
 }
 
 .rdetail_result_count {
@@ -509,6 +531,10 @@ for now until a better color is picked - if needed.
     [%- END %]
 }
 
+#rdetail_summary_header {
+    margin-top: 30px;
+}
+
 #rdetail_details_table {
     margin-top: 15px;
 }
@@ -526,10 +552,12 @@ for now until a better color is picked - if needed.
 h2.rdetail_uris {
     margin-top: 1em;
 }
+
 div.rdetail_uris {
-    padding: 0.5em 1em 0.5em 1em;
-    background-color: [% css_colors.accent_lighter2 %];
+    padding: 0em 1em em 1em;
+       margin-left: 1em;
 }
+
 div.rdetail_uris ul li {
     position: relative;
     [% IF rtl == 't' -%]
@@ -601,6 +629,11 @@ span#rdetail_hold_counts p {
     [%- END %]
 }
 
+.result_count {
+       padding-left:40px;
+       width:600px;
+}
+
 div.place_hold {
     border-bottom: 1px dotted [% css_colors.accent_light %];
     padding-top: 10px;
@@ -865,7 +898,7 @@ div.format_icon {
 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
     width:167px;
     margin:0;
-    padding:0;
+    padding:3;
     background-color: [% css_colors.background %];
     font-size: [% css_fonts.size_bigger %];
     color: [% css_colors.text %];
@@ -895,7 +928,7 @@ div.format_icon {
 
 .login-help-button {
     font-size: [% css_fonts.size_biggest %];
-    padding: 1.5em;
+    padding: 20px;
 }
 
 #login-failed-message {
@@ -903,14 +936,19 @@ div.format_icon {
     font-weight: bold;
     color: [% css_colors.text_alert %];
     padding-top: 1em;
+       padding-bottom: 30px;
+       width: 100%;
+       max-width: 700px;
 }
 
 #holds_temp_parent td {
     border-bottom:1px solid [% css_colors.border_standard %];
+       padding:0px 3px 0px 10px;
 }
 
 #holds_temp_parent input, #holds_temp_parent select {
     margin:0;
+       padding:3px;
 }
 
 #holds_temp_parent tr td div {
@@ -1018,6 +1056,8 @@ tr.result_table_row > td.result_table_title_cell {
 
 tr.result_table_row:nth-child(n+2) > td {
     border-top: 1px solid [% css_colors.accent_lighter2 %];
+       padding-top:10px;
+       padding-bottom:10px;
 }
 
 tr.result_table_row > td.result_table_pic_header {
@@ -1047,6 +1087,7 @@ tr.result_table_row > td.result_table_pic_header {
     float: right;
     margin-right: 5em;
     [% END; %]
+    margin-top:-7px;
 }
 #record_basket_icon {
     [% IF rtl == 't' -%]
@@ -1217,6 +1258,7 @@ div.result_table_utils_cont {
     color:[% css_colors.primary_fade %];
     border-bottom: 1px dotted [% css_colors.accent_light %];
     clear: both;
+       margin-bottom:10px;
 }
 
 .header_middle a {
@@ -1396,6 +1438,12 @@ div.result_table_utils_cont {
     padding: 0px 10px 0px 10px;
 }
 
+#acct_holds_main_header tr th {
+    background: [% css_colors.accent_lighter2 %];
+    padding: 10px;
+       text-align:left;
+}
+
 #acct_list_header select, #acct_list_header_anon select {
     font-weight:normal;
     text-transform:none;
@@ -1448,7 +1496,7 @@ div.result_table_utils_cont {
 .myopac_payments_table thead th:first-child { width: 8em; }
 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
 .myopac_payments_table form { display: inline; }
-.myopac_payments_table input[type="submit"] { padding: 1px; }
+.myopac_payments_table input[type="submit"] { padding: 3px; }
 
 .cc_header
 {
@@ -1726,6 +1774,10 @@ div#facet_sidebar {
     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
 }
 
+#footer-menu-slim {
+       display:none;
+}
+
 #copyright_text, #footer_logo {
     color: [% css_colors.text_invert %];
 }
@@ -1902,10 +1954,14 @@ a.dash-link:hover { text-decoration: underline !important; }
 .inactive-hold { background-color: [% css_colors.accent_lightest %]; }
 .unread-patron-message { font-weight: bold; }
 
-#hold-items-list td { padding: 5px; margin-bottom: 20px; }
-.hold-items-list-title { 
-  font-size: [% css_fonts.size_bigger %];
-  margin-bottom: 20px;
+#hold-items-list td { 
+  padding: 10px 0px 20px 0px;
+}
+
+.hold-items-list-title { font-size: 2em; }
+.hold-items-list-problem {  
+  padding-left:10px;
+  font-weight:bold;
 }
 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
 
@@ -2039,6 +2095,7 @@ a.opac-button-header:hover, #dash_wrapper a.opac-button:hover {
 .rdetail_content_type, .rdetail_subject_type {
     vertical-align: top;
     font-weight: bold;
+       width: 10em;
 }
 
 .bookbag-item-row td { vertical-align: top; }
@@ -2047,6 +2104,8 @@ a.opac-button-header:hover, #dash_wrapper a.opac-button:hover {
 .success {
     color: [% css_colors.text_greatnews %];
     font-weight: bold;
+       padding:10px;
+       font-size:1em;
 }
 
 .rdetail_related_subjects {
@@ -2197,8 +2256,7 @@ textarea { font-family: sans-serif; }
 table.bookbag-specific {
     border-right: 1px solid [% css_colors.accent_dark %];
     border-bottom: 1px solid [% css_colors.accent_medium %];
-    margin-bottom: 2ex;
-    width: 100%;
+    margin-bottom: 2px;
 }
 .bookbag-share {
     [% IF rtl == 't' -%]
@@ -2219,6 +2277,12 @@ table.bookbag-specific {
     padding: 0px 0px 0px 10px;
     [% END -%]
 }
+
+.bookbag-specific td {
+    padding-top:10px;
+    padding-bottom:10px;
+}
+
 .bookbag-specific td.list_checkbox {
     [% IF rtl == 't' -%]
     padding-right: 10px !important;
@@ -2338,9 +2402,9 @@ table.bookbag-specific {
 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
 #result-bookbag-heading { text-align: center; margin: 2ex; }
 
-.result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
-.result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
-.result-bookbag-item-note { font-style: italic; }
+.result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; padding:10px;}
+.result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; font-weight:normal; padding:10px;}
+.result-bookbag-item-note { font-style: italic; padding: 5px 5px 5px 40px;}
 .lowhits-bookbag-name { font-weight: bold; }
 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
 .oils_AS_match_term {
@@ -2520,6 +2584,7 @@ a.preflib_change {
 
 .record_title {
     font-weight: bold;
+       text-decoration: none;
 }
 
 .record_author {
@@ -2528,8 +2593,11 @@ a.preflib_change {
 
 .password_message {
     padding-top: 1em;
-    padding-bottom: 0.5em;
+    padding-bottom: 2em;
        font-style: italic;
+       width:100%;
+       max-width:800px;
+       font-size:normal;
 }
 
 #maintenance_message {
@@ -2625,6 +2693,10 @@ a.preflib_change {
     [% END -%]
 }
 
+#main-content-register-terms {
+       max-width:400px;
+}
+
 .patron-reg-invalid {
     font-weight: bold;
     color: red;
@@ -2645,6 +2717,7 @@ a.preflib_change {
 
 .rdetail_authors_div {
     margin-bottom: 1em;
+       font-weight:bold;
 }
 
 #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
@@ -2655,6 +2728,15 @@ a.preflib_change {
 .result_table_title_cell {
     padding-top: 4px;
     padding-bottom: 4px;
+       margin-left:40px;
+}
+
+.call_number_box {
+       margin-left:40px;
+}
+
+div.result_table_utils {
+    margin-left:-40px;
 }
 
 .record_title {
@@ -2704,6 +2786,9 @@ a.preflib_change {
     #list_description, #list_create_name {
         width: 300px;
     }
+       .login-help-box {
+        display: none;
+       }
 }
 
 @media only screen and (max-width: 600px) {
@@ -2717,8 +2802,22 @@ a.preflib_change {
         padding: 0px;
         margin: 0px;
     }
-    #homesearch_main_logo img {
-        width:75%;
+    #record_basket {
+        margin-top:14px;
+    }
+    #record_basket_icon {
+        display: none;
+    }
+    #homesearch_main_logo {
+        display:none;
+    }
+       .login-help-box {
+        display: none;
+       }
+       .org_selector_dropdown {
+        padding:3px;
+               width:90%;
+               max-width:250px;
     }
     #format_selector {
         display:none;
@@ -2743,6 +2842,12 @@ a.preflib_change {
     #gold-links-holder {
         display: none;
     }
+       #footer-menu-wrapper {
+           display: none;
+       }
+       #footer-menu-slim {
+           display: block;
+       }
     #simple-detail-view-links {
         display: none;
     }
@@ -2926,6 +3031,10 @@ a.preflib_change {
     .results_header_lbl {
         display: none;
     }
+       .results_header_nav1 {
+           margin-left:0px;
+           margin-right:0px;
+    }
     .results_header_nav1 span.h1 {
         display: none;
     }
@@ -2952,8 +3061,11 @@ a.preflib_change {
     .result_table_pic {
         width: 55px;
         padding: 0px;
-        margin: 0px;
+        margin: 5px;
     }
+       .result_table_title_cell, .call_number_box {
+               margin-left:0px;
+       }
     tr[name=results_isbn_tr], tr[name=results_phys_desc_tr], tr[name=results_pub_tr] strong, .result_count {
          display: none;
     }