diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-26 14:41:07 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-02-26 14:41:07 +0100 |
commit | d9a153dbe91a775be533869b4d80ddaa33609ca8 (patch) | |
tree | 6096cf0653a95d9ac941cbd0f4dffc5bf080bd2d /settings/css | |
parent | 84eea47991d33922345e4fb15f7e74638e2a7ccc (diff) | |
parent | 9847912257de1910f99879caac8ea925fb85caed (diff) | |
download | nextcloud-server-d9a153dbe91a775be533869b4d80ddaa33609ca8.tar.gz nextcloud-server-d9a153dbe91a775be533869b4d80ddaa33609ca8.zip |
Merge pull request #7174 from owncloud/issue/7166
Add option to change email settings in admin section
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 60abbc10862..a47e7bf6563 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -155,6 +155,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;} |