From 80eb8452537ee4f05c26c82f1eaae380ee0dde16 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 20 Apr 2016 07:08:27 -0400
Subject: [PATCH] Make sure width of date selector in search menu is not too big with non-english locales

---
 skins/classic/common.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/skins/classic/common.css b/skins/classic/common.css
index 746947e..dcd7e7c 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -1308,6 +1308,11 @@
   color: #999;
 }
 
+#searchmenu select
+{
+  width: 100%;
+}
+
 #pagejump-selector
 {
   max-height: 250px;

--
Gitblit v1.9.1