summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-05 11:29:03 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-05 11:29:03 -0500
commitc90e224349eb6105ef1d3ecf20c519238ba5e018 (patch)
tree7d236728e41c6da131a2dd6c43b915c5f06149d1 /web/sass-files/sass/partials
parent8e79f12f3c6c0f8858addaf6f66ea6e88a965b65 (diff)
downloadchat-c90e224349eb6105ef1d3ecf20c519238ba5e018.tar.gz
chat-c90e224349eb6105ef1d3ecf20c519238ba5e018.tar.bz2
chat-c90e224349eb6105ef1d3ecf20c519238ba5e018.zip
Remove appearance settings tab and move theme management to display settings tab
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_settings.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index bd47ca960..bf296e913 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -178,9 +178,17 @@
}
}
}
+
+ .theme-elements {
+ padding-left:15px;
+ .element {
+ margin-right:10px;
+ }
+ }
+
.custom-label {
font-weight: normal;
- font-size: 13px;
+ font-size: 12px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;