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.

This commit is contained in:
mindfaucet 2009-11-17 16:58:56 -07:00
parent b60c8776e3
commit a0dbb9502e
1 changed files with 8 additions and 2 deletions

View File

@ -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;
}
}