mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-10 01:21:32 +00:00
Makes the application settings forms responsive (#19097).
git-svn-id: http://svn.redmine.org/redmine/trunk@14845 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
594f73d87a
commit
093c80cd09
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user