summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-08 10:04:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-08 10:04:53 +0000
commit093c80cd0981d6411a59cf145af1b2248c80bab0 (patch)
tree27037b6589cb329fdbcc04318a9e0fc61dae0d42 /public
parent594f73d87aa83e66153b0a08f15f6910442b4ab8 (diff)
downloadredmine-093c80cd0981d6411a59cf145af1b2248c80bab0.tar.gz
redmine-093c80cd0981d6411a59cf145af1b2248c80bab0.zip
Makes the application settings forms responsive (#19097).
git-svn-id: http://svn.redmine.org/redmine/trunk@14845 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/responsive.css8
1 files 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%;
}