mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 11:04:00 +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 {
|
.ui-dialog .list-view .toolbar {
|
||||||
top: 33px;
|
top: 50px;
|
||||||
width: 824px;
|
width: 854px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.panel.ui-dialog div.list-view div.fixed-header {
|
div.panel.ui-dialog div.list-view div.fixed-header {
|
||||||
top: 42px;
|
top: 55px;
|
||||||
left: 20px;
|
left: 35px;
|
||||||
width: 759px;
|
width: 759px;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
background-color: #EAECEF;
|
background-color: #FFFFFF;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user