2012-01-05 17:03:38 +01:00
|
|
|
html {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2012-01-03 14:49:35 +01:00
|
|
|
.field {
|
|
|
|
input.text,
|
|
|
|
textarea,
|
|
|
|
.TreeDropdownField {
|
|
|
|
// Left/right padding conflicts with 100% width on the element unless box-sizing is respected, so disable padding for IE
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2012-02-07 23:24:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
//fix for add one button not positioning properly
|
|
|
|
|
|
|
|
.ss-ui-button.cms-page-add-button {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-ui-button.cms-page-add-button.ui-state-hover, .cms .ss-ui-button.cms-page-add-button:hover {
|
|
|
|
background: #80bf40 url('../images/btn_icons-saaa1989272.png') 5px -49px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
//fix for the tree view modes not displaying inline
|
|
|
|
|
|
|
|
.cms-tree-view-modes {
|
|
|
|
div {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
float:left;
|
|
|
|
padding-top:5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//add line below the cms-content-toolbar
|
|
|
|
|
|
|
|
.cms-content-toolbar {
|
|
|
|
border-bottom:1px solid rgb(201, 205, 206);
|
|
|
|
padding-bottom:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
//fix for background color on default tabs
|
|
|
|
.ui-state-default,
|
|
|
|
.ui-widget-content .ui-state-default,
|
|
|
|
.ui-widget-header .ui-state-default {
|
|
|
|
background-image:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
// fix jstree themeroller plugin bug: tree disappear in IE7
|
|
|
|
.jstree li a .ui-icon {
|
|
|
|
text-indent: 0px !important;
|
2012-01-03 14:49:35 +01:00
|
|
|
}
|