From 4c7e21c6ad5055d2a63c9d7e11c2aed882af0e40 Mon Sep 17 00:00:00 2001 From: Felix Gliesche Date: Tue, 24 Mar 2015 19:14:08 +0100 Subject: [PATCH] Optimize issues/new form for mobile devices --- public/stylesheets/responsive.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 4de3175..ded0b30 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -757,4 +757,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%; + } } -- 1.9.3 (Apple Git-50)