diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-10 09:10:39 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-10 09:10:39 +0200 |
commit | 965804425dd13ec9d7d2f5edbfbd62ed6939b12e (patch) | |
tree | 24397fcf74e29c4c9c6c31c4f1352ce9aa61f8b3 /settings/css/settings.css | |
parent | de44ab0244a0a47dad04b8b53b5d55e31a0e430e (diff) | |
download | nextcloud-server-965804425dd13ec9d7d2f5edbfbd62ed6939b12e.tar.gz nextcloud-server-965804425dd13ec9d7d2f5edbfbd62ed6939b12e.zip |
Add clipboardjs for token
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r-- | settings/css/settings.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index fe586205bdf..346b8ffa1cf 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -145,6 +145,15 @@ table.nostyle td { padding: 0.2em 0; } .app-password-row { display: table-row; } + +.app-password-row .icon { + background-size: 16px 16px; + display: inline-block; + position: relative; + top: 3px; + margin-left: 5px; +} + .app-password-label { display: table-cell; padding-right: 1em; |