Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

[WIP] Annotations #274

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
white-space: nowrap;
}

.document button{
position: absolute;
z-index: 50;
margin: 3px;
}

#odf-toolbar{
text-align: left;
position: absolute;
Expand Down Expand Up @@ -234,6 +240,24 @@
top: 87px;
}

/* Review mode */

.documents-review #collaboration{
display:none;
}
#webodfeditor-toolbar0{
margin-top:31px;
}

.documents-review #mainContainer{
text-align: center;
}

#webodfeditor-editor0{
background-color: transparent;
padding:0;
}

/* override WebODF styling here */
#mainContainer #collaboration{
float:right;position: relative;z-index: 1;
Expand Down
Loading