Ignore:
Timestamp:
8 Aug 2010, 07:02:04 (14 years ago)
Author:
Henrik Bettermann
Message:

Apply css class uni-logo and implement logo as backgound-image in waeuptheme.css.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/browser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme.css

    r4789 r5390  
    1212a { color:#840000; }
    1313.tabs .hd ul li a:hover { background-color:#cc0000; }
     14
     15.uni-logo {
     16  background-image: url('logo_waeup.gif');
     17  background-repeat: no-repeat;
     18  padding: 34px 50px;
     19  background-position:0px 10px;
     20}
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt

    r5388 r5390  
    3535
    3636          <h1 id="logo">
    37             <a href="" tal:condition='python:True'
     37            <a href=""
    3838               tal:attributes="href view/application_url">
    39               <img tal:attributes="src static/logo_waeup.gif"
    40                    alt="Logo" />
     39                <span class="uni-logo"></span>
    4140            </a>
    4241            <span id="uni-title" tal:content="layout/getAppTitle">
Note: See TracChangeset for help on using the changeset viewer.