mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
New footers for web UIs
(cherry picked from commit a174bd7007503aa01f7f467785d7ce873246b4dc)
This commit is contained in:
parent
f8e96474be
commit
1cc0e8d189
@ -27,6 +27,23 @@ body {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding: 9px 10px 10px 10px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
background-color: #353735;
|
||||
border:0;
|
||||
width: 100%;
|
||||
height: 9px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
font-size: 10.4px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#logo {
|
||||
padding-top: 6px;
|
||||
|
@ -51,5 +51,8 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id="footer" style="overflow:visible;">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 3.7.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -81,7 +81,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer" style="overflow:visible;" class="ui-layout-south">
|
||||
Copyright 2002-2012 © OpenNebula Project Leads (<a href="http://opennebula.org" target="_blank">OpenNebula.org</a>). All Rights Reserved. OpenNebula 3.7.0
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 3.7.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -27,6 +27,23 @@ body {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding: 9px 10px 10px 10px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
background-color: #353735;
|
||||
border:0;
|
||||
width: 100%;
|
||||
height: 9px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
font-size: 10.4px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#logo {
|
||||
padding-top: 6px;
|
||||
|
@ -62,10 +62,10 @@
|
||||
<a href="http://opennebula.org/community:community" target="_blank">Community</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" style="overflow:visible;" class="ui-layout-south">
|
||||
Copyright 2002-2012 © OpenNebula Project Leads (<a href="http://opennebula.org" target="_blank">OpenNebula.org</a>). All Rights Reserved. OpenNebula 3.7.0
|
||||
</div>
|
||||
|
||||
<div id="footer" style="overflow:visible;" class="ui-layout-south">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 3.7.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
|
||||
<div id="dialogs">
|
||||
|
||||
|
@ -47,5 +47,8 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id="footer" style="overflow:visible;">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 3.7.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -28,6 +28,24 @@ body {
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
padding: 9px 10px 10px 10px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
background-color: #353735;
|
||||
border:0;
|
||||
width: 100%;
|
||||
height: 9px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
font-size: 10.4px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#logo {
|
||||
padding-top: 6px;
|
||||
font-size: 1.1em;
|
||||
|
@ -94,7 +94,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" style="overflow:visible;" class="ui-layout-south">
|
||||
Copyright 2002-2012 © OpenNebula Project Leads (<a href="http://opennebula.org" target="_blank">OpenNebula.org</a>). All Rights Reserved. OpenNebula 3.7.0
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 3.7.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -27,5 +27,9 @@
|
||||
<%= erb :_login_standard %>
|
||||
<% end %>
|
||||
|
||||
|
||||
<div id="footer" style="overflow:visible;">
|
||||
<a href="http://opennebula.org" target="_blank">OpenNebula 3.7.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user