Fixed add/remove content dialog being too low

This commit is contained in:
Albert Santoni 2015-04-30 10:50:23 -04:00
parent be614415de
commit d1dfa9d3be
1 changed files with 1 additions and 5 deletions

View File

@ -258,10 +258,6 @@ table.datatable tr.sb-header.odd:hover td, table.datatable tr.sb-header.even:hov
* keep the dialog css at the bottom so it can override previous rules if needed.
*/
.ui-dialog.ui-widget {
top: 141px !important;
}
.ui-dialog .wrapper {
margin: 0;
padding: 10px 0 0 0;
@ -288,4 +284,4 @@ table.datatable tr.sb-header.odd:hover td, table.datatable tr.sb-header.even:hov
.ui-dialog .sb_content .padded {
padding: 5px 10px 5px 16px;
}
}