2011-04-30 15:11:10 +12:00
/** This file defines the structural layout of the CMS interface. Ideally, you should be able to lay out the base elements of the CMS with only this file. Please put any presentational definitions (color, fonts, backgrounds, paddings) into _style.scss or _uitheme.scss instead. */
2011-04-30 16:48:57 +12:00
html , body , div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , font , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td { margin : 0 ; padding : 0 ; border : 0 ; outline : 0 ; font-weight : inherit ; font-style : inherit ; font-size : 100 % ; font-family : inherit ; vertical-align : baseline ; }
2011-04-30 15:11:10 +12:00
2011-04-30 16:48:57 +12:00
body { line-height : 1 ; color : black ; background : white ; }
2011-04-30 15:11:10 +12:00
ol , ul { list-style : none ; }
2011-04-30 16:48:57 +12:00
table { border-collapse : separate ; border-spacing : 0 ; vertical-align : middle ; }
2011-04-30 15:11:10 +12:00
caption , th , td { text-align : left ; font-weight : normal ; vertical-align : middle ; }
2011-04-30 16:48:57 +12:00
q , blockquote { quotes : "" "" ; }
q : before , q : after , blockquote : before , blockquote : after { content : "" ; }
2011-04-30 15:11:10 +12:00
a img { border : none ; }
2011-04-30 16:48:57 +12:00
@ charset "UTF-8" ;
2011-04-30 15:11:10 +12:00
html , body { width : 100 % ; height : 100 % ; padding : 0 ; margin : 0 ; overflow : hidden ; }
2011-05-15 15:43:21 +12:00
. cms-preview { width : 1 px ; }
2011-04-30 15:11:10 +12:00
. cms-preview . cms-preview-toggle { width : 10 px ; }
. cms-preview iframe { width : 100 % ; height : 100 % ; }
. cms-container { height : 100 % ; }
. cms-menu { width : 250 px ; overflow : auto ; }
2011-05-13 13:30:49 +12:00
. cms-menu . cms-panel-content { width : 250 px ; }
. cms-menu . collapsed { width : 40 px ; }
2011-04-30 15:11:10 +12:00
2011-06-08 11:35:56 +12:00
. cms-preview , . cms-menu , . cms-content , . cms-content-header , . cms-content-tools , . cms-content-form , . cms-edit-form { display : -moz- inline - box ; -moz- box-orient : vertical ; display : inline-block ; vertical-align : middle ; * vertical-align : auto ; }
. cms-preview , . cms-menu , . cms-content , . cms-content-header , . cms-content-tools , . cms-content-form , . cms-edit-form { * display : inline ; }
2011-04-30 15:11:10 +12:00
2011-05-13 13:30:49 +12:00
. cms-content-tools { width : 230 px ; overflow : auto ; }
. cms-content-tools . cms-panel-header , . cms-content-tools . cms-panel-content { padding : 10 px ; }
2011-04-30 15:11:10 +12:00
. cms-content-form { overflow : auto ; }
. cms-content-header { height : 40 px ; }
. cms-content-header h2 { width : 226 px ; }
. cms-content-header > div { width : 9999 em ; overflow : hidden ; }
. cms-content-actions { padding : 10 px ; }
2011-05-13 13:30:49 +12:00
. cms-header { padding : 7 px 0 7 px 7 px ; }
2011-04-30 15:11:10 +12:00
. cms-logo { height : 30 px ; overflow : hidden ; vertical-align : middle ; }
. cms-login-status { height : 30 px ; overflow : hidden ; vertical-align : middle ; }