From a0dbb9502eef0c62c811ba7c58aef71e8c9ec769 Mon Sep 17 00:00:00 2001 From: mindfaucet Date: Tue, 17 Nov 2009 16:58:56 -0700 Subject: [PATCH] Widget style adjustments. Archive Dropdown, Search and Search Transcripts set to calendar width and margining for looking orderly in default theme with limited css styling. --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 34e3b26..e343d11 100644 --- a/style.css +++ b/style.css @@ -830,10 +830,16 @@ ul.children { } .archive-dropdown { - margin: 0 0 0 4px; + width: 192px; + margin-left: 4px; padding: 2px; } +.widget_search #s-search, .widget_comicpress_search_transcripts #s-transcript { + width: 155px; + margin-left: 4px; +} + /* CALENDAR */ #wp-calendar-wrap { @@ -1451,4 +1457,4 @@ li.pingback div p, li.trackback div p { list-style: none; margin: 0; padding: 0; - } \ No newline at end of file + }