mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Fix wizard and menu style
This commit is contained in:
parent
aecac447c4
commit
8baa6b352d
@ -68,12 +68,12 @@
|
||||
{{#each viewTypes}}
|
||||
<div class="row">
|
||||
<div class="large-7 columns">
|
||||
<h4>
|
||||
<h6>
|
||||
{{name}}
|
||||
{{#if description}}
|
||||
<span class="tip">{{description}}</span>
|
||||
{{/if}}
|
||||
</h4>
|
||||
</h6>
|
||||
<table class="dataTable">
|
||||
<tr>
|
||||
<th style='width: 60%;'></th>
|
||||
|
@ -197,7 +197,7 @@ define(function(require) {
|
||||
'<li class="provision-title">'+
|
||||
'<a class="provision_info_flow_button" href="#">'+
|
||||
'<span class="'+ state.color +'-color right" title="'+ state.str +'">'+
|
||||
'<i class="fa fa-fw fa-lg fa-square"/>'+
|
||||
'<i class="fa fa-square"/>'+
|
||||
'</span>'+
|
||||
data.NAME +
|
||||
'</a>'+
|
||||
@ -315,7 +315,7 @@ define(function(require) {
|
||||
'<li class="provision-title">'+
|
||||
'<span class="without-link '+ state.color +'-color">'+
|
||||
'<span class="'+ state.color +'-color right">'+
|
||||
'<i class="fa fa-fw fa-lg fa-square"/> '+
|
||||
'<i class="fa fa-square"/> '+
|
||||
'</span>'+
|
||||
state.str+
|
||||
'</span>'+
|
||||
|
@ -164,7 +164,7 @@ define(function(require) {
|
||||
'<li class="provision-title">'+
|
||||
'<a class="provision_info_vm_button">'+
|
||||
'<span class="'+ state.color +'-color right" title="'+state.str+'">'+
|
||||
'<i class="fa fa-fw fa-lg fa-square"/>'+
|
||||
'<i class="fa fa-square"/>'+
|
||||
'</span>'+
|
||||
data.NAME + '</a>'+
|
||||
'</li>'+
|
||||
@ -374,7 +374,7 @@ define(function(require) {
|
||||
'<li class="provision-title">'+
|
||||
'<span class="without-link '+ state.color +'-color">'+
|
||||
'<span class="'+ state.color +'-color right" title="'+state.str+'">'+
|
||||
'<i class="fa fa-fw fa-lg fa-square"/>'+
|
||||
'<i class="fa fa-square"/>'+
|
||||
'</span>'+
|
||||
state.str+
|
||||
'</span>'+
|
||||
|
@ -9,10 +9,16 @@
|
||||
.right-list,
|
||||
.right-info,
|
||||
.right-form,
|
||||
.left-header,
|
||||
.actions_row {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
.left-header {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
|
||||
#top-row {
|
||||
padding: 1rem 0 0.5rem 0;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,.14);
|
||||
@ -64,7 +70,7 @@
|
||||
|
||||
.header-title {
|
||||
margin-bottom: 1.5rem;
|
||||
padding: 1rem;
|
||||
padding: 1rem 2rem;
|
||||
@include breakpoint(medium only) {
|
||||
margin-left: 3rem;
|
||||
}
|
||||
|
@ -3,6 +3,7 @@
|
||||
#navigation {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
li {
|
||||
@ -48,8 +49,7 @@
|
||||
#li_support-tab {
|
||||
a {
|
||||
margin-top: 1rem;
|
||||
border-top: 1px solid #dfdfdf;
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
border: 1px solid #dfdfdf;
|
||||
padding: 1rem;
|
||||
background: #fff;
|
||||
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
|
||||
.provision-header {
|
||||
background: $white;
|
||||
|
||||
img {
|
||||
height: 1.5rem;
|
||||
}
|
||||
@ -60,7 +62,7 @@
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
}
|
||||
|
||||
a {
|
||||
& > a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user