* adjust help info color in report page.

This commit is contained in:
chenfeiCF
2016-12-05 10:23:20 +08:00
parent 79ebafe91d
commit 2c902cce89
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
.col-side {width: 250px}
.panel-heading > strong > span {float: right; color: red;}
.panel-heading > strong > span {float: right; color: #29a8cd;}
+1 -1
View File
@@ -2,4 +2,4 @@
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important}
.panel-heading > strong > span {float: right; color: red;}
.panel-heading > strong > span {float: right; color: #29a8cd;}
+1 -1
View File
@@ -2,4 +2,4 @@
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important}
.panel-heading > strong > span {float: right; color: red;}
.panel-heading > strong > span {float: right; color: #29a8cd;}