Skip to content

Commit

Permalink
fix tab styling in legacy dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Nov 6, 2018
1 parent 04bcd85 commit f2feaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI.Client/src/less/panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/umbraco.controls/TabView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected override void CreateChildControls()
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";
Expand Down

0 comments on commit f2feaba

Please sign in to comment.