Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@15953 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-24 21:45:35 +00:00
parent a3f3e3f21c
commit 4169c12b8a
1 changed files with 3 additions and 0 deletions

View File

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