1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #~: center logo in menu (#4796)

This commit is contained in:
Jorge Miguel Lobo Escalona 2020-05-22 11:51:42 +02:00 committed by GitHub
parent d2f1281e01
commit aeea325ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View File

@ -16,13 +16,13 @@
<div class="small-12 columns">
<div id="" class="row sunstone-menu-body sunstone-menu-header media-object">
<ul class="logo-header menu small-8 medium-4 large-4 columns">
<li>
<ul class="logo-header menu small-6 medium-3 large-2 columns">
<li class="medium-hide">
<button id="menu-toggle" class="button secondary small">
<i class="fas fa-bars"></i>
</button>
</li>
<li>
<li class="large-2 text-center small-8">
<img class="opennebula-img" src="{{logo}}"/>
{{#if link_text}}
{{#if link}}
@ -31,7 +31,7 @@
{{/if}}
</li>
</ul>
<div class="small-4 medium-8 large-8 columns">
<div class="small-4 medium-9 large-8 columns">
<div class="user-zone-info right">
</div>
</div>

View File

@ -15,7 +15,7 @@
}
.sunstone-menu-header {
padding: 0 1rem;
padding: 0;
}

View File

@ -256,3 +256,9 @@ meter {
text-overflow: ellipsis;
line-height: 1.4rem;
}
@media screen and (min-width: 64em){
.medium-hide {
display: none !important;
}
}