summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-07 14:01:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-07 14:01:53 +0000
commit48143b16d37f5150f0497359f859c95ead536e11 (patch)
tree31454df3c4210f7c377a94468c89ed491682da44 /public
parentfd57979418f970b1583b8aa4a85717a0a8fd9163 (diff)
downloadredmine-48143b16d37f5150f0497359f859c95ead536e11.tar.gz
redmine-48143b16d37f5150f0497359f859c95ead536e11.zip
Don't use 100% width for date fields (#19097).
git-svn-id: http://svn.redmine.org/redmine/trunk@14828 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/responsive.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css
index a251d3ef2..6664827df 100644
--- a/public/stylesheets/responsive.css
+++ b/public/stylesheets/responsive.css
@@ -762,7 +762,7 @@
max-width: 100%;
}
- .box.tabular input[type="checkbox"] {
+ .box.tabular input[type="checkbox"], .box.tabular input.date {
width: auto;
max-width: 95%;
}