1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00

Fix additional resources layout

This commit is contained in:
Daniel Molina 2014-10-13 18:07:50 +02:00
parent a4cbbe7fa5
commit b84f8d6f67
3 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -280,7 +280,7 @@ var support_tab = {
'<i class="fa fa-book fa-stack-1x fa-inverse"></i>'+
'</span>'+
'<br>'+
'<span>'+tr("Documentation")+'</span>'+
tr("Documentation")+
'</a>'+
'</div>'+
'<div class="large-6 columns">'+
@ -290,7 +290,7 @@ var support_tab = {
'<i class="fa fa-comments fa-stack-1x fa-inverse"></i>'+
'</span>'+
'<br>'+
'<span>'+tr("Community")+'</span>'+
tr("Community")+
'</a>'+
'</div>'+
'</div>'+

View File

@ -329,6 +329,15 @@ select {
.totals-info {
span {
color: #777;
}
a {
color: #777 !important;
&:hover {
color: #0098c3 !important
}
}
small {