server/apps/files_pdfviewer/css/style.css
2011-12-27 12:36:51 +01:00

27 lines
No EOL
356 B
CSS
Executable file

#editor{
position: absoloute;
display: block;
top: 80px;
left: 160px;
}
#editorwrapper{
position: absoloute;
height: 0;
width: 0;
top: 41px;
left: 160px;
display: none;
}
#editor_close{
margin-left: auto;
margin-right: 167px;
display: block;
}
#editor_save{
margin-left: 7px;
float: left;
}
#saving_icon{
margin-top: 3px;
float: left;
}