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:
parent
a4cbbe7fa5
commit
b84f8d6f67
File diff suppressed because one or more lines are too long
@ -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>'+
|
||||
|
@ -329,6 +329,15 @@ select {
|
||||
.totals-info {
|
||||
span {
|
||||
color: #777;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
color: #777 !important;
|
||||
|
||||
&:hover {
|
||||
color: #0098c3 !important
|
||||
}
|
||||
}
|
||||
|
||||
small {
|
||||
|
Loading…
x
Reference in New Issue
Block a user