mirror of https://github.com/akveo/blur-admin
refactor(smartTables): fix buttons align
parent
ae5c5211ee
commit
eb1d079ffa
|
@ -3,10 +3,10 @@
|
|||
<section id="cd-timeline" class="cd-container cssanimations" ng-controller="TimelineCtrl">
|
||||
<div class="cd-timeline-block">
|
||||
<div class="cd-timeline-img">
|
||||
<div class="kameleon-icon with-round-bg success"><img ng-src="{{::( 'Euro-Coin' | kameleonImg )}}"></div>
|
||||
<div class="kameleon-icon with-round-bg warning"><img ng-src="{{::( 'Euro-Coin' | kameleonImg )}}"></div>
|
||||
</div>
|
||||
|
||||
<div class="cd-timeline-content cd-timeline-content-green">
|
||||
<div class="cd-timeline-content cd-timeline-content-yellow">
|
||||
<h5>Title of section 1</h5>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iusto, optio, dolorum provident rerum aut hic quasi
|
||||
|
@ -45,10 +45,10 @@
|
|||
|
||||
<div class="cd-timeline-block">
|
||||
<div class="cd-timeline-img">
|
||||
<div class="kameleon-icon with-round-bg success"><img ng-src="{{::( 'Boss-3' | kameleonImg )}}"></div>
|
||||
<div class="kameleon-icon with-round-bg warning"><img ng-src="{{::( 'Boss-3' | kameleonImg )}}"></div>
|
||||
</div>
|
||||
|
||||
<div class="cd-timeline-content cd-timeline-content-green">
|
||||
<div class="cd-timeline-content cd-timeline-content-yellow">
|
||||
<h5>Title of section 4</h5>
|
||||
|
||||
<p>Morbi fringilla in massa ac posuere. Fusce non sagittis massa, id accumsan odio. Nullam eget tempor est.
|
||||
|
@ -86,10 +86,10 @@
|
|||
</div>
|
||||
<div class="cd-timeline-block">
|
||||
<div class="cd-timeline-img">
|
||||
<div class="kameleon-icon with-round-bg success"><img ng-src="{{::( 'Vector' | kameleonImg )}}"></div>
|
||||
<div class="kameleon-icon with-round-bg warning"><img ng-src="{{::( 'Vector' | kameleonImg )}}"></div>
|
||||
</div>
|
||||
|
||||
<div class="cd-timeline-content cd-timeline-content-green">
|
||||
<div class="cd-timeline-content cd-timeline-content-yellow">
|
||||
<h5>Title of section 7</h5>
|
||||
|
||||
<p>Vivamus ut laoreet erat, vitae eleifend eros. Sed varius id tellus non lobortis. Sed dolor ante, cursus non
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
id: 'g0',
|
||||
bullet: 'none',
|
||||
useLineColorForBulletBorder: true,
|
||||
lineColor: layoutColors.default,
|
||||
lineColor: 'rgba(0,0,0,0.3)',
|
||||
lineThickness: 1,
|
||||
negativeLineColor: layoutColors.danger,
|
||||
type: 'smoothedLine',
|
||||
|
@ -83,7 +83,7 @@
|
|||
id: 'g1',
|
||||
bullet: 'none',
|
||||
useLineColorForBulletBorder: true,
|
||||
lineColor: layoutColors.primary,
|
||||
lineColor: 'rgba(0,0,0,0.6)',
|
||||
lineThickness: 1,
|
||||
negativeLineColor: layoutColors.danger,
|
||||
type: 'smoothedLine',
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
var submenu = $($event.currentTarget).next();
|
||||
if ($scope.$isMenuCollapsed) {
|
||||
$scope.menuExpand();
|
||||
if (!item.selected) {
|
||||
if (!item.expanded) {
|
||||
$timeout(function () {
|
||||
item.expanded = !item.expanded;
|
||||
changeSelectElemTopValue();
|
||||
|
|
|
@ -178,6 +178,27 @@ input.search-input {
|
|||
width: 60px;
|
||||
}
|
||||
|
||||
.table{
|
||||
.editable-wrap .editable-controls, .editable-wrap .editable-error{
|
||||
vertical-align: sub;
|
||||
.btn{
|
||||
&.dropdown-toggle{
|
||||
padding: 3px 20px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
padding: 3px 8px;
|
||||
}
|
||||
input{
|
||||
line-height: 1px;
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-inline button[type="submit"].editable-table-button{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
body.badmin-transparent {
|
||||
.table {
|
||||
& > thead {
|
||||
|
@ -224,4 +245,9 @@ body.badmin-transparent {
|
|||
.table > tbody > tr.info > td{
|
||||
background-color: $info;
|
||||
}
|
||||
|
||||
.editable-click, a.editable-click {
|
||||
color: $default;
|
||||
border-bottom: dashed 1px $default;
|
||||
}
|
||||
}
|
|
@ -135,8 +135,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.cd-timeline-content-green {
|
||||
@include cd-timeline-color($success);
|
||||
.cd-timeline-content-yellow {
|
||||
@include cd-timeline-color($warning);
|
||||
}
|
||||
|
||||
.cd-timeline-content-red {
|
||||
|
@ -197,8 +197,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.cd-timeline-content-green {
|
||||
@include cd-timeline-left-color($success-bg);
|
||||
.cd-timeline-content-yellow {
|
||||
@include cd-timeline-left-color($warning-bg);
|
||||
}
|
||||
|
||||
.cd-timeline-content-red {
|
||||
|
@ -228,8 +228,8 @@
|
|||
border-right-color: $color;
|
||||
}
|
||||
}
|
||||
&.cd-timeline-content-green {
|
||||
@include cd-timeline-right-color($success-bg);
|
||||
&.cd-timeline-content-yellow {
|
||||
@include cd-timeline-right-color($warning-bg);
|
||||
}
|
||||
&.cd-timeline-content-red {
|
||||
@include cd-timeline-right-color($danger-bg);
|
||||
|
|
Loading…
Reference in New Issue