Add margin in top of tabs list to compensate for position absolute tab titles

This commit is contained in:
Mads Rasmussen
2015-06-03 18:47:41 +02:00
parent 51dea2d5fc
commit cc226cf9ac

View File

@@ -42,6 +42,10 @@
/* ---------- TABS ---------- */
.content-type-groups-list {
margin-top: 90px; // compensate for tab-title position absolute
}
.edt-tab{
margin: 50px 0 0 0;
min-height: 145px;