diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 14:01:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-11-07 14:01:53 +0000 |
commit | 48143b16d37f5150f0497359f859c95ead536e11 (patch) | |
tree | 31454df3c4210f7c377a94468c89ed491682da44 /public | |
parent | fd57979418f970b1583b8aa4a85717a0a8fd9163 (diff) | |
download | redmine-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.css | 2 |
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%; } |