mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
feature #3748: Improve style
This commit is contained in:
parent
d4c4271177
commit
e67afae3f8
File diff suppressed because one or more lines are too long
@ -12,7 +12,7 @@
|
||||
append_to : 'body',
|
||||
touch_close_text : 'Tap To Close',
|
||||
disable_for_touch : false,
|
||||
hover_delay : 200,
|
||||
hover_delay : 0,
|
||||
show_on : 'all',
|
||||
tip_template : function (selector, content) {
|
||||
return '<span data-selector="' + selector + '" id="' + selector + '" class="'
|
||||
|
File diff suppressed because one or more lines are too long
@ -821,7 +821,7 @@ $price-desc-padding: rem-calc(10);
|
||||
$price-desc-bottom-border: none;
|
||||
|
||||
// We use these to control the list item styles
|
||||
$price-bg: #f7f7f7;
|
||||
$price-bg: #fff;
|
||||
$price-item-color: #777;
|
||||
$price-item-padding: rem-calc(5);
|
||||
// $price-item-align: center;
|
||||
|
@ -601,13 +601,25 @@ fieldset {
|
||||
|
||||
.progress {
|
||||
height: 10px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #efefef;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
}
|
||||
}
|
||||
.provision-header {
|
||||
font-size: rem-calc(16px);
|
||||
border-bottom: 1px solid #efefef;
|
||||
|
||||
li {
|
||||
padding: 0px 10px 5px 0px;
|
||||
}
|
||||
|
||||
li.active {
|
||||
border-bottom: 2px solid #0098c3;
|
||||
}
|
||||
}
|
||||
|
||||
.quota_table {
|
||||
margin-top: 0px !important;
|
||||
@ -781,28 +793,45 @@ div.dataTables_scrollFoot table {
|
||||
@include pricing-table-container;
|
||||
//border: 1px solid #efefef;
|
||||
//box-shadow: 0px 1px #dfdfdf;
|
||||
padding: 5px;
|
||||
border: 1px solid #dfdfdf !important;
|
||||
//padding: 5px;
|
||||
border: 1px solid #efefef !important;
|
||||
background: #fff !important;
|
||||
padding-bottom: 5px !important;
|
||||
|
||||
.provision-title {
|
||||
@include pricing-table-title;
|
||||
background-color: #f8f8f8 !important;
|
||||
border-bottom: 1px solid #efefef;
|
||||
font-size: rem-calc(14px);
|
||||
margin-bottom: 5px;
|
||||
|
||||
font-weight: normal;
|
||||
color: #555;
|
||||
}
|
||||
.provision-price {
|
||||
@include pricing-table-price;
|
||||
font-size: rem-calc(13px);
|
||||
}
|
||||
.provision-description {
|
||||
@include pricing-table-description;
|
||||
font-size: rem-calc(13px);
|
||||
}
|
||||
.provision-bullet-item {
|
||||
@include pricing-table-bullet;
|
||||
font-size: rem-calc(13px);
|
||||
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.provision-bullet-item-last {
|
||||
@include pricing-table-bullet;
|
||||
font-size: rem-calc(13px);
|
||||
color: #999;
|
||||
margin-top: 10px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.provision-cta {
|
||||
@include pricing-table-cta;
|
||||
font-size: rem-calc(13px);
|
||||
}
|
||||
|
||||
|
||||
@ -816,6 +845,7 @@ div.dataTables_scrollFoot table {
|
||||
background: none !important;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&.hoverable.only-one:not(.selected):hover {
|
||||
@ -842,7 +872,14 @@ div.dataTables_scrollFoot table {
|
||||
//border: 1px solid #0099c3;
|
||||
border: 1px solid #0099c3 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.provision-pricing-table_vm_info,
|
||||
.provision-pricing-table_flow_info {
|
||||
li {
|
||||
padding: 5px 0px !important;
|
||||
font-size: rem-calc(14px) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.deploying-bg {
|
||||
@ -901,7 +938,7 @@ div.dataTables_scrollFoot table {
|
||||
|
||||
.provision-search-input {
|
||||
width: 200px !important;
|
||||
height:39px !important;
|
||||
height:34px !important;
|
||||
border-radius: 3px;
|
||||
border-color: #efefef;
|
||||
margin: 0px !important;
|
||||
@ -1058,11 +1095,12 @@ hr {
|
||||
}
|
||||
|
||||
&>.content {
|
||||
padding: 5px 0px;
|
||||
padding-top: 5px !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
&:first-child>h2 {
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
&:first-child>h3 {
|
||||
border-bottom: 1px solid #efefef;
|
||||
padding-bottom: 10px;
|
||||
|
||||
.button {
|
||||
@ -1077,7 +1115,7 @@ hr {
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 0px 10px !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1165,4 +1203,18 @@ hr {
|
||||
color: $primary-color !important;
|
||||
}
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
.inline-list {
|
||||
margin: 0px;
|
||||
|
||||
li:not(.right) {
|
||||
margin-left: 0px;
|
||||
margin-right: 1.375rem;
|
||||
}
|
||||
|
||||
li.right {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
@ -150,7 +150,7 @@
|
||||
|
||||
<div class="small-12 large-10 columns right-content">
|
||||
<div class="row user-zone-container"><div class="user-zone-info"></div></div>
|
||||
<div class="row right-header">
|
||||
<div class="right-header">
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="text-center large-10 columns right">
|
||||
|
Loading…
x
Reference in New Issue
Block a user