Commit d98191ad by Torkel Ödegaard

Merge remote-tracking branch 'origin/row-tabs' into dash-edit-mode

parents 703eda48 caaeb8e4
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
<i class="fa fa-cog" ng-hide="ctrl.dropView===2"></i> <i class="fa fa-cog" ng-hide="ctrl.dropView===2"></i>
<i class="fa fa-remove" ng-show="ctrl.dropView===2"></i> <i class="fa fa-remove" ng-show="ctrl.dropView===2"></i>
</a> </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>
</div> </div>
......
...@@ -65,6 +65,11 @@ ...@@ -65,6 +65,11 @@
} }
} }
a.dash-row-header-actions--tight {
padding-left: 1px;
padding-right: 1px;
}
.dash-row-header-add-panel { .dash-row-header-add-panel {
padding: 0.7rem; padding: 0.7rem;
i { i {
...@@ -121,7 +126,7 @@ ...@@ -121,7 +126,7 @@
border-bottom: 1px solid $dark-4; border-bottom: 1px solid $dark-4;
width: 15px; width: 15px;
position: absolute; position: absolute;
margin: 0 0 0 -5px; margin: 0 0 0 -6px;
bottom: 0; bottom: 0;
} }
.add-row-panel-hint { .add-row-panel-hint {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment