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:
parent
b60c8776e3
commit
a0dbb9502e
|
@ -830,10 +830,16 @@ ul.children {
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive-dropdown {
|
.archive-dropdown {
|
||||||
margin: 0 0 0 4px;
|
width: 192px;
|
||||||
|
margin-left: 4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget_search #s-search, .widget_comicpress_search_transcripts #s-transcript {
|
||||||
|
width: 155px;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/* CALENDAR */
|
/* CALENDAR */
|
||||||
|
|
||||||
#wp-calendar-wrap {
|
#wp-calendar-wrap {
|
||||||
|
|
Loading…
Reference in New Issue