aboutsummaryrefslogtreecommitdiff
path: root/resources/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/css/style.css')
-rw-r--r--resources/css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/css/style.css b/resources/css/style.css
index 4dd8ea4..743e0c1 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -3,10 +3,26 @@
3 background-color: @theme_bg_color; 3 background-color: @theme_bg_color;
4} 4}
5 5
6.header-box {
7 min-height: 36px;
8}
9
10.header-subtitle {
11 font-size: small;
12}
13
14.profile-key {
15 font-size: xx-small;
16}
17
6.profile-entry { 18.profile-entry {
7 padding: 4px 20px; 19 padding: 4px 20px;
8} 20}
9 21
22.contact-entry {
23 padding: 2px;
24}
25
10.chat-entry { 26.chat-entry {
11 padding: 4px; 27 padding: 4px;
12} 28}