diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-12 17:21:41 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-18 14:26:03 +0100 |
commit | 8387cd8ae35a0ad94a49a27ad8622bb7b8ed2b06 (patch) | |
tree | 30a304dcae073ea3b6ee409a279fc4946fd0a199 /settings/css | |
parent | 3699728a3a02dd17ea617a7e8f781c09e837f360 (diff) | |
download | nextcloud-server-8387cd8ae35a0ad94a49a27ad8622bb7b8ed2b06.tar.gz nextcloud-server-8387cd8ae35a0ad94a49a27ad8622bb7b8ed2b06.zip |
Add option to change email settings in admin section
Fix issue #7166
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 8a96885b789..ad205e761cb 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -150,6 +150,18 @@ span.connectionwarning {color:#933; font-weight:bold; } input[type=radio] { width:1em; } table.shareAPI td { padding-bottom: 0.8em; } +#mail_settings p label:first-child { + display: inline-block; + width: 300px; + text-align: right; +} +#mail_settings p select:nth-child(2) { + width: 143px; +} +#mail_smtpport { + width: 40px; +} + /* HELP */ .pressed {background-color:#DDD;} |