]> source.dussan.org Git - nextcloud-server.git/commitdiff
adjust layout of Sessions and App passwords sections
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 19 Jul 2016 09:37:46 +0000 (11:37 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 19 Jul 2016 09:37:46 +0000 (11:37 +0200)
settings/css/settings.css

index 0af53cebf3139465c6ca3466e9babfe9bab8505e..3df484c74b567e4f84e05ad55ebfa425821470d2 100644 (file)
@@ -38,8 +38,7 @@ input#openid, input#webdav { width:20em; }
 #displaynameform,
 #lostpassword,
 #groups,
-#passwordform,
-#language {
+#passwordform {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
@@ -104,17 +103,17 @@ table.nostyle td { padding: 0.2em 0; }
 #apppasswords table {
        width: 100%;
        min-height: 150px;
-       padding-top: 25px;
+       padding-top: 5px;
 }
 #sessions table th,
 #apppasswords table th {
-       font-weight: 800;
+       opacity: .5;
 }
 #sessions table th,
 #sessions table td,
 #apppasswords table th,
 #apppasswords table td {
-       padding: 10px;
+       padding: 10px 10px 10px 0;
 }
 
 #sessions .token-list td,