Ignore:
Timestamp:
5 Apr 2013, 18:52:21 (11 years ago)
Author:
Henrik Bettermann
Message:

Adjust default footer.

Location:
main/waeup.ngrentheme/trunk/waeup/ngrentheme
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ngrentheme/trunk/waeup/ngrentheme/browser/templates/footer.pt

    r10058 r10062  
    55
    66    <div id="portal-footer">
    7       <br /><br />
    87      <div tal:condition="python:footer is not None">
    98        <span tal:replace="structure python:footer.getText()"></span>
    109      </div>
    1110      <div tal:condition="python:footer is None">
    12         Footer not yet configured<br />
     11
     12      <table class="footer" width="100%">
     13          <tr>
     14          <th></th><th class="border" style="width:28%">NgREN</th>
     15          </tr>
     16          <tr>
     17          <td></td><td class="border">National University Commission</td>
     18          </tr>
     19          <tr>
     20          <td></td><td class="border">Aja Nwachukwu House</td>
     21          </tr>
     22          <tr>
     23          <td></td><td class="border">Aguiyi Ironsi Street</td>
     24          </tr>
     25          <tr>
     26          <td></td><td class="border">Maitama District</td>
     27          </tr>
     28          <tr>
     29          <td></td><td class="border">Abuja, Nigeria</td>
     30          </tr>
     31      </table>
     32
    1333      </div>
    14       <br /><br />
    1534    </div>
    1635</div>
  • main/waeup.ngrentheme/trunk/waeup/ngrentheme/skins/waeup_ngrentheme_styles/ploneCustom.css.dtml

    r10056 r10062  
    11table.footer {
     2    margin-top: 5px;
     3    margin-bottom: 5px;
    24    margin-left: auto;
    35    margin-right: auto;
     
    68table.footer th,
    79table.footer td {
    8     padding: 0.1em 3em;
     10    padding: 0.0em 3em;
    911    vertical-align: top;
    1012    text-align: left;
     
    1214}
    1315
     16table.footer td.border, table.footer th.border{
     17    border-left: 1px solid white;
     18}
     19
    1420table.footer th {
    15     padding-bottom: 0.5em;
     21    padding-bottom: 0.3em;
     22    color: red;
    1623}
    1724
     
    5966}
    6067
    61 #portal-logo {
    62     margin: 0.2em 0;
    63     position: absolute;
    64 }
    65 
    6668h1, h2, h3, h4, h5, h6 {
    6769    font-weight: normal;
     
    9294    margin: 0 0 1em 0;
    9395}
    94 
    95 #portal-globalnav {
    96     border-top: 0em solid white;
    97     margin: 9em 0 0 0;
    98 }
    99 
    10096
    10197#portal-globalnav li a {
     
    242238}
    243239#portal-footer {
    244     background: #EEEEEE;
     240    background: #36895f;
    245241    line-height: 1em;
    246242    padding-top: 0.5em;
    247243    padding-bottom: 0.5em;
     244    color: white;
    248245}
    249246#portal-sitemap > li {
Note: See TracChangeset for help on using the changeset viewer.