Changeset 15565 for main


Ignore:
Timestamp:
22 Aug 2019, 06:50:30 (5 years ago)
Author:
Henrik Bettermann
Message:

Add logo (also to website).

Location:
main/kofacustom.iuokada/trunk
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/layout/static/custom.css

    r15563 r15565  
    7272  margin-right: 50px;
    7373}
     74
  • main/kofacustom.iuokada/trunk/layout/theme.html

    r14451 r15565  
    198198
    199199        <div class="col-md-10 content kofa-content-narrow">
     200          <div id="logo-container-narrow">
     201            <img src="static_custom/iou_logo.png" width="65">
     202          </div>
    200203          <div class="well">
    201204            <div class="kofa-content">
     
    341344      <div class="row">
    342345        <div class="col-md-12 content kofa-content-wide">
     346          <div id="logo-container-wide">
     347            <img src="static_custom/iou_logo.png" width="80">
     348          </div>
    343349          <div class="well kofa-content">
    344350            <div class="actionbar">
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/browser/pdf.py

    r10765 r15565  
    2727    """
    2828
    29     #header_logo_path = os.path.join(
    30     #    os.path.dirname(__file__), 'static', 'pdf_logo.jpg')
    31     #watermark_path = os.path.join(
    32     #    os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')
     29    header_logo_path = os.path.join(
     30        os.path.dirname(__file__), 'static', 'pdf_logo.jpg')
     31    watermark_path = os.path.join(
     32        os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')
    3333
    34     watermark_pos = [-25, 100]
    35     logo_pos = [507, 720, 40]
     34    watermark_pos = [45, 140]
     35    logo_pos = [520, 630, 60]
Note: See TracChangeset for help on using the changeset viewer.