spread preference list a bit vertically so it's more readable
This commit is contained in:
parent
1e287aeb11
commit
cd57fd33cc
|
@ -1493,6 +1493,9 @@ body.ttrss_prefs ul.userFeedList {
|
||||||
margin: 0px 0px 5px 0px;
|
margin: 0px 0px 5px 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_prefs .prefPrefsList td {
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
body.ttrss_prefs div#feedlistLoading,
|
body.ttrss_prefs div#feedlistLoading,
|
||||||
body.ttrss_prefs div#filterlistLoading,
|
body.ttrss_prefs div#filterlistLoading,
|
||||||
body.ttrss_prefs div#labellistLoading {
|
body.ttrss_prefs div#labellistLoading {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -104,6 +104,10 @@ body.ttrss_prefs {
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prefPrefsList td {
|
||||||
|
padding-bottom : 4px;
|
||||||
|
}
|
||||||
|
|
||||||
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
|
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
|
||||||
text-align : center;
|
text-align : center;
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
|
|
|
@ -1493,6 +1493,9 @@ body.ttrss_prefs ul.userFeedList {
|
||||||
margin: 0px 0px 5px 0px;
|
margin: 0px 0px 5px 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
body.ttrss_prefs .prefPrefsList td {
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
body.ttrss_prefs div#feedlistLoading,
|
body.ttrss_prefs div#feedlistLoading,
|
||||||
body.ttrss_prefs div#filterlistLoading,
|
body.ttrss_prefs div#filterlistLoading,
|
||||||
body.ttrss_prefs div#labellistLoading {
|
body.ttrss_prefs div#labellistLoading {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue