bug 12439

Fix search bar wrapping, caused by toolbar length being too long to
fit maximize icon

status 12439: resolved fixed
This commit is contained in:
bfederle 2011-12-21 15:21:16 -08:00
parent 6ba5d04526
commit 120dc868ca

View File

@ -2260,7 +2260,7 @@ div.list-view div.toolbar div.section-switcher div.section-select {
}
div.list-view div.toolbar div.section-switcher div.section-select select {
width: 146px;
width: 93px;
margin-right: 13px;
}
@ -2280,7 +2280,7 @@ div.list-view div.toolbar div.section-switcher div.section-select label {
/*Breadcrumbs*/
div.toolbar div.filters {
margin: 5px 0px 0 12px;
width: 211px;
width: 165px;
float: left;
}