提交 b333b936 编写于 作者: N Nicolas Hart

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

上级 727e3d70
......@@ -42,6 +42,9 @@ body {
.text-left {
text-align: left;
}
.sidebar .table-cell:not(.text-left) {
padding-left: 10px;
}
/* Theme */
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册