add padding to sidebar cells in order to avoid filesys column to be glued

This commit is contained in:
Nicolas Hart 2015-05-08 18:06:05 +02:00
parent 727e3d708d
commit b333b9366d
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,9 @@ body {
.text-left {
text-align: left;
}
.sidebar .table-cell:not(.text-left) {
padding-left: 10px;
}
/* Theme */

View File

@ -40,7 +40,7 @@
</div>
</div>
<div class="row">
<div class="col-sm-3" ng-show="show.sidebar">
<div class="col-sm-3 sidebar" ng-show="show.sidebar">
<div class="table">
<section id="network" class="plugin table-row-group" ng-show="show.network" ng-include src="'plugins/network.html'"></section>
<section id="diskio" class="plugin table-row-group" ng-show="show.diskio" ng-include src="'plugins/diskio.html'"></section>