2013-10-20 21:51:03 +03:00
|
|
|
#odf-canvas{
|
|
|
|
position: relative;
|
|
|
|
top: 37px;
|
2013-12-02 16:08:09 +03:00
|
|
|
left: 0px;
|
|
|
|
border:1px solid darkgray;
|
|
|
|
border-left:0 none;
|
2013-10-20 21:51:03 +03:00
|
|
|
box-shadow: 0px 4px 10px #000;
|
|
|
|
-moz-box-shadow: 0px 4px 10px #000;
|
|
|
|
-webkit-box-shadow: 0px 4px 10px #000;
|
|
|
|
}
|
2016-06-15 22:36:14 +05:30
|
|
|
|
|
|
|
.icon-filetype-document{
|
|
|
|
background-image: url('../../../../core/img/filetypes/x-office-document.svg')
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-filetype-spreadsheet{
|
|
|
|
background-image: url('../../../../core/img/filetypes/x-office-spreadsheet.svg');
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-filetype-presentation{
|
|
|
|
background-image: url('../../../../core/img/filetypes/x-office-presentation.svg');
|
|
|
|
}
|