mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
67 lines
1.4 KiB
CSS
67 lines
1.4 KiB
CSS
/**
|
|
* 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 <hn-AT-egroupware.de>
|
|
* @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;
|
|
}
|