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
10
style.css
10
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue