Remove margin targeting headline dijit checkbox widget input.

This resulted in parts of the 'checkbox' seemingly not responding to clicks.

There's a separate rule targeting '.dijitCheckBox' that preserves the intended right margin for this checkbox.

Closes #136.
This commit is contained in:
supahgreg 2025-11-09 20:15:00 +00:00
parent b635b91fb8
commit 7bb9309c15
No known key found for this signature in database
8 changed files with 0 additions and 46 deletions

View File

@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .left input {
margin: 0 4px;
}
body.ttrss_main .hl .right {
text-align: right;
}
@ -1309,9 +1306,6 @@ body.ttrss_utility hr {
font-size: 11px;
white-space: nowrap;
}
.cdm .header input {
margin: 0 4px;
}
.cdm .header .feed {
font-weight: normal;
font-style: italic;

View File

@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .left input {
margin: 0 4px;
}
body.ttrss_main .hl .right {
text-align: right;
}
@ -1309,9 +1306,6 @@ body.ttrss_utility hr {
font-size: 11px;
white-space: nowrap;
}
.cdm .header input {
margin: 0 4px;
}
.cdm .header .feed {
font-weight: normal;
font-style: italic;

View File

@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .left input {
margin: 0 4px;
}
body.ttrss_main .hl .right {
text-align: right;
}
@ -1309,9 +1306,6 @@ body.ttrss_utility hr {
font-size: 11px;
white-space: nowrap;
}
.cdm .header input {
margin: 0 4px;
}
.cdm .header .feed {
font-weight: normal;
font-style: italic;

View File

@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .left input {
margin: 0 4px;
}
body.ttrss_main .hl .right {
text-align: right;
}
@ -1309,9 +1306,6 @@ body.ttrss_utility hr {
font-size: 11px;
white-space: nowrap;
}
.cdm .header input {
margin: 0 4px;
}
.cdm .header .feed {
font-weight: normal;
font-style: italic;

View File

@ -54,10 +54,6 @@
white-space : nowrap;
}
input {
margin : 0 4px;
}
.feed {
font-weight: normal;
font-style: italic;

View File

@ -280,12 +280,6 @@ body.ttrss_main {
}
}
.left {
input {
margin : 0 4px;
}
}
.right {
text-align : right;

View File

@ -256,9 +256,6 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .left input {
margin: 0 4px;
}
body.ttrss_main .hl .right {
text-align: right;
}
@ -1310,9 +1307,6 @@ body.ttrss_utility hr {
font-size: 11px;
white-space: nowrap;
}
.cdm .header input {
margin: 0 4px;
}
.cdm .header .feed {
font-weight: normal;
font-style: italic;

View File

@ -256,9 +256,6 @@ body.ttrss_main .hl .right i.material-icons {
user-select: none;
font-size: 21px;
}
body.ttrss_main .hl .left input {
margin: 0 4px;
}
body.ttrss_main .hl .right {
text-align: right;
}
@ -1310,9 +1307,6 @@ body.ttrss_utility hr {
font-size: 11px;
white-space: nowrap;
}
.cdm .header input {
margin: 0 4px;
}
.cdm .header .feed {
font-weight: normal;
font-style: italic;