Unverified Commit 74d59a59 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:lipstick: feat(dialogs) Change font sizes of dialogs

issue #6069
Showing with 8 additions and 6 deletions
+8 -6
...@@ -31,8 +31,7 @@ div.msgtitle > img { ...@@ -31,8 +31,7 @@ div.msgtitle > img {
div.msgtitle > p { div.msgtitle > p {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 24px; font-size: 18px;
font-weight: bold;
} }
div.msgdialog { div.msgdialog {
width: 60%; width: 60%;
...@@ -50,6 +49,7 @@ div.msgdialog div.msgcontent { ...@@ -50,6 +49,7 @@ div.msgdialog div.msgcontent {
z-index: 250; z-index: 250;
} }
div.msgdialog div.msgcontent p { div.msgdialog div.msgcontent p {
font-size: 14px;
padding: 10px; padding: 10px;
} }
div.msgdialog .description { div.msgdialog .description {
......
...@@ -57,9 +57,11 @@ ...@@ -57,9 +57,11 @@
@font-family: arial,helvetica,sans-serif; @font-family: arial,helvetica,sans-serif;
@body-font-size: 12px; @body-font-size: 12px;
@small-text-font-size: 10px;
@text-font-size: 12px; @text-font-size: 12px;
@big-text-font-size: 14px;
@title-font-size: 13px; @title-font-size: 13px;
@big-title-font-size: 14px; @big-title-font-size: 14px;
@small-text-font-size: 10px; @header-title-font-size: 18px;
@pluginfo-font-size: 11px; @pluginfo-font-size: 11px;
@titlebar-font-size: 24px; @titlebar-font-size: 24px;
...@@ -34,8 +34,7 @@ div.msgtitle { ...@@ -34,8 +34,7 @@ div.msgtitle {
> p { > p {
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: @titlebar-font-size; font-size: @header-title-font-size;
font-weight: bold;
} }
} }
...@@ -44,6 +43,7 @@ div.msgdialog { ...@@ -44,6 +43,7 @@ div.msgdialog {
width: 100%; width: 100%;
z-index: 250; z-index: 250;
p { p {
font-size: @big-text-font-size;
padding: 10px; padding: 10px;
} }
} }
......
...@@ -414,7 +414,7 @@ div#header-left { ...@@ -414,7 +414,7 @@ div#header-left {
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
background-color: @background-second-color; background-color: @background-second-color;
font-size: 18px; font-size: @header-title-font-size;
img { img {
height: 32px; height: 32px;
html.ltr & { html.ltr & {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment