Skip to content

Commit

Permalink
Item13214: IE layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jan 16, 2015
1 parent 96c896f commit 74471da
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -364,10 +364,9 @@ table.tml {
.ui-tabs-vertical > .ui-tabs-panel {
border-width:0 0 0 1px;
padding: 0 0 0 1em;
float:right;
width:100%;
min-height:50em;
margin-left:20em;
float:left;
width:100%;
}
.ui-tabs-vertical > .ui-tabs-nav > li {
width: 100%;
Expand All @@ -385,7 +384,7 @@ table.tml {
float:none;
}
.ui-tabs-vertical > .ui-tabs-nav > li > a:before {
background:initial;
background:transparent;
}
.ui-tabs-vertical > .ui-tabs-nav > li.ui-tabs-active {
background:#aaa;
Expand Down

0 comments on commit 74471da

Please sign in to comment.