summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-06-24 17:00:59 +0200
committerChristoph Wurst <christoph@owncloud.com>2016-06-24 17:00:59 +0200
commit1454b4515c8bdcb05c400c605cf6d84c38476efc (patch)
tree72e2dbe19e7a6ced15696d64fe657080ac635376 /settings/css
parent26aacb4e62cbd8f83f59ede459463a13a16eb319 (diff)
downloadnextcloud-server-1454b4515c8bdcb05c400c605cf6d84c38476efc.tar.gz
nextcloud-server-1454b4515c8bdcb05c400c605cf6d84c38476efc.zip
fix layout
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css8
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; }