1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +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

@@ -1458,23 +1458,21 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
body.ttrss_prefs fieldset.prefs-set label:first-of-type {
min-width: 300px;
}
body.ttrss_prefs fieldset.prefs-set label.plugin-desc {
width: 600px;
margin-right: 100px;
display: inline-block;
}
body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox {
margin-right: 10px;
}
body.ttrss_prefs fieldset.prefs-set .help-text {
display: inline-block;
margin-left: 10px;
}
body.ttrss_prefs table.prefPluginsList td label,
body.ttrss_prefs table.prefUserList td {
cursor: pointer;
}
body.ttrss_prefs table.prefPluginsList label {
white-space: nowrap;
}
body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
color: #69C671;
}
body.ttrss_prefs table.prefPluginsList label img {
vertical-align: middle;
}
body.ttrss_prefs table.prefErrorLog tr.errrow td {
font-size: 10px;
}
@@ -1632,6 +1630,10 @@ body.ttrss_utility.share_popup .content {
.flat #feedTree .dijitTreeContent .dijitInline {
vertical-align: baseline;
}
.flat .dijitButton i.material-icons {
position: relative;
top: -1px;
}
.flat .tabLabel > i.material-icons {
position: relative;
top: -1px;

File diff suppressed because one or more lines are too long

View File

@@ -10,6 +10,11 @@
}
}
.dijitButton i.material-icons {
position: relative;
top : -1px;
}
.tabLabel > i.material-icons {
position : relative;
top : -1px;

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;
}