diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-06-24 17:00:59 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@owncloud.com> | 2016-06-24 17:00:59 +0200 |
commit | 1454b4515c8bdcb05c400c605cf6d84c38476efc (patch) | |
tree | 72e2dbe19e7a6ced15696d64fe657080ac635376 /settings/css | |
parent | 26aacb4e62cbd8f83f59ede459463a13a16eb319 (diff) | |
download | nextcloud-server-1454b4515c8bdcb05c400c605cf6d84c38476efc.tar.gz nextcloud-server-1454b4515c8bdcb05c400c605cf6d84c38476efc.zip |
fix layout
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index e4ddec9152a..914c0d7515d 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -131,11 +131,19 @@ table.nostyle td { padding: 0.2em 0; } opacity: 0.6; } +#new-app-login-name, #new-app-password { width: 186px; font-family: monospace; background-color: lightyellow; } +.app-password-row { + display: table-row; +} +.app-password-label { + display: table-cell; + padding-right: 1em; +} /* USERS */ #newgroup-init a span { margin-left: 20px; } |