1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00
Files
seahub/media/css/doc_and_pdf.css

34 lines
613 B
CSS
Raw Normal View History

.page-container {
width: 850px;
2015-06-12 19:25:47 +08:00
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
margin: 13px auto;
}
.page-container iframe {
width: 100%;
height: 100%;
2015-06-12 19:25:47 +08:00
border:0;
}
2014-03-17 19:41:36 +08:00
.pdf2html-toolbar {
position:fixed;
left:50%;
bottom:0;
2015-09-10 16:30:22 +08:00
padding:20px 50px 0;
}
.pdf2html-toolbar .inner {
padding:2px 5px;
background: #000;
opacity:0.75;
border-radius:3px;
-ms-user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}
2014-03-17 19:41:36 +08:00
.pdf2html-toolbar span {
font-size:1.5em;
color:#fff;
cursor:pointer;
margin: 0 0.3em;
}