Limit the width of the date picker using CSS.

This commit is contained in:
yackob03 2014-01-09 21:20:31 -05:00
parent b0d995392b
commit 93a5243434
2 changed files with 6 additions and 2 deletions

View file

@ -249,6 +249,10 @@ i.toggle-icon:hover {
margin-left: 10px;
}
.logs-view-element .logs-date-picker {
width: 122px;
}
.logs-view-element .header input {
font-size: 14px;
text-align: center;