diff --git a/html/themes/breezy/dialog.css b/html/themes/breezy/dialog.css index a4267007064dc41ae9ddd5f0406dd9dc86dbddcb..5950fbe392f05b743f09b2b405b8cf46b62f5155 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 5e015811924d8b7cde34c549c68f13fbfab860b5..cf3b9938677fbc10814b7856436cbf865712d8fe 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 4658266dbba2201b6733ad1eb6fe231471f25de4..368d958096ed44be8dd57dc9d00ff312b3db5d94 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 f7da2efc8374c8f4c31d91605174c19c060eb6ba..ca6a2dcfb052b79a42b9f2d6663bf538f7d1b006 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 & {