diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-08-10 10:47:51 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-08-10 10:47:51 +0200 |
commit | e9db2bcfd97ca64278b7266fce7c76ca27be1675 (patch) | |
tree | 25a6610b0aaeeebdaed43fd3373f5dd15704a20f /settings | |
parent | 7d643fc539e3604effd4816e3a9d5777799c1623 (diff) | |
download | nextcloud-server-e9db2bcfd97ca64278b7266fce7c76ca27be1675.tar.gz nextcloud-server-e9db2bcfd97ca64278b7266fce7c76ca27be1675.zip |
add more margin to right of the icon
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 346b8ffa1cf..b006f1f5656 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -152,6 +152,7 @@ table.nostyle td { padding: 0.2em 0; } position: relative; top: 3px; margin-left: 5px; + margin-right: 8px; } .app-password-label { |