2012-05-09 08:31:25 +02:00
/** This file contains the default theme definitions for the admin interface. Please put mostly SCSS variable definitions in here, and leave the actual styling to _style.scss and auxilliary files. */
/** ----------------------------------------------- Colours ------------------------------------------------ */
/** ----------------------------------------------- Textures ----------------------------------------------- */
/** ----------------------------------------------- Typography. ------------------------------------------------ */
/** ----------------------------------------------- Grid Units (px) We have a vertical rhythm that the grid is based off both x (=horizontal) and y (=vertical). All internal padding and margins are scaled to this and accounting for paragraphs ------------------------------------------------ */
/** ----------------------------------------------- Application Logo (CMS Logo) Must be 24px x 24px ------------------------------------------------ */
2012-03-12 02:38:39 +01:00
. cms . ss-ui-button { background-color : #e6e6e6 ; }
. cms . ss-ui-button . ui-state-hover { background-color : #f3f3f3 ; }
2012-05-09 08:31:25 +02:00
. cms . ss-ui-button . ss-ui-action-constructive { background-color : #1f9433 ; }
. cms . ss-ui-button . ss-ui-action-constructive . ui-state-hover { background-color : #23a93a ; }
2012-05-16 02:18:23 +02:00
. cms . ss-ui-button . ss-gridfield-button-filter { background : #55a4d2 url ( ../../images/icons/filter-icons.png ) no-repeat -14 px 4 px ; }
2012-05-09 08:31:25 +02:00
. cms-content-toolbar { border-bottom : 1 px solid #c9cdce ; }
. ui-state-default , . ui-widget-content . ui-state-default , . ui-widget-header . ui-state-default { background-image : none ; }
. ss-gridfield-button-filter . ss-ui-button { background : #e6e6e6 url ( ../images/filter-icons.png ) no-repeat -40 px 6 px ; filter : none ; }
. ss-gridfield-button-filter . ss-ui-button . hover-alike : active { background-color : #2e7ead ; background-position : -15 px 7 px ; filter : none ; }
. ss-gridfield-button-filter . ss-ui-button . hover-alike { background-color : #338DC1 ; background-position : -16 px 6 px ; filter : none ; }
. ss-gridfield-button-reset . ss-ui-button { background : #e6e6e6 url ( ../images/filter-icons.png ) no-repeat 8 px 5 px ; filter : none ; }
. ss-gridfield-button-reset . ss-ui-button . filtered : hover { background : red url ( ../images/filter-icons.png ) no-repeat 8 px -17 px ; filter : none ; }
. ss-gridfield-button-reset . ss-ui-button . filtered : active { background : #e60000 url ( ../images/filter-icons.png ) no-repeat 9 px -16 px ; filter : none ; }
. cms table . ss-gridfield-table tr td { border-right : 1 px solid #9a9a9a ; }
. cms table . ss-gridfield-table tr th { border-right : 1 px solid #9a9a9a ; }
. cms table . ss-gridfield-table tr th . main { border-top : 1 px solid #9a9a9a ; border-bottom : none ; }
. cms table . ss-gridfield-table tr th . extra { border-top : 1 px solid #9a9a9a ; padding-right : 12 px ; }
. cms table . ss-gridfield-table td : first-child , . cms table . ss-gridfield-table th : first-child { border-left : 1 px solid #9a9a9a ; }
. cms . ss-gridfield table . ss-gridfield-table tbody td button { border : 0 ; background : none ; }
. cms . cms-content . cms-content-fields . aligned_right_label { margin-left : 0 ; }
2012-06-18 03:22:01 +02:00
. cms-menu-list li a . icon { filter : none ; }
2012-05-09 08:31:25 +02:00
. ModelAdmin . cms-content-fields . cms-content-tools . cms-panel-content # Form_ImportForm div . file { margin : 0 px ; }
. ModelAdmin . cms-content-fields . cms-content-tools . cms-panel-content # Form_ImportForm div . file input . file { margin-left : -132 px ; }
. ModelAdmin . cms-content-fields . cms-content-tools . cms-panel-content # Form_ImportForm div . checkbox { padding : 0 px ; }
2012-06-19 07:52:09 +02:00
. filter-buttons button . ss-gridfield-button-filter { background-position : -18 px 4 px !important ; }
2012-05-09 08:31:25 +02:00
html { overflow : hidden ; }
2012-03-12 02:38:39 +01:00
2012-01-03 14:49:35 +01:00
. field input . text , . field textarea , . field . TreeDropdownField { padding-left : 0 ; padding-right : 0 ; }
2012-02-07 23:24:42 +01:00
2012-05-10 04:09:17 +02:00
. ss-uploadfield-item-name { display : block ; }
2012-04-18 05:11:18 +02:00
. ss-uploadfield-edit-iframe . field . treedropdown { height : 150 px !important ; }
. ss-uploadfield-edit-iframe . field . TreeDropdownField ul { min-height : 100 px ; height : auto ; max-height : 150 px ; }
2012-02-07 23:24:42 +01:00
. ss-ui-button . cms-page-add-button { float : left ; }
. cms-tree-view-modes div { float : left ; }
. cms-tree-view-modes span { float : left ; padding-top : 5 px ; }
2012-04-19 06:06:58 +02:00
. cms-panel-content . cms-tree li { width : 200 px ; overflow : hidden ; float : left ; display : inline ; }
2012-05-09 08:31:25 +02:00
. cms-content-toolbar { padding-bottom : 5 px ; }
2012-02-17 00:35:10 +01:00
2012-06-19 07:52:09 +02:00
. cms-menu-list li { list-style-type : none ; width : 100 % ; float : left ; margin : 0 px ; padding : 0 px ; }
2012-02-17 00:35:10 +01:00
. jstree li a . ui-icon { text-indent : 0 px !important ; }
2012-02-29 04:00:30 +01:00
2012-03-27 16:11:05 +02:00
. cms table . ss-gridfield-table tbody td { width : auto ; }
2012-03-08 04:27:24 +01:00
. cms table . ss-gridfield-table tr th . extra span input { height : 23 px ; }
2012-05-09 08:31:25 +02:00
. ss-gridfield-button-filter . ss-ui-button { margin : -1 px -5 px ; }
2012-03-08 04:27:24 +01:00
2012-05-09 08:31:25 +02:00
. ss-gridfield-button-reset . ss-ui-button { margin : -1 px -5 px ; }
2012-03-08 04:27:24 +01:00
2012-05-09 08:31:25 +02:00
. cms . ss-gridfield table . ss-gridfield-table tbody td button { width : 40 px ; }
2012-03-08 04:27:24 +01:00
. cms . ss-gridfield table . ss-gridfield-table tbody td button . gridfield-button-delete { display : block ; float : left ; }
2012-03-09 04:45:16 +01:00
. cms . ss-gridfield table . ss-gridfield-table tbody td button . gridfield-button-unlink { display : block ; float : left ; }
2012-03-08 04:27:24 +01:00
. cms . ss-gridfield table . ss-gridfield-table tbody td a . edit-link { display : block ; float : left ; }
. cms . cms-content . cms-content-fields . field . dropdown . middleColumn { max-width : 512 px ; }
. pagination-page-number { position : relative ; bottom : 10 px ; right : 10 px ; }
2012-03-08 05:21:26 +01:00
. pagination-page-number input { width : 45 px ; padding : 0 px ; position : relative ; bottom : 2 px ; }
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
table . ss-gridfield-table tr . title th h2 { float : left ; }
table . ss-gridfield-table tr . ss-gridfield-item . odd { background : white ; }
table . ss-gridfield-table tr . ss-gridfield-item . even { background : #F0F4F7 ; }
2012-03-12 02:37:54 +01:00
. ModelAdmin . cms-content-fields . cms-content-tools . cms-panel-content . cms-search-form { overflow : hidden ; }
. ModelAdmin . cms-content-fields . cms-content-tools . cms-panel-content . cms-search-form input { width : 160 px ; }
2012-04-10 06:28:25 +02:00
2012-05-21 03:36:47 +02:00
. cms . cms-content-tools { border-right : 1 px solid #CCC ; }
2012-04-10 06:28:25 +02:00
. cms . ss-gridfield table . ss-gridfield-table tbody td . col-listChildrenLink { width : 16 px ; }
. cms . ss-gridfield table . ss-gridfield-table tbody td . col-listChildrenLink . list-children-link { background : transparent url ( ../images/sitetree_ss_default_icons.png ) no-repeat 4 px -4 px ; display : block ; }
2012-05-21 03:36:47 +02:00
. cms-content-header h2 { float : left ; }
. cms-content-header h2 . section-icon { display : none ; }
. cms-content-header . cms-content-header-tabs { position : absolute ; right : 0 ; }
2012-06-18 02:13:20 +02:00
2012-06-19 07:52:09 +02:00
. ss-ui-button . ss-gridfield-button-filter { border : none !important ; }