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