2012-05-09 18:31:25 +12:00
|
|
|
@import 'themes/default';
|
|
|
|
@import 'ieShared';
|
|
|
|
|
2012-03-12 14:38:39 +13:00
|
|
|
|
2012-01-06 16:39:51 +01:00
|
|
|
.cms-panel {
|
|
|
|
.cms-panel-content-collapsed {
|
|
|
|
width: 40px;
|
|
|
|
h2, h3 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2012-02-08 11:24:42 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
//fix for overlapping of tree view mode checkboxes
|
2012-05-09 18:31:25 +12:00
|
|
|
.cms-content-toolbar{
|
|
|
|
.cms-tree-view-modes{
|
|
|
|
.checkboxAboveTree {
|
|
|
|
margin-right:1px;
|
2012-03-08 16:27:24 +13:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-03-09 16:45:16 +13:00
|
|
|
|
2012-03-12 14:37:54 +13:00
|
|
|
|
2012-05-09 18:31:25 +12:00
|
|
|
//fix for width of dropdowns in filter panel
|
|
|
|
.cms-content-tools .cms-panel-content .dropdown select {
|
|
|
|
width:152px;
|
|
|
|
}
|