/** * @file text-editor.css * @Naveen Porwal * @Teramatrix Technologies * @©2015 EICHER **/ @charset "utf-8"; /* CSS Document */ .text-editor-content { bottom: 103px; padding: 0; } .text-editor { left: 0; position: relative; right: 0; clear: both; padding: 4px; } .text-editor-holder { background: #FFF; margin: 0 auto; position: relative; } .text-editor-padding { /*border-bottom:1px dotted #b3b3b3;*/ border: 1px solid #5D8C0B; border-top: 0px; margin: 0; position: relative; left: 0; right: 0; top: 0; } .text-editor-owner { border: 1px solid #039; color: #fff; font-size: 10px; font-weight: bold; left: 0; padding: 1px; position: relative; right: 0; text-shadow: 0px 1px 1px #039; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .text-editor-owner .editor-options { bottom: 0; position: absolute; right: 0; top: 0; } .text-editor-owner .editor-options .editor-option { cursor: pointer; float: left; margin: 0px 2px; } .text-editor-owner .editor-options .editor-time { float: left; margin: 1px 4px; padding-right: 8px; } .editor-option .ui-icon { background-image: url("ext/pgfblue/images/ui-icons_ffffff_256x240.png"); margin-top: -1px; } .editor-option:hover .ui-icon { background-image: url("ext/pgfblue/images/ui-icons_999999_256x240.png"); margin-top: -1px; } .editor-option-disabled .ui-icon { background-image: url("ext/pgfblue/images/ui-icons_999999_256x240.png"); margin-top: -1px; } .text-editor-matter { font-size: 12px; padding: 6px 1px; position: relative; left: 0; right: 0; } .text-editor-selected { background: #CEDBB5; border: 1px solid #5D8C0B; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .text-editor-selected .text-editor-holder { -moz-border-radius: 3px; -webkit-border-radius: 3px; } .text-editor textarea { left: 0; position: relative; right: 0; bottom: 0; top: 0; height: 40px; width: 100%; padding: 0; margin: 0px; overflow: visible; border: none; } .text-editor-owner.owner1 { background: #016CB0; } .text-editor-owner.owner2 { background: #24831D; } .text-editor-owner.owner3 { background: #C45319; } .text-editor-owner.owner4 { background: #B73247; } .text-editor-owner.owner5 { background: #423918; } .text-editor-owner.owner6 { background: #BCB620; } .text-editor-permanent { background: #CEDBB5; bottom: 38px; border: 1px solid #5D8C0B; display: none; position: absolute; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .text-editor-permanent .text-editor-holder { -moz-border-radius: 3px; -webkit-border-radius: 3px; } .add-comment { position: absolute; right: 154px; bottom: 6px; width: 40px; font-size: 10px; } .attach-file { position: absolute; right: 74px; bottom: 6px; font-size: 10px; width: 80px; } .cancel-comment { position: absolute; right: 14px; bottom: 6px; font-size: 10px; width: 60px; } .text-editor-attachments { padding: 4px; } .editor-attachment { float: right; margin-right: 20px; min-height: 80px; padding: 2px; position: relative; min-width: 80px; } .attachment-type { height: 100%; text-align: center; width: 100%; } .attachment-title { background: #C00; border-top: 1px solid #FD8473; bottom: 10px; color: #FFF; font-size: 11px; height: 16px; left: -6px; position: absolute; right: -6px; text-align: center; text-shadow: 0px 1px 1px #333; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .attach-file-dialog { background: #FFF; border: 1px solid #5690D2; display: none; position: absolute; left: 30%; top: 30%; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .dialog-title { background: #5690D2; color: #FFF; padding: 2px; } .upload-file-btn { margin: 2px; padding: 0; font-size: 11px; } .divCommunicationContent { padding-bottom: 60px; } .slider-controller { background: url(ext/pgfblue/images/ui-bg_glass_75_bee6fd_1x400.png) center; color: #069; cursor: pointer; height: 24px; padding: 2px 16px; position: absolute; right: 20px; } .slider-controller:hover { background: url(ext/pgfblue/images/ui-bg_inset-soft_75_61a7f2_1x100.png) center; color: #FFF; } .controller-up { -moz-border-radius: 0px 0px 14px 14px; -webkit-border-radius: 0px 0px 10px 10px; } .controller-down { -moz-border-radius: 14px 14px 0 0; -webkit-border-radius: 10px 10px 0 0; } .slider-controller-button { font-size: 90%; } #dialog_Approval .content { top: 0px; } #dialog_Approval .ui-button { margin: 0 6px 0 0; } #dialog_Approval .ui-button-text { font-size: 0.9em; }