diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index 7842db5d1..3ba1e3de0 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -187,50 +187,6 @@ body.cms { } } } - - .cms-content-fields .ui-tabs-nav { - border-bottom: none; - float: right; - margin: $grid-y 0 -1px 0; - padding: 0 $grid-x*3 0 0; - - li { - float: left; - - a { - font-weight: bold; - line-height: $grid-y * 2; - padding: $grid-y $grid-x*2.5 $grid-y; - } - } - .ui-state-default, - .ui-widget-content .ui-state-default, - .ui-widget-header .ui-state-default { - border:1px solid $color-button-generic-border; - } - .ui-state-active, - .ui-widget-content .ui-state-active, - .ui-widget-header .ui-state-active { - padding-bottom:1px; - background: $tab-panel-texture-background; - border:1px solid $color-button-generic-border; - } - } - - .ss-tabset { - .ss-tabset { - position: static; - } - - .ui-tabs-panel { - border-top:1px solid $color-button-generic-border; - clear: both; - } - - &.ss-tabset-tabshidden .ui-tabs-panel { - border-top: none; - } - } } /** --------------------------------------------