mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Improve menu style
This commit is contained in:
parent
e5861631f1
commit
d20f93c72c
@ -1,10 +1,10 @@
|
||||
<div class="small-12 columns" style="padding-top: 15px">
|
||||
<div id="" class="row left-body left-header">
|
||||
<div class="logo-header small-12 medium-4 columns">
|
||||
<button id="menu-toggle" class="button small radius secondary white_button">
|
||||
<button id="menu-toggle" class="button medium radius secondary white_button">
|
||||
<i class="fa fa-lg fa-fw fa-bars"></i>
|
||||
</button>
|
||||
<img src="{{logo}}" style="height: 25px;vertical-align: middle;"/>
|
||||
<img src="{{logo}}" style="height: 30px;vertical-align: middle;"/>
|
||||
</div>
|
||||
<div class="small-12 medium-8 columns">
|
||||
<div class="user-zone-info right">
|
||||
|
@ -176,7 +176,6 @@ input.search {
|
||||
.button {
|
||||
background: #fff;
|
||||
border: none;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
@ -1313,4 +1312,8 @@ hr {
|
||||
#menu-wrapper {
|
||||
padding-top: 5px;
|
||||
background-color: white
|
||||
}
|
||||
|
||||
#menu-toggle {
|
||||
padding: 0px
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user