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

[pdf file view] added sf_pdf_images_path and etc.

This commit is contained in:
llj
2019-06-28 16:59:36 +08:00
parent dcd8596074
commit e37598eff5
10 changed files with 40 additions and 1 deletions

View File

@@ -86,6 +86,30 @@
background: #ff0;
box-shadow: 0px 2px 10px #ff0;
}
.annotationLayer .textAnnotation img {
position: absolute;
cursor: pointer;
}
.annotationLayer .popupWrapper {
position: absolute;
width: 20em;
}
.annotationLayer .popup {
position: absolute;
z-index: 200;
max-width: 20em;
background-color: #FFFF99;
box-shadow: 0px 2px 5px #333;
border-radius: 2px;
padding: 0.6em;
margin-left: 5px;
cursor: pointer;
font: message-box;
word-wrap: break-word;
}
/* annotationLayer ends */
#fileInput {
display:none;