From 751239b357bf12d316e2f0761fb041c7f114c408 Mon Sep 17 00:00:00 2001 From: William Rockwood Date: Mon, 23 Jul 2012 13:46:51 -0400 Subject: [PATCH] searchbar, homesearch and css tweaks - Fixed searchbar so the select menus are appropriately-sized - (Added an id to the location selector) - Beginning to tweak the home page to include a content slider Signed-off-by: William Rockwood --- css/tadl.css | 14 +++++++++++--- templates_tadlskin/opac/parts/homesearch.tt2 | 1 + templates_tadlskin/opac/parts/searchbar.tt2 | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/css/tadl.css b/css/tadl.css index 0fc1f1b497..f2c4d8a853 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -15,7 +15,7 @@ img { } #homesearch_main_logo { - padding-top: 60px; + padding-top: 30px; } a { @@ -701,8 +701,8 @@ div.format_icon { .content-wrapper-record-page { top: -15px; position: relative; } #main-content-home { - padding-left: 17px; - margin-left: 1em; + padding-left: 0; + margin-left: 0; } #main-content { padding-left: 0px; @@ -984,6 +984,7 @@ div.result_place_hold { .acct_holds_temp td { text-align: left; + padding:0 2px; } #acct_checked_tabs .align, @@ -1568,3 +1569,10 @@ a.preflib_change { .ac_tab_selected a { color: #FFF; } #ac_content { clear: both; width: 100%; margin-top: 10px; } +select#qtype, +select#location_selector { + width:auto; +} +select#item_type_selector { + width:10em; +} diff --git a/templates_tadlskin/opac/parts/homesearch.tt2 b/templates_tadlskin/opac/parts/homesearch.tt2 index 50e73a1546..a9fd1eff66 100644 --- a/templates_tadlskin/opac/parts/homesearch.tt2 +++ b/templates_tadlskin/opac/parts/homesearch.tt2 @@ -1,3 +1,4 @@ diff --git a/templates_tadlskin/opac/parts/searchbar.tt2 b/templates_tadlskin/opac/parts/searchbar.tt2 index 353066dd82..f59932f206 100644 --- a/templates_tadlskin/opac/parts/searchbar.tt2 +++ b/templates_tadlskin/opac/parts/searchbar.tt2 @@ -29,7 +29,7 @@ [% IF ctx.bookbag %]
-- 2.11.0