]> git.parisson.com Git - pdf.js.git/commitdiff
move inputHint to examples
authornotmasteryet <async.processingjs@yahoo.com>
Tue, 20 Dec 2011 02:04:16 +0000 (20:04 -0600)
committernotmasteryet <async.processingjs@yahoo.com>
Tue, 20 Dec 2011 02:04:16 +0000 (20:04 -0600)
examples/acroforms/index.html
web/viewer.css

index d0712116765d7fd5ddaf2470f797b2b58bf0ad81..5fad4648af7b277a330c5081942e30ff096463fa 100644 (file)
@@ -39,6 +39,7 @@
   .pdfpage > div { position: absolute; top: 0; left: 0; }
   .inputControl { background: transparent; border: 0px none; position: absolute; margin: auto; }
   .inputControl[type='checkbox'] { margin: 0px; }
+  .inputHint { opacity: 0.2; background: #ccc; position: absolute; }
   </style>
 
   <script type="text/javascript" src="forms.js"></script>
index 8b2b0cc4d8c54a645d0b9e52ab606b8f7749daa9..a1ef928104ea2d45978319fa6556f8cb9e830901 100644 (file)
@@ -232,12 +232,6 @@ canvas {
   -webkit-box-shadow: 0px 2px 10px #ff0;
 }
 
-.page > .inputHint {
-  opacity: 0.2;
-  background: #ccc;
-  position: absolute;
-}
-
 .textLayer {
   position: absolute;
   left: 0;
@@ -341,10 +335,6 @@ canvas {
     display: block;
     page-break-after: always;
   }
-
-  .inputHint {
-    display: none;
-  }
 }
 
 #loading {