Revert editor. Override in own styles
This commit is contained in:
parent
51e25b6632
commit
d9f7bf596b
@ -25,8 +25,6 @@ html, body, #mainContainer {
|
|||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-bottom: none;
|
|
||||||
padding: 6px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
@ -34,7 +32,7 @@ html, body, #mainContainer {
|
|||||||
background-color: #FAFAFA;
|
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;
|
||||||
|
@ -110,11 +110,6 @@
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer #collaboration{
|
|
||||||
float:right;position: relative;z-index: 1;
|
|
||||||
width: 70px;padding:5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#invite-block{
|
#invite-block{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:3em;
|
top:3em;
|
||||||
@ -145,6 +140,7 @@
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background: #111 url('%webroot%/core/img/loading-dark.gif') 50% 50% no-repeat;
|
background: #111 url('%webroot%/core/img/loading-dark.gif') 50% 50% no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#documents-overlay-below{
|
#documents-overlay-below{
|
||||||
left:0;
|
left:0;
|
||||||
top:0;
|
top:0;
|
||||||
@ -167,11 +163,15 @@
|
|||||||
|
|
||||||
/* override WebODF styling here */
|
/* override WebODF styling here */
|
||||||
|
|
||||||
|
#mainContainer #collaboration{
|
||||||
|
float:right;position: relative;z-index: 1;
|
||||||
|
width: 70px;padding:5px;
|
||||||
|
}
|
||||||
|
|
||||||
#members{
|
#members{
|
||||||
padding-top: 3em !important;
|
padding-top: 3em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#editor {
|
#editor {
|
||||||
box-shadow: 0px 0px 14px #555 !important;
|
box-shadow: 0px 0px 14px #555 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user