mirror of https://github.com/apache/cloudstack.git
Fix placement of header
This commit is contained in:
parent
5b8f5d6ae3
commit
c87501d8ae
|
|
@ -6595,6 +6595,11 @@ div.panel.ui-dialog div.list-view div.fixed-header {
|
|||
.multi-edit {
|
||||
}
|
||||
|
||||
.multi-edit > form {
|
||||
position: relative;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.multi-edit table.multi-edit {
|
||||
border-top: none;
|
||||
}
|
||||
|
|
@ -6928,10 +6933,11 @@ div.panel.ui-dialog div.list-view div.fixed-header {
|
|||
|
||||
/** Header fields*/
|
||||
.multi-edit .header-fields {
|
||||
float: left;
|
||||
height: 32px;
|
||||
width: 100%;
|
||||
margin-left: 8px;
|
||||
position: relative;
|
||||
/*+placement:shift 8px 11px;*/
|
||||
position: relative;
|
||||
left: 8px;
|
||||
top: 11px;
|
||||
}
|
||||
|
||||
.multi-edit .header-fields .form-item {
|
||||
|
|
|
|||
Loading…
Reference in New Issue