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

Adjust default footer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.