Merge branch 'master' of git.fakecake.org:tt-rss

This commit is contained in:
Andrew Dolgov
2018-12-19 09:04:11 +03:00
8 changed files with 17 additions and 4 deletions
+3
View File
@@ -1485,6 +1485,9 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
body.ttrss_prefs #filterTree .filterRules * {
white-space: normal;
}
body.ttrss_prefs table.prefPluginsList td label,
body.ttrss_prefs table.prefUserList td {
cursor: pointer;
+1 -1
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -76,6 +76,10 @@ body.ttrss_prefs {
width : 575px;
}
#filterTree .filterRules * {
white-space: normal;
}
table.prefPluginsList td label, table.prefUserList td {
cursor : pointer;
}
+1 -1
View File
@@ -750,7 +750,7 @@ define(["dojo/_base/declare"], function (declare) {
}
ids.each((id) => {
this.toggleMark(id);
this.togglePub(id);
});
},
toggleMark: function (id) {
+3
View File
@@ -1486,6 +1486,9 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
body.ttrss_prefs #filterTree .filterRules * {
white-space: normal;
}
body.ttrss_prefs table.prefPluginsList td label,
body.ttrss_prefs table.prefUserList td {
cursor: pointer;
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -1486,6 +1486,9 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
body.ttrss_prefs #filterTree .filterRules * {
white-space: normal;
}
body.ttrss_prefs table.prefPluginsList td label,
body.ttrss_prefs table.prefUserList td {
cursor: pointer;
File diff suppressed because one or more lines are too long