]> source.dussan.org Git - redmine.git/commitdiff
Optimize issues/new form for mobile devices (#19097).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 Nov 2015 13:47:43 +0000 (13:47 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 Nov 2015 13:47:43 +0000 (13:47 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@14826 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index 2ef7e495ea02d0e03b2ec2d20432641f41ea027c..a70afffb139dd9248879f6dd94727b8c17e8179a 100644 (file)
         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%;
+    }
 }