1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

[pdfjs] improved pdf view with pdfjs

This commit is contained in:
llj
2013-02-27 21:37:38 +08:00
parent db185f10df
commit 788e6376d3
3 changed files with 8 additions and 2 deletions

View File

@@ -1590,6 +1590,9 @@ textarea:-moz-placeholder {/* for FF */
border-radius:3px;
-moz-border-radius:3px;
}
#pdf-view {
max-width:950px;
}
#op-after-edit {
margin-top:.9em;
}