summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-06-16 10:54:03 +0200
committerChristoph Wurst <christoph@owncloud.com>2016-06-21 16:39:51 +0200
commit31f3aaa36b8ae5a06b7319f2036e6fb7c509c281 (patch)
tree1f05301c9ad6b2b6753b9d0c58cf88a9989bf25a /settings/css
parent704a993e37fc02b4dda0f0e683af4c9572ed51c7 (diff)
downloadnextcloud-server-31f3aaa36b8ae5a06b7319f2036e6fb7c509c281.tar.gz
nextcloud-server-31f3aaa36b8ae5a06b7319f2036e6fb7c509c281.zip
app passwords/device tokens wording
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 04538558cae..e4ddec9152a 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -101,24 +101,24 @@ table.nostyle label { margin-right: 2em; }
table.nostyle td { padding: 0.2em 0; }
#sessions table,
-#devices table {
+#apppasswords table {
width: 100%;
min-height: 150px;
padding-top: 25px;
}
#sessions table th,
-#devices table th {
+#apppasswords table th {
font-weight: 800;
}
#sessions table th,
#sessions table td,
-#devices table th,
-#devices table td {
+#apppasswords table th,
+#apppasswords table td {
padding: 10px;
}
#sessions .token-list td,
-#devices .token-list td {
+#apppasswords .token-list td {
border-top: 1px solid #DDD;
text-overflow: ellipsis;
max-width: 200px;
@@ -126,12 +126,12 @@ table.nostyle td { padding: 0.2em 0; }
overflow: hidden;
}
#sessions .token-list td a.icon-delete,
-#devices .token-list td a.icon-delete {
+#apppasswords .token-list td a.icon-delete {
display: block;
opacity: 0.6;
}
-#device-new-token {
+#new-app-password {
width: 186px;
font-family: monospace;
background-color: lightyellow;