From 6500d31815eecf8c4c669c7551ef9f588e64e221 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 12 Mar 2014 10:10:41 +0000 Subject: [PATCH] only address selectboxes part of nextmatch header --- etemplate/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 5172136cf0..df8e8b0e0e 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -827,7 +827,7 @@ div.message.floating { .nextmatch_header .search { padding-left: 1ex; } -.nextmatch_header_row select { +.nextmatch_header_row > select,.nextmatch_header_row > label > select { max-width: 14%; margin-right: 2ex; }