CC-3174 : showbuilder
dialog improvements, can scroll library, builder independently.
This commit is contained in:
parent
59b7f4ab56
commit
62c07107c1
2 changed files with 33 additions and 5 deletions
|
@ -47,10 +47,22 @@ tr.cursor-selected-row .marker {
|
|||
.ui-dialog .wrapper {
|
||||
margin: 0;
|
||||
padding: 10px 0 0 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ui-dialog #library_content {
|
||||
margin: 0 10px 10px 0;
|
||||
overflow: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.ui-dialog #show_builder {
|
||||
width:45%;
|
||||
margin: 0 0 10px 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ui-dialog .padded {
|
||||
padding: 8px 10px 8px 8px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-buttonset {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue