Revision 5b580591

b/ui/static/main.css
59 59
#footer {
60 60
    height: 119px;
61 61
    background-color: #4085A5;
62
	position:absolute;
62
    position:absolute;
63 63
    left: 0;
64 64
    bottom: 0;
65 65
    width:100%;
66 66
}
67 67

  
68
#footer div.grnet-sign {
69
    color: #72ADC8;
70
    margin-top:10px;
71
}
72

  
68 73
ol, ul {
69 74
    list-style: none;
70 75
}
b/ui/templates/footer.html
37 37

  
38 38
<div id='footer'>
39 39
    <div id='footer-text'>
40
        <a href="#">{% trans "Copyright (c) 2011 GRNET S.A." %}</a>
41
            &nbsp;|&nbsp;
42 40
        <a href="#">{% trans "About" %}</a>
43 41
            &nbsp;|&nbsp;
44 42
        <a href="#">{% trans "Help" %}</a>
......
48 46
        <a href="#">{% trans "Terms" %}</a>
49 47
            &nbsp;|&nbsp;
50 48
        <a href="#">{% trans "Privacy" %}</a>
49
        <br/>
50
        <div class='grnet-sign'>{% trans "Copyright (c) 2011 Greek Research and Technology Network" %}</div>
51 51
    </div>
52 52
    <div id="footer-bg">
53 53
    </div>

Also available in: Unified diff