mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fix input field widths for multi-edit
Conflicts: ui/css/cloudstack3.css
This commit is contained in:
parent
d4c1848f33
commit
ee72ae677f
@ -7212,9 +7212,10 @@ div.panel.ui-dialog div.list-view div.fixed-header {
|
||||
}
|
||||
|
||||
.multi-edit .range input {
|
||||
width: 70px;
|
||||
width: 41px;
|
||||
margin-left: 13px;
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.multi-edit .range label {
|
||||
@ -10353,6 +10354,13 @@ div.ui-dialog div.acl div.multi-edit div.data div.data-body div.data-item table
|
||||
max-height: 600px;
|
||||
}
|
||||
|
||||
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit tbody tr td,
|
||||
div.container div.panel div#details-tab-network.detail-group div div.multi-edit table.multi-edit thead tr th {
|
||||
min-width: 80px;
|
||||
max-width: 80px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.ui-dialog div.autoscaler .detail-actions {
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user