Fix input field widths for multi-edit

Conflicts:
	ui/css/cloudstack3.css
This commit is contained in:
Brian Federle 2012-11-05 15:59:37 -08:00
parent d4c1848f33
commit ee72ae677f

View File

@ -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 {
}