summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less49
1 files changed, 26 insertions, 23 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index d7fb8c040..267782187 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -60,16 +60,6 @@ body.ttrss_main {
height: auto;
}
- h1 {
- font-size : 16px;
- }
-
- h2,
- h3,
- h4 {
- font-size : 15px;
- }
-
p {
hyphens: auto;
}
@@ -113,32 +103,28 @@ body.ttrss_main {
font-size : 18px;
font-weight : 600;
text-rendering: optimizelegibility;
- font-family : @fonts-ui;
+ //font-family : @fonts-ui;
}
h2 {
font-size : 16px;
font-weight : 600;
- border: 0px solid @color-accent-light;
- border-bottom-width: 1px;
text-rendering: optimizelegibility;
- font-family : @fonts-ui;
+ //font-family : @fonts-ui;
}
h3 {
- font-size : 13px;
- border: 0px solid @color-accent-light;
- border-bottom-width: 1px;
+ 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;
+ //font-family : @fonts-ui;
}
hr {
@@ -720,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 {
@@ -732,7 +727,6 @@ body.ttrss_main {
left : 150px;
top : -20px;
float : left;
- font-size : 12px;
font-weight : normal;
> * {
@@ -1217,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;