mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 13:41:29 +00:00
normalize various font sizes and families between prefs & main UI
change some dialogs layout a bit to maybe become more readable
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -17,17 +17,22 @@ body.ttrss_prefs {
|
||||
}
|
||||
|
||||
|
||||
div#pref-tabs .dijitContentPane {
|
||||
font-size : 13px;
|
||||
}
|
||||
/* div#pref-tabs .dijitContentPane {
|
||||
font-size : 14px;
|
||||
} */
|
||||
|
||||
div#pref-tabs {
|
||||
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
|
||||
margin : 0px 5px 0px 5px;
|
||||
}
|
||||
|
||||
div#pref-tabs .dijitContentPane h3 {
|
||||
font-size : 14px;
|
||||
div#pref-tabs .dijitContentPane {
|
||||
h1:first-of-type,
|
||||
h2:first-of-type,
|
||||
h3:first-of-type,
|
||||
h4:first-of-type {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
|
||||
@@ -45,10 +50,10 @@ body.ttrss_prefs {
|
||||
|
||||
/* preferences */
|
||||
|
||||
table.prefPrefsList h3 {
|
||||
/* table.prefPrefsList h3 {
|
||||
margin-top : 0.5em;
|
||||
margin-bottom : 0px;
|
||||
}
|
||||
} */
|
||||
|
||||
tr.title td {
|
||||
border: 0px solid #ecf4ff;
|
||||
|
||||
@@ -100,24 +100,31 @@ body.ttrss_main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size : 20px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size : 18px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
//font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
h2 {
|
||||
font-size : 16px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
//font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size : 16px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
//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;
|
||||
|
||||
Reference in New Issue
Block a user