Skip to content

Commit

Permalink
BUGFIX: #7004 Fixes
Browse files Browse the repository at this point in the history
Fixed the overflow bug in IE7, as per ticket #7004.
  • Loading branch information
adrexia committed Apr 19, 2012
1 parent 1ee0d3a commit e2d6d59
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/css/ie7.css
Expand Up @@ -14,6 +14,8 @@ html { overflow: hidden; }
.cms-tree-view-modes div { float: left; }
.cms-tree-view-modes span { float: left; padding-top: 5px; }

.cms-panel-content .cms-tree li { width: 200px; overflow: hidden; float: left; display: inline; }

.cms-content-toolbar { border-bottom: 1px solid #c9cdce; padding-bottom: 5px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: none; }
Expand Down
11 changes: 11 additions & 0 deletions admin/scss/ie7.scss
Expand Up @@ -48,6 +48,17 @@ html {
padding-top:5px;
}
}
.cms-panel-content .cms-tree{
li{
width:200px;
overflow:hidden;
float:left;
display:inline;
}
}




//add line below the cms-content-toolbar

Expand Down

0 comments on commit e2d6d59

Please sign in to comment.