2012-05-09 18:31:25 +12:00
|
|
|
@import 'themes/default';
|
|
|
|
@import 'ieShared';
|
|
|
|
|
2012-11-27 18:03:43 +13:00
|
|
|
|
|
|
|
|
2012-06-18 12:13:20 +12:00
|
|
|
//IE8 needs this defined inside .cms-panel
|
2012-01-06 16:39:51 +01:00
|
|
|
.cms-panel {
|
2012-06-18 12:13:20 +12:00
|
|
|
@include IEVerticalPanelText;
|
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-05-21 13:36:47 +12:00
|
|
|
.cms .cms-content-tools {
|
|
|
|
|
|
|
|
//fix for width of dropdowns in filter panel
|
|
|
|
.cms-panel-content .dropdown select {
|
|
|
|
width:152px;
|
|
|
|
}
|
2012-06-19 17:52:09 +12:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter-buttons{
|
|
|
|
button{
|
|
|
|
width:23px !important;
|
|
|
|
height:23px !important;
|
|
|
|
&.ss-gridfield-button-close{
|
|
|
|
margin-right:-7px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-buttons{
|
|
|
|
width:18px;
|
2012-07-10 16:57:58 +12:00
|
|
|
}
|
|
|
|
|
|
|
|
/* fix for actions buttons on edit page content overlapping */
|
|
|
|
.cms-content-actions {
|
|
|
|
.ss-ui-buttonset {
|
|
|
|
button {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2012-05-09 18:31:25 +12:00
|
|
|
}
|