Changeset 16644
- Timestamp:
- 27 Sep 2021, 07:12:53 (3 years ago)
- Location:
- main/kofacustom.edocons/trunk
- Files:
-
- 3 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/layout/static/custom.css
r16595 r16644 60 60 #logo-container-narrow { 61 61 position: absolute; 62 top: 0px;62 top: 2px; 63 63 right: 6px; 64 64 } -
main/kofacustom.edocons/trunk/layout/theme.html
r16615 r16644 199 199 <div class="col-md-10 content kofa-content-narrow"> 200 200 <div id="logo-container-narrow"> 201 <img src="static_custom/edocons_logo.png" width="1 30">201 <img src="static_custom/edocons_logo.png" width="180"> 202 202 </div> 203 203 <div class="well"> -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/browser/pdf.py
r16639 r16644 32 32 os.path.dirname(__file__), 'static', 'pdf_watermark.jpg') 33 33 34 watermark_pos = [ 45, 350]35 logo_pos = [4 72, 380, 80]34 watermark_pos = [50, 300] 35 logo_pos = [440, 615, 140]
Note: See TracChangeset for help on using the changeset viewer.