Revision 8557
Added by Lauren Walker almost 11 years ago
lib/style/skins/account/footer.html | ||
---|---|---|
1 |
<footer> |
|
2 |
<p>Used by:</p> |
|
3 |
<img src="images/footer-logos.png" alt="DataONE, Kepler, AOOS, and SNAP logos"/> |
|
4 |
</footer> |
|
5 |
<link rel="stylesheet" type="text/css" href="./account.css"/> |
|
0 | 6 |
lib/style/skins/account/account.css | ||
---|---|---|
55 | 55 |
.iframesearchboxclass { /* not used */ } |
56 | 56 |
.iframeleftcolclass { /* not used */ } |
57 | 57 |
.iframerightcolclass { /* not used */ } |
58 |
.iframefooterclass { /* not used */ } |
|
58 |
.iframefooterclass { |
|
59 |
width: 100%; |
|
60 |
} |
|
59 | 61 |
|
60 | 62 |
/** |
61 | 63 |
* create a left margin for the main content |
... | ... | |
415 | 417 |
ul { |
416 | 418 |
list-style-type: none; |
417 | 419 |
} |
420 |
|
|
421 |
footer{ |
|
422 |
margin-top:45px; |
|
423 |
margin-left: 45px; |
|
418 | 424 |
} |
425 |
footer p{ |
|
426 |
margin-bottom: 0px; |
|
427 |
font-size: 12px; |
|
428 |
} |
|
419 | 429 |
|
lib/style/skins/account/account.js | ||
---|---|---|
121 | 121 |
|
122 | 122 |
// Location of the header that will be displayed at the top of the page |
123 | 123 |
var FOOTER_URL |
124 |
= ""; |
|
124 |
= "style/skins/account/footer.html";
|
|
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
Also available in: Unified diff
Added a footer to the identity management config pages