mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
tree: remove position=relative hacks
This commit is contained in:
@@ -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
Reference in New Issue
Block a user