Index: branches/RC/core/admin_templates/incs/cms.css =================================================================== diff -u -N --- branches/RC/core/admin_templates/incs/cms.css (revision 11963) +++ branches/RC/core/admin_templates/incs/cms.css (revision 0) @@ -1,88 +0,0 @@ -/* === Common styles for "Section Properties" and "Edit" buttons === */ -div.cms-btn-image { - float: left; - height: 15px; - vertical-align: middle; -} - -div.cms-btn-text { - margin-left: 3px; - float: left; - white-space: nowrap; - vertical-align: middle; -} - -div.cms-btn-content { - padding: 5px; -} - -div.cms-section-properties-btn, div.cms-edit-btn, div.cms-save-layout-btn { - padding: 2px 5px; - font-family: Arial, Verdana; - font-size: 13px; - font-weight: normal; - width: auto; - position: absolute; - color: black; - cursor: pointer; - -moz-border-radius: 10px; - - margin-top: -10px; - z-index: 99; -} - -/* === Styles for "Section Properties" button === */ -div.cms-section-properties-btn { - float: right; - position: relative; - - margin-right: -10px; - border: 2px solid #A1D0A1; - background-color: #CCFF00; -} - -div.cms-section-properties-btn-container { - border: 1px dashed #A1D0A1; - margin: 10px; -} - -/* === Styles for "Edit" button === */ -div.cms-edit-btn-container { - border: 1px dashed #FF6E00; -} - -div.cms-edit-btn { - margin-left: -10px; - border: 2px solid #FF6E00; - background-color: #FFCC00; - opacity: 0.5; -} - -/* === Styles for "Save Layout" button === */ -div.cms-save-layout-btn { - float: left; - position: absolute; - - margin-left: -10px; - border: 2px solid #A1D0A1; - background-color: #CCFF00; -} - -/* === Styles for Template Editor === */ -div.block-edit-btn-container { - border: 1px dashed transparent; -} - -div.block-edit-btn-container-over { - border-color: #FF6E00; -} - -/* === Styles for element moving/sorting in theme === */ -div.movable-area { - min-height: 200px; -} - -.move-helper { - border: 3px dashed #666; - /*width: auto !important;*/ -} \ No newline at end of file