fix top bar in editor, move close to right, invite to left

pull/1/head
Jan-Christoph Borchardt 11 years ago
parent 95eb059f5b
commit 38910bb6ae

@ -25,15 +25,16 @@ html, body, #mainContainer {
#toolbar {
overflow: hidden;
border-bottom: none;
padding: 6px 0;
}
#container {
text-align: center;
background-color: #ddd;
overflow: auto;
position: absolute;
top: 30px;
top: 38px;
bottom: 0;
left: 0;
right: 0;

@ -91,11 +91,11 @@
}
#odf-close{
float:left;
float: right;
}
#odf-invite{
float:right;
float: left;
}
#mainContainer #collaboration{
@ -129,9 +129,9 @@
width: 100%;
height: 100%;
filter:alpha(opacity=30);
opacity: 0.3;
opacity: .3;
z-index: 1000;
background: #000 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{
left:0;

Loading…
Cancel
Save