From ff3b14ddcff67495dd493d0734affc9e07a7b762 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 7 Nov 2015 13:47:43 +0000 Subject: [PATCH] Optimize issues/new form for mobile devices (#19097). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14826 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 2ef7e495e..a70afffb1 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -764,4 +764,17 @@ width: auto; max-width: 95%; } + + /* new issue form */ + #all_attributes p:first-child { + float: none !important; + } + + #issue_is_private_label { + display: inline; + } + + span#watchers_inputs { + width: 100%; + } }