summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 15:22:22 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 15:22:22 +0300
commit31e79317b3ab958dc094ac8b6d434aa4523d8085 (patch)
treec9cd17e4ca85fea38cadf162ce86f330e3b7743f /css/tt-rss.less
parent7d3b5f2abd343e8e8d64a2ba6c034e47f6fd9b9f (diff)
normalize various font sizes and families between prefs & main UI
change some dialogs layout a bit to maybe become more readable
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less44
1 files changed, 34 insertions, 10 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 9f6142693..267782187 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -100,24 +100,31 @@ body.ttrss_main {
}
h1 {
- font-size : 20px;
+ font-size : 18px;
font-weight : 600;
text-rendering: optimizelegibility;
- font-family : @fonts-ui;
+ //font-family : @fonts-ui;
}
h2 {
- font-size : 18px;
+ font-size : 16px;
font-weight : 600;
text-rendering: optimizelegibility;
- font-family : @fonts-ui;
+ //font-family : @fonts-ui;
}
- h3, h4 {
+ h3 {
font-size : 16px;
font-weight : 600;
text-rendering: optimizelegibility;
- font-family : @fonts-ui;
+ //font-family : @fonts-ui;
+ }
+
+ h4 {
+ font-size : 14px;
+ font-weight : 600;
+ text-rendering: optimizelegibility;
+ //font-family : @fonts-ui;
}
hr {
@@ -699,11 +706,20 @@ body.ttrss_main {
}
div.dlgSec {
- font-size : 12px;
- color : @default-text;
+ font-size : 14px;
font-weight : bold;
clear : both;
- height : 20px;
+ margin : 8px;
+ position : relative;
+ top : 8px;
+ }
+
+ div.dlgSecHoriz {
+ font-size : 14px;
+ font-weight : bold;
+ clear : both;
+ margin-bottom : 8px;
+ margin-top : 8px;
}
div.dlgSecCont {
@@ -711,7 +727,6 @@ body.ttrss_main {
left : 150px;
top : -20px;
float : left;
- font-size : 12px;
font-weight : normal;
> * {
@@ -1196,6 +1211,15 @@ body.ttrss_login {
}
}
+body.ttrss_main .dijitDialog {
+ h1:first-of-type,
+ h2:first-of-type,
+ h3:first-of-type,
+ h4:first-of-type {
+ margin-top: 0px;
+ }
+}
+
::selection {
background : @color-accent;
color : white;