From 1870edf4a6976509831cd2944f5a4a2d6d4f79be Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Fri, 20 Jul 2012 14:54:53 -0400 Subject: [PATCH] dashboard, search bar, payments history initial - Tweaked the dashboard a bit. Made the text bigger, got rid of the colored numbers. Still want to do something about the account and logout buttons (push them further to the right). - Changed the 'Search' button in the searchbar to 'Go!' - Began changing the 'Print' and 'Email' form buttons under account summary->payments to use opac-buttons instead of default browser buttons. Signed-off-by: William Rockwood --- css/tadl.css | 32 +++++++++++++----------- templates_tadlskin/opac/myopac/main_payments.tt2 | 4 +-- templates_tadlskin/opac/parts/searchbar.tt2 | 2 +- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/css/tadl.css b/css/tadl.css index b0114a79ad..ece6811e3c 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -98,43 +98,45 @@ div.select-wrapper:hover { } #dash_wrapper div { - position: relative; + position: relative; vertical-align: middle; background: #ffffff; color:#292929; border: 1px solid #e6e6e6; border-radius: 5px; height: 3.5em; - padding: 0em 1em 0em 1em; + padding: 0em 1em; } span.dash_divider { margin: 0em 1em 0em 1em; - position: relative; - top: 10px; + position: relative; + top: 15px; color: #424242; } #dashboard { - clear:both; - float:right; - margin-top: 1em; + clear:both; + float:right; + margin-top: 5px; background: #004677; border-radius: 5px; - height: 3em; + height: 1em; + font-size:1.3em; } #dashboard span.dash-align a { - color:#424242; - font-weight: bold; - text-decoration: none; - position: relative; - top: 10px; + color:#424242; + font-weight: bold; + text-decoration: none; + position: relative; + top: 15px; } #dash_user { - font-weight: bold; - text-transform: capitalize; + font-weight: bold; + text-transform: capitalize; + font-size:1.3em; position: relative; top: 0px; } diff --git a/templates_tadlskin/opac/myopac/main_payments.tt2 b/templates_tadlskin/opac/myopac/main_payments.tt2 index a30edebc55..6e7f62723d 100644 --- a/templates_tadlskin/opac/myopac/main_payments.tt2 +++ b/templates_tadlskin/opac/myopac/main_payments.tt2 @@ -41,11 +41,11 @@
- +
- +
diff --git a/templates_tadlskin/opac/parts/searchbar.tt2 b/templates_tadlskin/opac/parts/searchbar.tt2 index f4ee11095a..c75b2b435a 100644 --- a/templates_tadlskin/opac/parts/searchbar.tt2 +++ b/templates_tadlskin/opac/parts/searchbar.tt2 @@ -31,7 +31,7 @@ l(' in '); INCLUDE build_org_selector show_loc_groups=1 %] - -- 2.11.0