Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-09 16:57:14 +0300
committerJulius Härtl <jus@bitgrid.net>2018-08-09 17:08:24 +0300
commit2a9c3367c0e7d5c020e4d47222c1a252307332e9 (patch)
tree2caf7ba8a02ba9d52611bc0e28ca780ca27ecc40 /css
parentbd517f19e1b5eb8650a6419a9f44443db0f6e8b1 (diff)
Move settings registration to info.xml and adapt Nextcloud design in the settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/admin.css22
1 files changed, 5 insertions, 17 deletions
diff --git a/css/admin.css b/css/admin.css
index 09b227cc..92c8be57 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -1,20 +1,8 @@
-td.left {
- padding-right: 30px;
- font-weight: bolder;
- text-align: right;
- width: 400px;
+#circles input[type='checkbox'].checkbox + label {
+ padding: 12px 0;
+ display: inline-block;
}
-tr.lane td {
- padding-top: 10px;
- padding-bottom: 10px;
-}
-
-td.left em {
- font-weight: normal;
- font-size: 11px;
-}
-
-td.right {
- width: 200px;
+#circles input[type='checkbox'].checkbox + label:before {
+ margin-right: 12px;
} \ No newline at end of file