From 74d59a5986d885b062ba5fdcf28c867775ee37ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org> Date: Wed, 12 Feb 2020 11:15:21 +0100 Subject: [PATCH] :lipstick: feat(dialogs) Change font sizes of dialogs issue #6069 --- html/themes/breezy/dialog.css | 4 ++-- html/themes/breezy/less/colors.less | 4 +++- html/themes/breezy/less/dialog.less | 4 ++-- html/themes/breezy/less/style.less | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/html/themes/breezy/dialog.css b/html/themes/breezy/dialog.css index a42670070..5950fbe39 100644 --- a/html/themes/breezy/dialog.css +++ b/html/themes/breezy/dialog.css @@ -31,8 +31,7 @@ div.msgtitle > img { div.msgtitle > p { margin: 0; padding: 0; - font-size: 24px; - font-weight: bold; + font-size: 18px; } div.msgdialog { width: 60%; @@ -50,6 +49,7 @@ div.msgdialog div.msgcontent { z-index: 250; } div.msgdialog div.msgcontent p { + font-size: 14px; padding: 10px; } div.msgdialog .description { diff --git a/html/themes/breezy/less/colors.less b/html/themes/breezy/less/colors.less index 5e0158119..cf3b99386 100644 --- a/html/themes/breezy/less/colors.less +++ b/html/themes/breezy/less/colors.less @@ -57,9 +57,11 @@ @font-family: arial,helvetica,sans-serif; @body-font-size: 12px; +@small-text-font-size: 10px; @text-font-size: 12px; +@big-text-font-size: 14px; @title-font-size: 13px; @big-title-font-size: 14px; -@small-text-font-size: 10px; +@header-title-font-size: 18px; @pluginfo-font-size: 11px; @titlebar-font-size: 24px; diff --git a/html/themes/breezy/less/dialog.less b/html/themes/breezy/less/dialog.less index 4658266db..368d95809 100644 --- a/html/themes/breezy/less/dialog.less +++ b/html/themes/breezy/less/dialog.less @@ -34,8 +34,7 @@ div.msgtitle { > p { margin: 0; padding: 0; - font-size: @titlebar-font-size; - font-weight: bold; + font-size: @header-title-font-size; } } @@ -44,6 +43,7 @@ div.msgdialog { width: 100%; z-index: 250; p { + font-size: @big-text-font-size; padding: 10px; } } diff --git a/html/themes/breezy/less/style.less b/html/themes/breezy/less/style.less index f7da2efc8..ca6a2dcfb 100644 --- a/html/themes/breezy/less/style.less +++ b/html/themes/breezy/less/style.less @@ -414,7 +414,7 @@ div#header-left { text-align: center; vertical-align: middle; background-color: @background-second-color; - font-size: 18px; + font-size: @header-title-font-size; img { height: 32px; html.ltr & { -- GitLab