From d1dfa9d3be154c8178c71d38668b0d6052b8eb41 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 30 Apr 2015 10:50:23 -0400 Subject: [PATCH] Fixed add/remove content dialog being too low --- airtime_mvc/public/css/showbuilder.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/airtime_mvc/public/css/showbuilder.css b/airtime_mvc/public/css/showbuilder.css index 2988ffc2c..e9d1380b7 100644 --- a/airtime_mvc/public/css/showbuilder.css +++ b/airtime_mvc/public/css/showbuilder.css @@ -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; -} \ No newline at end of file +}