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

plugin list: update layout

This commit is contained in:
Andrew Dolgov
2019-02-25 17:15:05 +03:00
parent 32db1cb872
commit 52d77dee62
9 changed files with 106 additions and 139 deletions

View File

@@ -81,30 +81,26 @@ body.ttrss_prefs {
}
fieldset.prefs-set {
label:first-of-type {
min-width : 300px;
}
label.plugin-desc {
width : 600px;
margin-right : 100px;
display : inline-block;
.dijitCheckBox {
margin-right : 10px;
}
}
.help-text {
display : inline-block;
margin-left : 10px;
}
}
table.prefPluginsList td label, table.prefUserList td {
cursor : pointer;
}
table.prefPluginsList{
label {
white-space : nowrap;
}
i.plugin-enabled {
color : @color-checked;
}
}
table.prefPluginsList label img {
vertical-align : middle;
}
table.prefErrorLog tr.errrow td {
font-size : 10px;
}