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;}