File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
app/features/dashboard/row Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
22
< i class ="fa fa-cog " ng-hide ="ctrl.dropView===2 "> </ i >
23
23
< i class ="fa fa-remove " ng-show ="ctrl.dropView===2 "> </ i >
24
24
</ a >
25
+ < a class ="pointer dash-row-header-actions--tight " bs-tooltip ="'Move row up' ">
26
+ < i class ="fa fa-arrow-up "> </ i >
27
+ </ a >
28
+ < a class ="pointer dash-row-header-actions--tight " bs-tooltip ="'Move row down' ">
29
+ < i class ="fa fa-arrow-down "> </ i >
30
+ </ a >
25
31
</ div >
26
32
</ div >
27
33
Original file line number Diff line number Diff line change 65
65
}
66
66
}
67
67
68
+ a .dash-row-header-actions--tight {
69
+ padding-left : 1px ;
70
+ padding-right : 1px ;
71
+ }
72
+
68
73
.dash-row-header-add-panel {
69
74
padding : 0.7rem ;
70
75
i {
121
126
border-bottom : 1px solid $dark-4 ;
122
127
width : 15px ;
123
128
position : absolute ;
124
- margin : 0 0 0 -12 px ;
129
+ margin : 0 0 0 -6 px ;
125
130
bottom : 0 ;
126
131
}
127
132
.add-row-panel-hint {
You can’t perform that action at this time.
0 commit comments