mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #350 from adrexia/7004-IE7-wrapping-bug
BUGFIX: #7004 Fixes
This commit is contained in:
commit
ef8651dd30
@ -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; }
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user