mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
[sdoc] 'shared file view': display 'share permission' & 'download' icon (if it can be downloaded)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "sdocfont"; /* Project id 4097705 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1692612471690'); /* IE9 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1692612471690#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1692612471690') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1692612471690') format('woff'),
|
||||
url('./sdoc-editor-font/iconfont.ttf?t=1692612471690') format('truetype'),
|
||||
url('./sdoc-editor-font/iconfont.svg?t=1692612471690#sdocfont') format('svg');
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1693362307040'); /* IE9 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1693362307040#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1693362307040') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1693362307040') format('woff'),
|
||||
url('./sdoc-editor-font/iconfont.ttf?t=1693362307040') format('truetype'),
|
||||
url('./sdoc-editor-font/iconfont.svg?t=1693362307040#sdocfont') format('svg');
|
||||
}
|
||||
|
||||
.sdocfont {
|
||||
@@ -16,6 +16,18 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.sdoc-download:before {
|
||||
content: "\e652";
|
||||
}
|
||||
|
||||
.sdoc-next-page:before {
|
||||
content: "\e626";
|
||||
}
|
||||
|
||||
.sdoc-previous-page:before {
|
||||
content: "\e651";
|
||||
}
|
||||
|
||||
.sdoc-save-tip:before {
|
||||
content: "\e650";
|
||||
}
|
||||
|
Reference in New Issue
Block a user