Changeset 597:fabd394302f1 in documentViewer
- Timestamp:
- Nov 19, 2012, 12:15:57 PM (12 years ago)
- Branch:
- default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
css/docuviewer.css
r590 r597 382 382 383 383 /* 384 * image search 385 */ 386 div.col.main div.content.image.search div.annotator-hl { 387 background-color: rgba(255, 10, 10, 0.3); 388 } 389 div.col.main div.content.image.search div.annotator-hl:hover { 390 background-color: transparent; 391 border: 2px solid red; 392 } 393 394 /* 384 395 * xml page 385 396 */ -
zpt/viewer/layer_image_search.zpt
r596 r597 26 26 "></script> 27 27 </metal:block> 28 29 28 </head> 30 29 <body> -
zpt/viewer/viewer_image.zpt
r594 r597 71 71 <metal:block metal:use-macro="here/template/common_template/macros/page_ruler" /> 72 72 </div> 73 <div class="content image">73 <div tal:attributes="class string:content image $viewLayer"> 74 74 <div id="scaler"> 75 75 <img tal:attributes="src string:${docinfo/imageURL}&pn=${pageinfo/pn}&dw=500&dh=500" />
Note: See TracChangeset
for help on using the changeset viewer.