tree: remove position=relative hacks
This commit is contained in:
parent
e13916fd3e
commit
527e7adc8a
|
@ -589,10 +589,8 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||||
background: white;
|
background: white;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon {
|
body.ttrss_main #feeds-holder #feedTree .dijitIcon.feed-icon {
|
||||||
position: relative;
|
margin-right: 2px;
|
||||||
left: -2px;
|
|
||||||
top: -4px;
|
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
||||||
color: #555;
|
color: #555;
|
||||||
|
@ -1631,9 +1629,8 @@ body.ttrss_utility.share_popup .content {
|
||||||
.flat li {
|
.flat li {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
.flat #feedTree .icon {
|
.flat #feedTree .dijitTreeContent .dijitInline {
|
||||||
position: relative;
|
vertical-align: baseline;
|
||||||
top: -4px;
|
|
||||||
}
|
}
|
||||||
.flat .tabLabel > i.material-icons {
|
.flat .tabLabel > i.material-icons {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,9 +5,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree {
|
#feedTree {
|
||||||
.icon {
|
.dijitTreeContent .dijitInline {
|
||||||
position : relative;
|
vertical-align : baseline;
|
||||||
top : -4px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -684,10 +684,8 @@ body.ttrss_main {
|
||||||
color : #333;
|
color : #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
i.icon {
|
.dijitIcon.feed-icon {
|
||||||
position : relative;
|
margin-right : 2px;
|
||||||
left : -2px;
|
|
||||||
top : -4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
i.icon.icon-inbox {
|
i.icon.icon-inbox {
|
||||||
|
|
|
@ -590,10 +590,8 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||||
background: #333;
|
background: #333;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon {
|
body.ttrss_main #feeds-holder #feedTree .dijitIcon.feed-icon {
|
||||||
position: relative;
|
margin-right: 2px;
|
||||||
left: -2px;
|
|
||||||
top: -4px;
|
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
||||||
color: #555;
|
color: #555;
|
||||||
|
@ -1632,9 +1630,8 @@ body.ttrss_utility.share_popup .content {
|
||||||
.flat li {
|
.flat li {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
.flat #feedTree .icon {
|
.flat #feedTree .dijitTreeContent .dijitInline {
|
||||||
position: relative;
|
vertical-align: baseline;
|
||||||
top: -4px;
|
|
||||||
}
|
}
|
||||||
.flat .tabLabel > i.material-icons {
|
.flat .tabLabel > i.material-icons {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -590,10 +590,8 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||||
background: #333;
|
background: #333;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon {
|
body.ttrss_main #feeds-holder #feedTree .dijitIcon.feed-icon {
|
||||||
position: relative;
|
margin-right: 2px;
|
||||||
left: -2px;
|
|
||||||
top: -4px;
|
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
body.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
|
||||||
color: #555;
|
color: #555;
|
||||||
|
@ -1632,9 +1630,8 @@ body.ttrss_utility.share_popup .content {
|
||||||
.flat li {
|
.flat li {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
.flat #feedTree .icon {
|
.flat #feedTree .dijitTreeContent .dijitInline {
|
||||||
position: relative;
|
vertical-align: baseline;
|
||||||
top: -4px;
|
|
||||||
}
|
}
|
||||||
.flat .tabLabel > i.material-icons {
|
.flat .tabLabel > i.material-icons {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue