Add ability to pick the dates of the logs viewed

This commit is contained in:
Joseph Schorr 2013-12-09 17:28:23 -05:00
parent 7b38482fd9
commit a3b834cd66
8 changed files with 909 additions and 54 deletions

View file

@ -160,6 +160,13 @@ i.toggle-icon:hover {
margin-left: 10px;
}
.logs-view-element .header input {
font-size: 14px;
text-align: center;
border: 1px solid #eee;
padding: 4px;
border-radius: 4px;
}
.logs-view-element .header .right {
float: right;