mirror of
https://github.com/grafana/grafana.git
synced 2025-01-23 23:13:52 -06:00
Added move row up and down arrows
This commit is contained in:
parent
c6757bed72
commit
caaeb8e468
@ -22,6 +22,12 @@
|
||||
<i class="fa fa-cog" ng-hide="ctrl.dropView===2"></i>
|
||||
<i class="fa fa-remove" ng-show="ctrl.dropView===2"></i>
|
||||
</a>
|
||||
<a class="pointer dash-row-header-actions--tight" bs-tooltip="'Move row up'">
|
||||
<i class="fa fa-arrow-up"></i>
|
||||
</a>
|
||||
<a class="pointer dash-row-header-actions--tight" bs-tooltip="'Move row down'">
|
||||
<i class="fa fa-arrow-down"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -65,6 +65,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
a.dash-row-header-actions--tight {
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.dash-row-header-add-panel {
|
||||
padding: 0.7rem;
|
||||
i {
|
||||
@ -121,7 +126,7 @@
|
||||
border-bottom: 1px solid $dark-4;
|
||||
width: 15px;
|
||||
position: absolute;
|
||||
margin: 0 0 0 -12px;
|
||||
margin: 0 0 0 -6px;
|
||||
bottom: 0;
|
||||
}
|
||||
.add-row-panel-hint {
|
||||
|
Loading…
Reference in New Issue
Block a user