mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
files_reader: more changes towards full PDF functionality
This commit is contained in:
parent
1b1a2bea9a
commit
e7f4760993
20 changed files with 308 additions and 127 deletions
30
files_reader/vendor/icomoon/style.css
vendored
30
files_reader/vendor/icomoon/style.css
vendored
|
@ -1,10 +1,10 @@
|
|||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?jhgf4g');
|
||||
src: url('fonts/icomoon.eot?jhgf4g#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?jhgf4g') format('truetype'),
|
||||
url('fonts/icomoon.woff?jhgf4g') format('woff'),
|
||||
url('fonts/icomoon.svg?jhgf4g#icomoon') format('svg');
|
||||
src: url('fonts/icomoon.eot?gvtfq1');
|
||||
src: url('fonts/icomoon.eot?gvtfq1#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?gvtfq1') format('truetype'),
|
||||
url('fonts/icomoon.woff?gvtfq1') format('woff'),
|
||||
url('fonts/icomoon.svg?gvtfq1#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* slightly bigger icons */
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.icon-anchor:before {
|
||||
|
@ -297,6 +297,24 @@
|
|||
.icon-zoom_out_map:before {
|
||||
content: "\e56b";
|
||||
}
|
||||
.icon-rotate_0:before {
|
||||
content: "\e039";
|
||||
}
|
||||
.icon-rotate_90:before {
|
||||
content: "\e03a";
|
||||
}
|
||||
.icon-rotate_180:before {
|
||||
content: "\e03b";
|
||||
}
|
||||
.icon-rotate_270:before {
|
||||
content: "\e03c";
|
||||
}
|
||||
.icon-rotate_left:before {
|
||||
content: "\e419";
|
||||
}
|
||||
.icon-rotate_right:before {
|
||||
content: "\e41a";
|
||||
}
|
||||
.icon-droplet:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue