1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 03:51:28 +00:00

UI: add some more info links to relevant wiki pages; minor layout updates

This commit is contained in:
Andrew Dolgov
2019-02-21 16:21:16 +03:00
parent 4d4af18e16
commit 4e253add8c
17 changed files with 166 additions and 85 deletions

View File

@@ -52,6 +52,7 @@ body.ttrss_main div.post div.header img,
body.ttrss_main div.post div.header i.material-icons {
margin: 0px 4px;
vertical-align: middle;
color: #777;
}
body.ttrss_main div.post div.header .title {
flex-grow: 2;
@@ -209,6 +210,9 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .right i.material-icons {
color: #777;
}
body.ttrss_main .hl div.title {
cursor: pointer;
flex-grow: 2;
@@ -1014,6 +1018,9 @@ body.ttrss_utility div.autocomplete ul li {
video::-webkit-media-controls-overlay-play-button {
display: none;
}
.cdm i.material-icons {
color: #777;
}
.cdm .header,
.cdm .footer {
display: flex;
@@ -1726,7 +1733,6 @@ body.ttrss_utility.share_popup .content {
/* Preferred icon size */
display: inline-block;
line-height: 1;
color: #777;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;

File diff suppressed because one or more lines are too long

View File

@@ -52,6 +52,7 @@ body.ttrss_main div.post div.header img,
body.ttrss_main div.post div.header i.material-icons {
margin: 0px 4px;
vertical-align: middle;
color: #777;
}
body.ttrss_main div.post div.header .title {
flex-grow: 2;
@@ -209,6 +210,9 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .right i.material-icons {
color: #777;
}
body.ttrss_main .hl div.title {
cursor: pointer;
flex-grow: 2;
@@ -1014,6 +1018,9 @@ body.ttrss_utility div.autocomplete ul li {
video::-webkit-media-controls-overlay-play-button {
display: none;
}
.cdm i.material-icons {
color: #777;
}
.cdm .header,
.cdm .footer {
display: flex;
@@ -1726,7 +1733,6 @@ body.ttrss_utility.share_popup .content {
/* Preferred icon size */
display: inline-block;
line-height: 1;
color: #777;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;

File diff suppressed because one or more lines are too long