summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 18:10:23 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 18:10:23 +0300
commit4e81233ac9d0749677bce1e505ddc464709a4b98 (patch)
tree3f4c4a39f0a2a1547f5e8e0a9aabb11c8b2f2040 /themes/light
parentfcce1c443eecae20bd8a4cf08463bbff93d974dd (diff)
make description clickable in plugin list row
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/prefs.less17
1 files changed, 3 insertions, 14 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index a7b964fc0..587adfcf6 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -94,18 +94,6 @@ body.ttrss_prefs {
}
}
- fieldset.plugin {
- label.description {
- width : 550px;
- margin-right : 150px;
- display : inline-block;
-
- .dijitCheckBox {
- margin-right : 10px;
- }
- }
- }
-
table {
th {
text-align : left;
@@ -140,7 +128,6 @@ body.ttrss_prefs {
label.checkbox {
display : flex;
align-items : center;
- min-width : 300px;
cursor : pointer;
&.system {
@@ -148,15 +135,17 @@ body.ttrss_prefs {
}
.name {
+ min-width : 300px;
flex-grow: 2;
display: inline-block;
text-align: right;
font-weight : bold;
+ margin-right : 20px;
}
}
@media (max-width: @breakpoint-lg) {
- label.checkbox {
+ label.checkbox .name {
min-width : 200px ! important;
}