mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
Dialog list view: Fix toolbar/header positioning
This commit is contained in:
parent
d97345f0a2
commit
b4dd3747f3
@ -7498,16 +7498,16 @@ div.detail-group td.view-all div.view-all div.end {
|
||||
}
|
||||
|
||||
.ui-dialog .list-view .toolbar {
|
||||
top: 33px;
|
||||
width: 824px;
|
||||
top: 50px;
|
||||
width: 854px;
|
||||
}
|
||||
|
||||
div.panel.ui-dialog div.list-view div.fixed-header {
|
||||
top: 42px;
|
||||
left: 20px;
|
||||
top: 55px;
|
||||
left: 35px;
|
||||
width: 759px;
|
||||
height: 49px;
|
||||
background-color: #EAECEF;
|
||||
background-color: #FFFFFF;
|
||||
margin: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user