CS-15958: Fix ACL select box

Give fixed width to ACL tier select box, to prevent overflow with long
network names
This commit is contained in:
Brian Federle 2012-08-13 11:03:40 -07:00
parent 41a383f0f9
commit 55e224f56d

View File

@ -9668,6 +9668,11 @@ div.panel.ui-dialog div.list-view div.fixed-header {
max-width: none;
}
.ui-dialog.configure-acl .multi-edit table select,
.detail-view .acl .multi-edit select {
width: 76px;
}
.ui-dialog.configure-acl .ui-dialog-buttonpane {
/*+placement:shift 722px -2px;*/
position: relative;