From 093c80cd0981d6411a59cf145af1b2248c80bab0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Nov 2015 10:04:53 +0000 Subject: [PATCH] Makes the application settings forms responsive (#19097). git-svn-id: http://svn.redmine.org/redmine/trunk@14845 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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%; } -- 2.39.5