@@ -8391,7 +8391,6 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
83918391 border-right : 1px solid # CFC9C9 ;
83928392 height : 15px ;
83938393 overflow : auto;
8394- padding-right : 0 ;
83958394}
83968395
83978396.multi-edit .data .data-body .data-item > table tbody tr td span {
@@ -8426,8 +8425,44 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
84268425 color : # 0000FF ;
84278426}
84288427
8429- .multi-edit .data .data-body .data-item table tbody tr td .multi-actions {
8430- border-right : none;
8428+ div # details-tab-aclRules table .multi-edit tr th .number ,
8429+ div # details-tab-aclRules div .data-item table tr td .number {
8430+ width : 45px !important ;
8431+ min-width : 45px !important ;
8432+ max-width : 45px !important ;
8433+ }
8434+
8435+ div # details-tab-aclRules div .multi-edit table tr th .action ,
8436+ div # details-tab-aclRules div .multi-edit table tr td .action {
8437+ width : 40px !important ;
8438+ min-width : 40px !important ;
8439+ max-width : 40px !important ;
8440+ }
8441+
8442+ div # details-tab-aclRules div .multi-edit table tr th .protocol ,
8443+ div # details-tab-aclRules div .multi-edit table tr td .protocol {
8444+ width : 50px !important ;
8445+ min-width : 50px !important ;
8446+ max-width : 50px !important ;
8447+ }
8448+
8449+ div # details-tab-aclRules div .multi-edit table tr th .protocolnumber ,
8450+ div # details-tab-aclRules div .multi-edit table tr td .protocolnumber {
8451+ width : 60px !important ;
8452+ min-width : 60px !important ;
8453+ max-width : 60px !important ;
8454+ }
8455+
8456+ div # details-tab-aclRules div .multi-edit table tr th .startport , div # details-tab-aclRules div .multi-edit table tr td .startport ,
8457+ div # details-tab-aclRules div .multi-edit table tr th .endport , div # details-tab-aclRules div .multi-edit table tr td .endport {
8458+ width : 70px !important ;
8459+ min-width : 70px !important ;
8460+ max-width : 70px !important ;
8461+ }
8462+
8463+ div # details-tab-aclRules td .cidrlist span {
8464+ text-align : center;
8465+ width : 100% ;
84318466}
84328467
84338468.multi-edit .data .data-body .data-item table tbody tr td .multi-actions .action {
@@ -8548,17 +8583,18 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
85488583
85498584.detail-view .multi-edit table tr th ,
85508585.detail-view .multi-edit table tr td {
8551- width : 87 px !important ;
8552- min-width : 87 px !important ;
8553- max-width : 87 px !important ;
8586+ width : 84 px !important ;
8587+ min-width : 84 px !important ;
8588+ max-width : 84 px !important ;
85548589 font-size : 10px ;
85558590}
85568591
85578592/* special case for 'Source CIDR' column - make it wide enough to fit a CIDR without ellipsizing*/
85588593.detail-view .multi-edit table tr th .cidrlist ,
85598594.detail-view .multi-edit table tr td .cidrlist {
8560- min-width : 112px !important ;
8561- max-width : 112px !important ;
8595+ min-width : 118px !important ;
8596+ max-width : 118px !important ;
8597+ padding : 0 0 0 0 ;
85628598}
85638599.detail-view .multi-edit td .cidrlist input {
85648600 width : 85% ;
@@ -8615,9 +8651,9 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
86158651/*Sortable*/
86168652.multi-edit table tbody tr td .reorder ,
86178653.multi-edit table thead tr th .reorder {
8618- width : 30 px !important ;
8619- min-width : 30 px !important ;
8620- max-width : 30 px !important ;
8654+ width : 16 px !important ;
8655+ min-width : 16 px !important ;
8656+ max-width : 16 px !important ;
86218657}
86228658
86238659/*Security Rules*/
@@ -13037,7 +13073,7 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
1303713073 -khtml-border-radius : 10px ;
1303813074 border-radius : 10px ;
1303913075 border-radius : 10px 10px 10px 10px ;
13040- background-position : -74 px -162px ;
13076+ background-position : -82 px -162px ;
1304113077}
1304213078
1304313079.moveDrag : hover .icon {
@@ -13357,4 +13393,3 @@ div.panel.copy-template-destination-list div.list-view div.fixed-header{
1335713393.multi-edit-add-list .ui-button .copytemplatecancel {
1335813394 left : 310px ;
1335913395}
13360-
0 commit comments