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 c4f12caf5e
commit cf669496e1
1 changed files with 5 additions and 0 deletions

View File

@ -9665,6 +9665,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;