Reduce size of 'select view' dropdown to fix more dense toolbars.

This commit is contained in:
Brian Federle 2015-01-22 12:20:03 -08:00
parent 607ac8f4f4
commit 29fbc4b423

View File

@ -3443,7 +3443,7 @@ div.toolbar div.section-switcher div.section-select {
} }
div.toolbar div.section-switcher div.section-select select { div.toolbar div.section-switcher div.section-select select {
width: 142px; width: 100px;
height: 21px; height: 21px;
margin-right: 13px; margin-right: 13px;
font-size: 12px; font-size: 12px;