mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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:
parent
6ba5d04526
commit
120dc868ca
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user