Revert editor. Override in own styles
This commit is contained in:
parent
653a7dd591
commit
a264bf0074
@ -17,7 +17,7 @@ html, body, #mainContainer {
|
|||||||
|
|
||||||
#editor {
|
#editor {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0px 0px 14px #555;
|
box-shadow: 0px 0px 14px black;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
@ -25,16 +25,14 @@ html, body, #mainContainer {
|
|||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-bottom: none;
|
|
||||||
padding: 6px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #ddd;
|
background-color: #FAFAFA;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 38px;
|
top: 30px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -142,6 +142,22 @@
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* override WebODF styling here */
|
||||||
|
|
||||||
#members{
|
#members{
|
||||||
padding-top: 3em !important;
|
padding-top: 3em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#editor {
|
||||||
|
box-shadow: 0px 0px 14px #555 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toolbar {
|
||||||
|
border-bottom: none !important;
|
||||||
|
padding: 6px 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
background-color: #ddd !important;
|
||||||
|
top: 38px !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user