1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:25:55 +00:00

spread preference list a bit vertically so it's more readable

This commit is contained in:
Andrew Dolgov
2018-12-05 22:01:48 +03:00
parent 1e287aeb11
commit cd57fd33cc
5 changed files with 12 additions and 2 deletions

View File

@@ -1493,6 +1493,9 @@ body.ttrss_prefs ul.userFeedList {
margin: 0px 0px 5px 0px;
padding: 5px;
}
body.ttrss_prefs .prefPrefsList td {
padding-bottom: 4px;
}
body.ttrss_prefs div#feedlistLoading,
body.ttrss_prefs div#filterlistLoading,
body.ttrss_prefs div#labellistLoading {

File diff suppressed because one or more lines are too long

View File

@@ -104,6 +104,10 @@ body.ttrss_prefs {
padding : 5px;
}
.prefPrefsList td {
padding-bottom : 4px;
}
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
text-align : center;
padding : 5px;

View File

@@ -1493,6 +1493,9 @@ body.ttrss_prefs ul.userFeedList {
margin: 0px 0px 5px 0px;
padding: 5px;
}
body.ttrss_prefs .prefPrefsList td {
padding-bottom: 4px;
}
body.ttrss_prefs div#feedlistLoading,
body.ttrss_prefs div#filterlistLoading,
body.ttrss_prefs div#labellistLoading {

File diff suppressed because one or more lines are too long