Revert editor. Override in own styles

pull/1/head
Victor Dubiniuk 11 years ago
parent 51e25b6632
commit d9f7bf596b

@ -25,8 +25,6 @@ html, body, #mainContainer {
#toolbar {
overflow: hidden;
border-bottom: none;
padding: 6px 0;
}
#container {
@ -34,7 +32,7 @@ html, body, #mainContainer {
background-color: #FAFAFA;
overflow: auto;
position: absolute;
top: 38px;
top: 30px;
bottom: 0;
left: 0;
right: 0;

@ -110,11 +110,6 @@
float: left;
}
#mainContainer #collaboration{
float:right;position: relative;z-index: 1;
width: 70px;padding:5px;
}
#invite-block{
position: absolute;
top:3em;
@ -145,6 +140,7 @@
z-index: 1000;
background: #111 url('%webroot%/core/img/loading-dark.gif') 50% 50% no-repeat;
}
#documents-overlay-below{
left:0;
top:0;
@ -167,11 +163,15 @@
/* override WebODF styling here */
#mainContainer #collaboration{
float:right;position: relative;z-index: 1;
width: 70px;padding:5px;
}
#members{
padding-top: 3em !important;
}
#editor {
box-shadow: 0px 0px 14px #555 !important;
}

Loading…
Cancel
Save