From 106e27303b23d61ae8345a5ab1b0ce4dbae034f9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 4 Mar 2015 14:41:34 +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 1a0e47b13c..cec758574b 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 02c481664f..7761a0b599 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;}