mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
Open Office Editor W.I.P: Fix a few styling glitches
This commit is contained in:
parent
4f7fa8f018
commit
48c85453a0
@ -117,6 +117,8 @@ app.classes.filemanager = AppJS.extend(
|
|||||||
|
|
||||||
if (name == "filemanager.editor")
|
if (name == "filemanager.editor")
|
||||||
{
|
{
|
||||||
|
// need to make body rock solid to avoid extra scrollbars
|
||||||
|
jQuery('body').css({overflow:'hidden'});
|
||||||
this._init_odf_editor ();
|
this._init_odf_editor ();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -128,3 +128,22 @@ table.egwGridView_grid .tile .file_tile {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filemanager-editor_odfEditor {
|
||||||
|
position: absolute;
|
||||||
|
height: ~"calc(100% - 50px) !important";
|
||||||
|
width:100% !important;
|
||||||
|
top:50px;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
right:0px;
|
||||||
|
padding:0px !important;
|
||||||
|
}
|
||||||
|
#filemanager-editor_odfEditor .webodfeditor-editor.dijitContentPane {
|
||||||
|
box-shadow: none;
|
||||||
|
left:0px !important;
|
||||||
|
top: 0px !important;
|
||||||
|
}
|
||||||
|
#filemanager-editor {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
@ -8,14 +8,14 @@
|
|||||||
<column width="100%"/>
|
<column width="100%"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row height="45" class="dialogHeader">
|
<row height="45">
|
||||||
<box height="30">
|
<box height="30">
|
||||||
<toolbar id="tools"/>
|
<toolbar id="tools"/>
|
||||||
<textbox id="file_path" readonly="true"/>
|
<textbox id="file_path" readonly="true"/>
|
||||||
</box>
|
</box>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<grid height="500" width="100%" resize_ratio="1">
|
<grid height="700" width="100%" resize_ratio="1">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="100%"/>
|
<column width="100%"/>
|
||||||
</columns>
|
</columns>
|
||||||
|
@ -171,6 +171,24 @@ input.displayNone {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
#filemanager-editor_odfEditor {
|
||||||
|
position: absolute;
|
||||||
|
height: calc(100% - 50px) !important;
|
||||||
|
width: 100% !important;
|
||||||
|
top: 50px;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
right: 0px;
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
#filemanager-editor_odfEditor .webodfeditor-editor.dijitContentPane {
|
||||||
|
box-shadow: none;
|
||||||
|
left: 0px !important;
|
||||||
|
top: 0px !important;
|
||||||
|
}
|
||||||
|
#filemanager-editor {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
/*/*****************************************************************
|
/*/*****************************************************************
|
||||||
// sidebar
|
// sidebar
|
||||||
|
|
||||||
|
@ -159,6 +159,24 @@ input.displayNone {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
#filemanager-editor_odfEditor {
|
||||||
|
position: absolute;
|
||||||
|
height: calc(100% - 50px) !important;
|
||||||
|
width: 100% !important;
|
||||||
|
top: 50px;
|
||||||
|
left: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
right: 0px;
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
#filemanager-editor_odfEditor .webodfeditor-editor.dijitContentPane {
|
||||||
|
box-shadow: none;
|
||||||
|
left: 0px !important;
|
||||||
|
top: 0px !important;
|
||||||
|
}
|
||||||
|
#filemanager-editor {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
/*/*****************************************************************
|
/*/*****************************************************************
|
||||||
// sidebar
|
// sidebar
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user