From: Jean-Philippe Lang Date: Sun, 8 Nov 2015 10:04:53 +0000 (+0000) Subject: Makes the application settings forms responsive (#19097). X-Git-Tag: 3.2.0~51 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=093c80cd0981d6411a59cf145af1b2248c80bab0;p=redmine.git Makes the application settings forms responsive (#19097). git-svn-id: http://svn.redmine.org/redmine/trunk@14845 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 32f38030e..b2c60faff 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -743,23 +743,23 @@ \*----------------------------------------*/ /* tabular forms resets for mobile */ - .box.tabular p { + .tabular p, .tabular.settings p { padding-left: 0; } - .box.tabular label { + .tabular label, .tabular.settings label { display: block; width: 100%; margin-left: 0; text-align: left; } - .box.tabular input, .box.tabular select, .box.tabular textarea { + .tabular input, .tabular select, .tabular textarea { width: 100%; max-width: 100%; } - .box.tabular input[type="checkbox"], .box.tabular input.date { + .tabular input[type="checkbox"], .tabular input.date { width: auto; max-width: 95%; }