Skip to content

Commit

Permalink
Don't let widget select boxes get cut off by the sidebar in Twenty Te…
Browse files Browse the repository at this point in the history
…n. props iandstewart, fixes #15114 for trunk.

git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Oct 24, 2010
1 parent 606c4f5 commit 16152fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wp-content/themes/twentyten/style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1094,6 +1094,9 @@ h3#reply-title {
list-style: square; list-style: square;
margin-left: 1.3em; margin-left: 1.3em;
} }
.widget-area select {
max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */ .widget_search #s {/* This keeps the search inputs in line */
width: 60%; width: 60%;
} }
Expand Down

0 comments on commit 16152fa

Please sign in to comment.