diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-10-15 21:21:45 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-10-15 21:21:45 +0200 |
commit | f48c973876ebe6eab0d95fa2c3daa12355034e3e (patch) | |
tree | 345ae38fcfc7f51a56fce0e22fc2296b899becff /settings/css | |
parent | 63e05992189aeca96bd719b97f43158903e52586 (diff) | |
parent | d3eebad59104355bb6e07c9f63a6fa868f5a2c4c (diff) | |
download | nextcloud-server-f48c973876ebe6eab0d95fa2c3daa12355034e3e.tar.gz nextcloud-server-f48c973876ebe6eab0d95fa2c3daa12355034e3e.zip |
Merge pull request #11570 from owncloud/backport-11408-master
Backport 11408 master
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index bc6001ddf8e..c18d5913b6f 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -233,12 +233,12 @@ span.securitywarning, span.connectionwarning, .setupwarning { padding-left: 56px; } -#mail_settings p label:first-child { +.mail_settings p label:first-child { display: inline-block; width: 300px; text-align: right; } -#mail_settings p select:nth-child(2) { +.mail_settings p select:nth-child(2) { width: 143px; } #mail_smtpport { |