dijit tabs: fix icon offsets
This commit is contained in:
parent
25671ad567
commit
ce92f047ac
|
@ -589,10 +589,6 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||||
background: white;
|
background: white;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree .icon {
|
|
||||||
position: relative;
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon {
|
body.ttrss_main #feeds-holder #feedTree i.icon {
|
||||||
left: -2px;
|
left: -2px;
|
||||||
}
|
}
|
||||||
|
@ -1509,10 +1505,6 @@ body.ttrss_prefs .phpinfo td.e {
|
||||||
body.ttrss_prefs .phpinfo td.v {
|
body.ttrss_prefs .phpinfo td.v {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs #feedTree .icon {
|
|
||||||
position: relative;
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
body.ttrss_prefs fieldset,
|
body.ttrss_prefs fieldset,
|
||||||
body.ttrss_utility fieldset {
|
body.ttrss_utility fieldset {
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
|
@ -1637,6 +1629,14 @@ body.ttrss_utility.share_popup .content {
|
||||||
.flat li {
|
.flat li {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.flat #feedTree .icon {
|
||||||
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
|
}
|
||||||
|
.flat .tabLabel > i.material-icons {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
|
}
|
||||||
.flat #filterDlg_Matches span.filterRule {
|
.flat #filterDlg_Matches span.filterRule {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,18 @@
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#feedTree {
|
||||||
|
.icon {
|
||||||
|
position : relative;
|
||||||
|
top : -4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabLabel > i.material-icons {
|
||||||
|
position : relative;
|
||||||
|
top : -1px;
|
||||||
|
}
|
||||||
|
|
||||||
#filterDlg_Matches span.filterRule {
|
#filterDlg_Matches span.filterRule {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
@ -142,4 +154,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -141,13 +141,6 @@ body.ttrss_prefs {
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree {
|
|
||||||
.icon {
|
|
||||||
position : relative;
|
|
||||||
top : -4px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.ttrss_prefs,
|
body.ttrss_prefs,
|
||||||
|
|
|
@ -684,11 +684,6 @@ body.ttrss_main {
|
||||||
color : #333;
|
color : #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
|
||||||
position : relative;
|
|
||||||
top : -4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
i.icon {
|
i.icon {
|
||||||
left : -2px;
|
left : -2px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -590,10 +590,6 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||||
background: #333;
|
background: #333;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree .icon {
|
|
||||||
position: relative;
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon {
|
body.ttrss_main #feeds-holder #feedTree i.icon {
|
||||||
left: -2px;
|
left: -2px;
|
||||||
}
|
}
|
||||||
|
@ -1510,10 +1506,6 @@ body.ttrss_prefs .phpinfo td.e {
|
||||||
body.ttrss_prefs .phpinfo td.v {
|
body.ttrss_prefs .phpinfo td.v {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs #feedTree .icon {
|
|
||||||
position: relative;
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
body.ttrss_prefs fieldset,
|
body.ttrss_prefs fieldset,
|
||||||
body.ttrss_utility fieldset {
|
body.ttrss_utility fieldset {
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
|
@ -1638,6 +1630,14 @@ body.ttrss_utility.share_popup .content {
|
||||||
.flat li {
|
.flat li {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.flat #feedTree .icon {
|
||||||
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
|
}
|
||||||
|
.flat .tabLabel > i.material-icons {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
|
}
|
||||||
.flat #filterDlg_Matches span.filterRule {
|
.flat #filterDlg_Matches span.filterRule {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -590,10 +590,6 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||||
background: #333;
|
background: #333;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
body.ttrss_main #feeds-holder #feedTree .icon {
|
|
||||||
position: relative;
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
body.ttrss_main #feeds-holder #feedTree i.icon {
|
body.ttrss_main #feeds-holder #feedTree i.icon {
|
||||||
left: -2px;
|
left: -2px;
|
||||||
}
|
}
|
||||||
|
@ -1510,10 +1506,6 @@ body.ttrss_prefs .phpinfo td.e {
|
||||||
body.ttrss_prefs .phpinfo td.v {
|
body.ttrss_prefs .phpinfo td.v {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs #feedTree .icon {
|
|
||||||
position: relative;
|
|
||||||
top: -4px;
|
|
||||||
}
|
|
||||||
body.ttrss_prefs fieldset,
|
body.ttrss_prefs fieldset,
|
||||||
body.ttrss_utility fieldset {
|
body.ttrss_utility fieldset {
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
|
@ -1638,6 +1630,14 @@ body.ttrss_utility.share_popup .content {
|
||||||
.flat li {
|
.flat li {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.flat #feedTree .icon {
|
||||||
|
position: relative;
|
||||||
|
top: -4px;
|
||||||
|
}
|
||||||
|
.flat .tabLabel > i.material-icons {
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
|
}
|
||||||
.flat #filterDlg_Matches span.filterRule {
|
.flat #filterDlg_Matches span.filterRule {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue