Browse Source

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
tags/3.2.0
Jean-Philippe Lang 8 years ago
parent
commit
ff3b14ddcf
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      public/stylesheets/responsive.css

+ 13
- 0
public/stylesheets/responsive.css View File

@@ -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%;
}
}

Loading…
Cancel
Save