- Timestamp:
- 5 Apr 2013, 18:52:21 (12 years ago)
- 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 5 5 6 6 <div id="portal-footer"> 7 <br /><br />8 7 <div tal:condition="python:footer is not None"> 9 8 <span tal:replace="structure python:footer.getText()"></span> 10 9 </div> 11 10 <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 13 33 </div> 14 <br /><br />15 34 </div> 16 35 </div> -
main/waeup.ngrentheme/trunk/waeup/ngrentheme/skins/waeup_ngrentheme_styles/ploneCustom.css.dtml
r10056 r10062 1 1 table.footer { 2 margin-top: 5px; 3 margin-bottom: 5px; 2 4 margin-left: auto; 3 5 margin-right: auto; … … 6 8 table.footer th, 7 9 table.footer td { 8 padding: 0. 1em 3em;10 padding: 0.0em 3em; 9 11 vertical-align: top; 10 12 text-align: left; … … 12 14 } 13 15 16 table.footer td.border, table.footer th.border{ 17 border-left: 1px solid white; 18 } 19 14 20 table.footer th { 15 padding-bottom: 0.5em; 21 padding-bottom: 0.3em; 22 color: red; 16 23 } 17 24 … … 59 66 } 60 67 61 #portal-logo {62 margin: 0.2em 0;63 position: absolute;64 }65 66 68 h1, h2, h3, h4, h5, h6 { 67 69 font-weight: normal; … … 92 94 margin: 0 0 1em 0; 93 95 } 94 95 #portal-globalnav {96 border-top: 0em solid white;97 margin: 9em 0 0 0;98 }99 100 96 101 97 #portal-globalnav li a { … … 242 238 } 243 239 #portal-footer { 244 background: # EEEEEE;240 background: #36895f; 245 241 line-height: 1em; 246 242 padding-top: 0.5em; 247 243 padding-bottom: 0.5em; 244 color: white; 248 245 } 249 246 #portal-sitemap > li {
Note: See TracChangeset for help on using the changeset viewer.