adder dialogs with external made the styles for the internal and external classes match the styles for available.

This commit is contained in:
Adam Young 2011-02-22 12:58:26 -05:00 committed by Endi S. Dewata
parent 5eca488d6a
commit d9ea7f077f

View File

@ -944,19 +944,22 @@ table.scrollable tbody {
}
.adder-dialog-internal {
border: 1px solid black;
background-color: #ffffff;
border: none;
position: absolute;
top: 0;
left: 0;
bottom: 4.5em;
width: 25em;
bottom: 0;
width: 23em;
padding-top: 1em;
}
.adder-dialog-external {
border: 1px solid black;
border: none;
position: absolute;
left: 0;
bottom: 0;
width: 25em;
width: 23em;
height: 4em;
}