Skip to content

Commit 9e2163a

Browse files
committed
make the time control consistent with other pages
1 parent 65db2de commit 9e2163a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/content/reports.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="clearfix"> </div>
2222
<br/>
2323
<div class="time-controls">
24-
<div id="report-range" style="cursor: pointer; padding: 5px 10px; width: 100%">
24+
<div id="report-range" style="background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%">
2525
<i class="fa fa-calendar"></i>&nbsp;
2626
<span></span> <i class="fa fa-caret-down"></i>
2727
</div>
@@ -77,4 +77,4 @@
7777
7878
<div id="report">
7979
</div>
80-
</div>
80+
</div>

0 commit comments

Comments
 (0)