fix tab styling in legacy dialogs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
.umb-panel-header {
|
||||
background: @gray-10;
|
||||
border-bottom: 1px solid @gray-8;
|
||||
border-bottom: 1px solid @purple-l3;
|
||||
position: absolute;
|
||||
height: 99px;
|
||||
top: 0px;
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace umbraco.uicontrols {
|
||||
base.CreateChildControls();
|
||||
|
||||
_tabList.TagName = "ul";
|
||||
_tabList.Attributes.Add("class", "nav nav-tabs umb-nav-tabs span12 -padding-left");
|
||||
_tabList.Attributes.Add("class", "nav nav-tabs umb-nav-tabs -padding-left");
|
||||
base.row.Controls.Add(_tabList);
|
||||
|
||||
_body.TagName = "div";
|
||||
|
||||
Reference in New Issue
Block a user