mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-05 07:36:10 +02:00
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:
parent
b635b91fb8
commit
7bb9309c15
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -54,10 +54,6 @@
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
input {
|
||||
margin : 0 4px;
|
||||
}
|
||||
|
||||
.feed {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
|
||||
@ -280,12 +280,6 @@ body.ttrss_main {
|
||||
}
|
||||
}
|
||||
|
||||
.left {
|
||||
input {
|
||||
margin : 0 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align : right;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user