/** * EGroupware - CSS Styles used by collabeditor app * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate * @link http://www.egroupware.org * @author Hadi Nategh * @version $Id$ */ #collabeditor-editor_file_path { font-size: 11pt; display: inline-block; margin-top: 5px; margin-left: 10px; } #collabeditor-editor_odfEditor { position: absolute; height: ~"calc(100% - 50px) !important"; width:100% !important; top:50px; left: 0px; bottom: 0px; right:0px; padding:0px !important; } #collabeditor-editor_odfEditor .webodfeditor-editor.dijitContentPane { box-shadow: none; left:0px !important; top: 0px !important; } #collabeditor-editor { overflow: hidden; } /* collab editor styling*/ div.webodfeditor-members { background-color: white !important; } div.webodfeditor-memberList .webodfeditor-memberListButton { border: none !important; background-color: transparent !important; box-shadow: none !important; } div.webodfeditor-memberList .webodfeditor-memberListButton img { border-radius: 50%; box-shadow: none; } div.webodfeditor-memberList .webodfeditor-memberListLabel { color: #1E1E1E; } div.webodf-caretOverlay div.handle { width:68px; border-radius:50%; } div.webodf-caretOverlay div.handle>img{ border-radius: 50%; } div.editInfoMarker { width:5px; border-radius: none; }