From 216caf36d6591cc09771eebb2d7fa830d2fdc7df Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 4 Mar 2015 14:41:08 +0000 Subject: [PATCH] There should be no min-height set for tabs in popups if we want them resizable --- calendar/templates/pixelegg/app.css | 3 --- calendar/templates/pixelegg/app.less | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index ef9eeb2fb0..b50ff31684 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1048,9 +1048,6 @@ div.calendar { #calendar-edit .et2_tabheader { background-color: transparent; } -#calendar-edit .et2_tabs { - min-height: 246px; -} #calendar-edit input.hasDatepicker, #calendar-edit #calendar-edit_start { width: 129px; diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 55fb283884..d2176d75b6 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -422,9 +422,7 @@ div.calendar { position: relative; } .et2_tabheader{ background-color: transparent; } - // Size for tabs - .et2_tabs {min-height: 246px;} - + input.hasDatepicker, #calendar-edit_start{width: 129px;}