Merge pull request #350 from adrexia/7004-IE7-wrapping-bug

BUGFIX: #7004 Fixes
This commit is contained in:
Ingo Schommer 2012-04-20 01:15:28 -07:00
commit ef8651dd30
2 changed files with 13 additions and 0 deletions

View File

@ -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; }

View File

@ -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