Fix logs UI around date time handling

Makes the UI nicer looking and removes the 2 week limit; instead we have a 1 month limit, which is the max days we keep the logs in the database before being rotated.

Fixes #1480
This commit is contained in:
Joseph Schorr 2016-05-23 15:51:34 -04:00
parent 20dcb2053e
commit ad12df0f93
3 changed files with 25 additions and 13 deletions

View file

@ -48,12 +48,22 @@
width: 122px;
}
.logs-view-element .datepicker {
padding: 12px;
}
.logs-view-element .datepicker button {
border: 0px;
}
.logs-view-element .manager-header input {
font-size: 14px;
text-align: center;
border: 1px solid #eee;
padding: 4px;
border-radius: 4px;
margin-left: 4px;
margin-right: 4px;
}
.logs-view-element .manager-header .right {