diff options
| author | Cesar G <prototech91@gmail.com> | 2014-09-23 12:49:04 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-09-23 12:49:04 -0700 |
| commit | f2a98339e2707d7c237cc948c94586d6bb88b506 (patch) | |
| tree | 09e4788fd39fa5a66309ccf1c7b6854de091e56a | |
| parent | 2478eef55023e6fd1f00a3a134049e49a44115f1 (diff) | |
| parent | fb610f99df53ad39cddf349190aaf4df0432e6c8 (diff) | |
| download | forums-f2a98339e2707d7c237cc948c94586d6bb88b506.tar forums-f2a98339e2707d7c237cc948c94586d6bb88b506.tar.gz forums-f2a98339e2707d7c237cc948c94586d6bb88b506.tar.bz2 forums-f2a98339e2707d7c237cc948c94586d6bb88b506.tar.xz forums-f2a98339e2707d7c237cc948c94586d6bb88b506.zip | |
Merge remote-tracking branch 'hanakin/ticket/12889' into develop-ascraeus
* hanakin/ticket/12889:
[ticket/12889] Fix multiple select lists
| -rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 7cc85a7e00..f08a8a9691 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -129,6 +129,10 @@ dd select { width: auto; } +dd select[multiple] { + width: 100%; +} + dd textarea { width: 85%; } |
