Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
606c4f5a96
commit
16152fafa2
|
@ -1094,6 +1094,9 @@ h3#reply-title {
|
|||
list-style: square;
|
||||
margin-left: 1.3em;
|
||||
}
|
||||
.widget-area select {
|
||||
max-width: 100%;
|
||||
}
|
||||
.widget_search #s {/* This keeps the search inputs in line */
|
||||
width: 60%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue