richdocuments/css/viewer/odfviewer.css
2013-12-02 16:08:09 +03:00

21 lines
326 B
CSS

#odf-canvas{
position: relative;
top: 37px;
left: 0px;
border:1px solid darkgray;
border-left:0 none;
box-shadow: 0px 4px 10px #000;
-moz-box-shadow: 0px 4px 10px #000;
-webkit-box-shadow: 0px 4px 10px #000;
}
#odf_close{
top: 0px;
position: absolute;
left: 10px;
}
#odf-toolbar{
padding: 0 0 0 1em
}