2016-06-02 06:00:28 +02:00
|
|
|
/**
|
|
|
|
* CMS Styles
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* Include Compass framework
|
|
|
|
*/
|
|
|
|
// @import "compass";
|
|
|
|
/*
|
|
|
|
* Sprite maps & Icons
|
|
|
|
*/
|
|
|
|
// @import "compass/utilities/sprites/base";
|
|
|
|
// @import "blog-icon/*.png";
|
|
|
|
// buttons
|
|
|
|
|
|
|
|
.gridfield-icon.blog-icon-timer {
|
|
|
|
background: url('../images/blog-icon/timer.png') center no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
#FeaturedImage .middleColumn {
|
2017-01-13 03:33:53 +01:00
|
|
|
clear: none;
|
|
|
|
float: left;
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
2016-06-02 07:11:56 +02:00
|
|
|
.has-panel .cms-content-tools.blog-admin-sidebar {
|
2017-01-13 03:33:53 +01:00
|
|
|
width: 280px;
|
|
|
|
border-right: none;
|
|
|
|
border-left: 1px solid #C0C0C2;
|
|
|
|
position: absolute !important; /* overrides cms !imporant style */
|
|
|
|
right: 0px;
|
2016-06-02 07:11:56 +02:00
|
|
|
top: 0;
|
2017-01-13 03:33:53 +01:00
|
|
|
height: 100%;
|
2016-06-02 06:00:28 +02:00
|
|
|
|
2017-01-13 03:33:53 +01:00
|
|
|
.cms-panel-toggle a {
|
|
|
|
text-align: left;
|
2016-06-02 07:11:56 +02:00
|
|
|
margin: 0;
|
2017-01-13 03:33:53 +01:00
|
|
|
}
|
2016-06-02 06:00:28 +02:00
|
|
|
|
2016-06-02 07:11:56 +02:00
|
|
|
.cms-panel-toggle.south {
|
|
|
|
border-top: 1px solid #aaaaaa;
|
|
|
|
}
|
|
|
|
|
2017-01-13 03:33:53 +01:00
|
|
|
~ .blog-admin-outer {
|
|
|
|
width: 100%;
|
|
|
|
padding-right: 280px;
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: hidden;
|
|
|
|
overflow-x: hidden;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
> .ss-tabset {
|
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
#Title {
|
|
|
|
label {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.middleColumn, input {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cms-content-view {
|
|
|
|
> .field {
|
|
|
|
+ .field {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.urlsegment {
|
|
|
|
.preview {
|
|
|
|
padding-top: 0;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.datetime {
|
|
|
|
> .middleColumn {
|
|
|
|
> .date {
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .time {
|
|
|
|
width: 36%;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.middleColumn, input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.collapsed {
|
|
|
|
~ .blog-admin-outer {
|
|
|
|
padding-right: 41px;
|
2016-06-02 07:11:56 +02:00
|
|
|
|
|
|
|
#Root_Main {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
2017-01-13 03:33:53 +01:00
|
|
|
}
|
2016-06-02 07:11:56 +02:00
|
|
|
|
2017-01-13 03:33:53 +01:00
|
|
|
}
|
2016-06-02 06:00:28 +02:00
|
|
|
|
2017-01-13 03:33:53 +01:00
|
|
|
&.cms-content-tools {
|
|
|
|
.cms-panel-content {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-description {
|
2017-01-13 03:33:53 +01:00
|
|
|
text-indent: -1000000px;
|
|
|
|
display: inline-block;
|
|
|
|
background: url("../images/information.png") no-repeat center center;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-left: 4px;
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.middleColumn.toggle-description-correct-middle {
|
2017-01-13 03:33:53 +01:00
|
|
|
margin-left: 0;
|
|
|
|
float: left;
|
|
|
|
width: 416px;
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
label.right.toggle-description-correct-right {
|
2017-01-13 03:33:53 +01:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0;
|
|
|
|
clear: none;
|
|
|
|
float: left;
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.description.toggle-description-correct-description {
|
2017-01-13 03:33:53 +01:00
|
|
|
width: 416px;
|
|
|
|
padding: 12px 0;
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-summary {
|
2017-01-13 03:33:53 +01:00
|
|
|
.ui-accordion-content .field {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-accordion-content,
|
|
|
|
.ui-accordion-content .field {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-icon-triangle-1-e {
|
|
|
|
background-position: -16px -128px;
|
|
|
|
}
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.cms table.ss-gridfield-table {
|
2017-01-13 03:33:53 +01:00
|
|
|
tr td.MergeAction {
|
|
|
|
width: 225px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
}
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.cms-content-actions,
|
|
|
|
.cms-preview-controls {
|
2017-01-13 03:33:53 +01:00
|
|
|
z-index: 999;
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.blog-cms-categorisation {
|
2017-01-13 03:33:53 +01:00
|
|
|
.MergeActionReveal {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar--content {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2016-06-02 06:00:28 +02:00
|
|
|
|
2017-01-13 03:33:53 +01:00
|
|
|
.MergeActionReveal:after {
|
|
|
|
content: '';
|
|
|
|
background: url('../images/move-icon.png');
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.action {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2016-06-02 06:00:28 +02:00
|
|
|
}
|