This commit is contained in:
Athou
2013-03-28 13:58:27 +01:00
parent b7c9792fe1
commit 79740937b9
2 changed files with 22 additions and 5 deletions

View File

@@ -11,10 +11,11 @@
/* tree*/
.sidebar-nav-fixed {
overflow-x: hidden;
overflow: visible;
}
.css-treeview {
margin-top: 15px;
font-family: inherit;
font-size: 11px;
white-space: nowrap;
@@ -25,6 +26,12 @@
font-style: italic;
}
.css-treeview label {
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
.css-treeview label,.css-treeview a,.css-treeview label::before {
font-family: inherit;
font-size: 11px;
@@ -78,6 +85,14 @@
cursor: pointer;
}
#feed-accordion .entry-heading .feed-name {
color: #555;
width: 150px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
}
#feed-accordion a.entry-heading:hover {
text-decoration: none;
}
@@ -90,7 +105,7 @@
background-color: #EBEBEB;
}
#feed-accordion .entry-heading.unread {
#feed-accordion .entry-heading .unread {
font-weight: bold;
}