2012-05-09 08:31:25 +02:00
|
|
|
@import 'themes/default';
|
|
|
|
@import 'ieShared';
|
2012-11-29 04:26:50 +01:00
|
|
|
@import "compass/utilities/sprites/sprite-img";
|
|
|
|
@import "sprites.scss";
|
2012-05-09 08:31:25 +02:00
|
|
|
|
2012-01-05 17:03:38 +01:00
|
|
|
html {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2012-05-16 02:18:23 +02:00
|
|
|
|
2012-11-30 03:29:53 +01:00
|
|
|
//add line below the cms-content-toolbar
|
|
|
|
.cms-content-toolbar {
|
|
|
|
padding-bottom:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cms-menu-list{
|
|
|
|
li{
|
|
|
|
list-style-type: none;
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Site tree
|
|
|
|
------------------------- */
|
|
|
|
|
|
|
|
//fix for the tree view modes not displaying inline
|
|
|
|
.cms-tree-view-modes {
|
|
|
|
div {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
float:left;
|
|
|
|
padding-top:5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cms-panel-content .cms-tree{
|
|
|
|
li{
|
|
|
|
width:200px;
|
|
|
|
overflow:hidden;
|
|
|
|
float:left;
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// fix jstree themeroller plugin bug: tree disappear in IE7
|
|
|
|
.jstree li a .ui-icon {
|
|
|
|
text-indent: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Forms and files area
|
|
|
|
-----------------------------*/
|
2012-01-03 14:49:35 +01:00
|
|
|
.field {
|
|
|
|
input.text,
|
|
|
|
textarea,
|
|
|
|
.TreeDropdownField {
|
2012-12-06 03:22:45 +01:00
|
|
|
width: 94%; // Disable 100% width on IE7 because box-sizing is not respected
|
2012-01-03 14:49:35 +01:00
|
|
|
}
|
2012-02-07 23:24:42 +01:00
|
|
|
}
|
2012-12-06 03:22:45 +01:00
|
|
|
select {
|
|
|
|
padding: 10px 0;
|
|
|
|
height: 30px;
|
|
|
|
}
|
2012-02-07 23:24:42 +01:00
|
|
|
|
2012-05-10 04:09:17 +02:00
|
|
|
.ss-uploadfield-item-name {
|
|
|
|
display:block;
|
|
|
|
}
|
2012-04-30 02:25:35 +02:00
|
|
|
|
2012-04-18 05:11:18 +02:00
|
|
|
.ss-uploadfield-edit-iframe{
|
|
|
|
.field {
|
|
|
|
&.treedropdown{
|
|
|
|
height:150px !important;
|
|
|
|
}
|
|
|
|
.TreeDropdownField {
|
|
|
|
ul{
|
|
|
|
min-height:100px;
|
|
|
|
height:auto;
|
|
|
|
max-height:150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
//fix for the tree view modes not displaying inline
|
|
|
|
.cms-tree-view-modes {
|
|
|
|
div {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
float:left;
|
|
|
|
padding-top:5px;
|
|
|
|
}
|
|
|
|
}
|
2012-04-19 06:06:58 +02:00
|
|
|
.cms-panel-content .cms-tree{
|
|
|
|
li{
|
|
|
|
width:200px;
|
|
|
|
overflow:hidden;
|
|
|
|
float:left;
|
|
|
|
display:inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-02-07 23:24:42 +01:00
|
|
|
//add line below the cms-content-toolbar
|
|
|
|
.cms-content-toolbar {
|
|
|
|
padding-bottom:5px;
|
|
|
|
}
|
|
|
|
|
2012-06-19 07:52:09 +02:00
|
|
|
.cms-menu-list{
|
|
|
|
li{
|
|
|
|
list-style-type: none;
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-05-09 08:31:25 +02:00
|
|
|
|
2012-02-07 23:24:42 +01:00
|
|
|
|
|
|
|
// fix jstree themeroller plugin bug: tree disappear in IE7
|
|
|
|
.jstree li a .ui-icon {
|
|
|
|
text-indent: 0px !important;
|
2012-02-29 04:00:30 +01:00
|
|
|
}
|
|
|
|
|
2012-11-30 03:29:53 +01:00
|
|
|
/* Gridfield
|
|
|
|
------------------------- */
|
|
|
|
|
2012-03-27 16:11:05 +02:00
|
|
|
.cms table.ss-gridfield-table {
|
|
|
|
tbody td {
|
|
|
|
// Overrule width: 100% setting to trigger "shrink fit"
|
2012-11-05 05:51:38 +01:00
|
|
|
// of button row, which IE7 does not support
|
2012-03-27 16:11:05 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
tr th.extra span input {
|
|
|
|
//fix for filter and reset icons on datagrid
|
|
|
|
height:23px;
|
|
|
|
}
|
2012-03-08 04:27:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ss-gridfield-button-filter.ss-ui-button {
|
|
|
|
margin: -1px -5px;
|
|
|
|
}
|
2012-05-09 08:31:25 +02:00
|
|
|
|
2012-03-08 04:27:24 +01:00
|
|
|
.ss-gridfield-button-reset.ss-ui-button {
|
|
|
|
margin: -1px -5px;
|
|
|
|
}
|
|
|
|
|
2012-03-09 04:45:16 +01:00
|
|
|
//fix for edit and delete icons
|
2012-03-08 04:27:24 +01:00
|
|
|
.cms .ss-gridfield table.ss-gridfield-table tbody {
|
|
|
|
td {
|
|
|
|
button {
|
2012-03-09 04:01:03 +01:00
|
|
|
width:40px;
|
2012-03-08 04:27:24 +01:00
|
|
|
&.gridfield-button-delete {
|
|
|
|
display:block;
|
|
|
|
float:left;
|
|
|
|
}
|
2012-03-09 04:45:16 +01:00
|
|
|
&.gridfield-button-unlink {
|
2012-03-08 04:27:24 +01:00
|
|
|
display:block;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a.edit-link {
|
|
|
|
display:block;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//fix for wrong alignment of label on parent groups field in users groups and fix for width of parent group dropdown field
|
|
|
|
.cms .cms-content .cms-content-fields {
|
|
|
|
.field.dropdown .middleColumn {
|
|
|
|
max-width:512px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//fix for input on datagrid pagination
|
|
|
|
.pagination-page-number {
|
|
|
|
position:relative;
|
|
|
|
bottom:10px;
|
|
|
|
right:10px;
|
|
|
|
input {
|
|
|
|
width:45px;
|
|
|
|
padding:0px;
|
2012-03-08 05:21:26 +01:00
|
|
|
position:relative;
|
|
|
|
bottom:2px;
|
2012-03-08 04:27:24 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-16 02:18:23 +02:00
|
|
|
input {
|
|
|
|
&.ss-gridfield-sort {
|
|
|
|
padding-top:0 !important;
|
|
|
|
padding-bottom:0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-03-08 04:27:24 +01:00
|
|
|
//fix for wrong height on users groups gridfield table header
|
|
|
|
table.ss-gridfield-table tr.title th h2 {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
//fix for alternate colors on rows in datagrid
|
2012-03-12 22:53:38 +01:00
|
|
|
table.ss-gridfield-table {
|
|
|
|
tr {
|
|
|
|
&.ss-gridfield-item.odd {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
&.ss-gridfield-item.even {
|
|
|
|
background: #F0F4F7;
|
|
|
|
}
|
|
|
|
}
|
2012-03-12 02:37:54 +01:00
|
|
|
}
|
|
|
|
|
2012-04-10 06:28:25 +02:00
|
|
|
//fix for view children arrow in pages list view
|
|
|
|
.cms .ss-gridfield table.ss-gridfield-table tbody {
|
|
|
|
td {
|
|
|
|
&.col-listChildrenLink {
|
|
|
|
width:16px;
|
|
|
|
.list-children-link {
|
|
|
|
background: transparent url(../images/sitetree_ss_default_icons.png) no-repeat 4px -4px;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-11-30 03:29:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ss-ui-button{
|
|
|
|
&.ss-gridfield-button-filter{
|
|
|
|
border:none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//fix for model admin filter styling
|
|
|
|
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content {
|
|
|
|
.cms-search-form {
|
|
|
|
overflow:hidden;
|
|
|
|
input {
|
|
|
|
width:160px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-21 03:36:47 +02:00
|
|
|
|
|
|
|
// CMS Content header & tab fix
|
|
|
|
.cms-content-header {
|
|
|
|
h2 {
|
|
|
|
float: left;
|
|
|
|
.section-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2012-12-06 03:22:45 +01:00
|
|
|
|
2012-05-21 03:36:47 +02:00
|
|
|
.cms-content-header-tabs {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|
2012-06-21 01:48:39 +02:00
|
|
|
|
2012-06-19 07:52:09 +02:00
|
|
|
.ss-ui-button{
|
|
|
|
&.ss-gridfield-button-filter{
|
2012-12-04 06:10:20 +01:00
|
|
|
border:none !important;
|
2012-06-19 07:52:09 +02:00
|
|
|
}
|
|
|
|
}
|
2012-12-04 06:10:20 +01:00
|
|
|
.cms-content-controls{
|
|
|
|
.preview-mode-selector.dropdown{
|
|
|
|
display:none !important;
|
|
|
|
}
|
|
|
|
}
|
2012-12-06 04:01:33 +01:00
|
|
|
.cms .Actions > .cms-preview-toggle-link{
|
|
|
|
display:block;
|
2012-12-04 06:10:20 +01:00
|
|
|
}
|
2012-11-29 04:26:50 +01:00
|
|
|
|
2012-11-30 03:29:53 +01:00
|
|
|
@include IEVerticalPanelText;
|
|
|
|
|
2012-11-29 04:26:50 +01:00
|
|
|
//IE7 can't use before and after. Compromise
|
2012-11-30 03:29:53 +01:00
|
|
|
.cms .cms-content-actions .Actions .action-menus.ss-ui-action-tabset {
|
|
|
|
width: 190px;
|
|
|
|
ul.ui-tabs-nav {
|
|
|
|
a.ui-tabs-anchor{
|
|
|
|
background: transparent url(../images/sprites-32x32/arrow_down_lighter.png) no-repeat right top;
|
|
|
|
&:hover {
|
|
|
|
background: transparent url(../images/sprites-32x32/arrow_down_darker.png) no-repeat right top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ui-state-active a.ui-tabs-anchor {
|
|
|
|
background: transparent url(../images/sprites-32x32/arrow_up_lighter.png) no-repeat right top;
|
|
|
|
&:hover {
|
|
|
|
background: transparent url(../images/sprites-32x32/arrow_up_darker.png) no-repeat right top;
|
|
|
|
}
|
2012-11-29 04:26:50 +01:00
|
|
|
}
|
|
|
|
}
|
2012-11-30 03:29:53 +01:00
|
|
|
.ui-tabs-panel button.ss-ui-button {
|
|
|
|
width: 190px; /* Width 100% not calculating by ie7 */
|
|
|
|
}
|
2012-11-29 04:26:50 +01:00
|
|
|
}
|
2013-02-06 23:58:55 +01:00
|
|
|
|
|
|
|
/* Insert Media Area */
|
|
|
|
|
|
|
|
.ui-dialog-titlebar {
|
|
|
|
z-index: 100000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ss-uploadfield-item-info {
|
|
|
|
.dimensions {
|
|
|
|
input {
|
|
|
|
float:left;
|
|
|
|
width:150px;
|
|
|
|
}
|
|
|
|
.fieldgroup-field.last {
|
|
|
|
margin-left:16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|