This commit is contained in:
Athou
2013-03-26 21:20:13 +01:00
parent 5a97e1abef
commit 8db4662dc6
2 changed files with 15 additions and 5 deletions

View File

@@ -4,7 +4,14 @@
}
.css-treeview {
font-size: inherit;
font-family: inherit;
font-size: 11px;
white-space: nowrap;
}
.css-treeview label,.css-treeview a,.css-treeview label::before {
font-family: inherit;
font-size: 11px;
white-space: nowrap;
}
@@ -19,6 +26,9 @@
.css-treeview a {
cursor: pointer;
color: black;
display: block;
overflow-hidden;
text-overflow: ellipsis;
}
.css-treeview a:hover {
@@ -57,7 +67,7 @@
background-color: #EBEBEB;
}
#feed-accordion a.accordion-toggle {
#feed-accordion a.accordion-toggle {
color: black;
display: block;
padding: 0px;