There should be no min-height set for tabs in popups if we want them resizable

This commit is contained in:
Hadi Nategh 2015-03-04 14:41:34 +00:00
parent 3001226b9c
commit 106e27303b
2 changed files with 1 additions and 6 deletions

View File

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

View File

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