diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-10-26 17:27:21 +0200 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-10-27 09:55:45 +0200 |
commit | fbc970855fce4e122c404679c1cc61dbb0ce7afc (patch) | |
tree | f3e667a55900d3eed41a353caaa9d84c1ba45538 /apps/settings/css/settings.scss | |
parent | ee1480cefc342578a2ee7539e4761abf59ac4a96 (diff) | |
download | nextcloud-server-fbc970855fce4e122c404679c1cc61dbb0ce7afc.tar.gz nextcloud-server-fbc970855fce4e122c404679c1cc61dbb0ce7afc.zip |
Create semantically right table for the "OAuth 2.0 clients"
Adapt styles
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/settings/css/settings.scss')
-rw-r--r-- | apps/settings/css/settings.scss | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 4feedbdf1fb..f0d03d07a51 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -3,7 +3,7 @@ See the COPYING-README file. */ @use 'variables'; @use 'sass:math'; -@import 'functions'; +@import 'functions'; input { &#openid, &#webdav { @@ -478,18 +478,15 @@ table.grid { th { height: 2em; - color: #999; + padding: 0 1em 0 0; border-bottom: 1px solid var(--color-border); - padding: 0 .5em; - padding-left: .8em; text-align: left; font-weight: normal; } td { border-bottom: 1px solid var(--color-border); - padding: 0 .5em; - padding-left: .8em; + padding: 0 1em 0 0; text-align: left; font-weight: normal; } |