From 93a5243434f5ebda824665ad1b13c333f6609818 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Thu, 9 Jan 2014 21:20:31 -0500 Subject: [PATCH] Limit the width of the date picker using CSS. --- static/css/quay.css | 4 ++++ static/directives/logs-view.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/quay.css b/static/css/quay.css index 9a9a3c914..4b86f03e9 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -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; diff --git a/static/directives/logs-view.html b/static/directives/logs-view.html index c7bbf7813..0e030e77c 100644 --- a/static/directives/logs-view.html +++ b/static/directives/logs-view.html @@ -6,9 +6,9 @@ From - + to - +