fix top bar in editor, move close to right, invite to left
This commit is contained in:
parent
95eb059f5b
commit
38910bb6ae
@ -25,15 +25,16 @@ 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: #ddd;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 38px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -91,11 +91,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#odf-close{
|
#odf-close{
|
||||||
float:left;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#odf-invite{
|
#odf-invite{
|
||||||
float:right;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer #collaboration{
|
#mainContainer #collaboration{
|
||||||
@ -129,9 +129,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
filter:alpha(opacity=30);
|
filter:alpha(opacity=30);
|
||||||
opacity: 0.3;
|
opacity: .3;
|
||||||
z-index: 1000;
|
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{
|
#documents-overlay-below{
|
||||||
left:0;
|
left:0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user