more styling

This commit is contained in:
Jeremie Panzer
2013-03-27 12:13:56 +01:00
parent 6ab93ed9d5
commit 473800d2f6
8 changed files with 121 additions and 76 deletions

View File

@@ -1,6 +1,10 @@
.main {
margin-top: 10px;
}
/* tree*/
.sidebar-nav-fixed {
overflow: hidden;
overflow-x: hidden;
}
.css-treeview {
@@ -9,6 +13,11 @@
white-space: nowrap;
}
.css-treeview .error {
color: red;
font-style:italic;
}
.css-treeview label,.css-treeview a,.css-treeview label::before {
font-family: inherit;
font-size: 11px;
@@ -26,7 +35,8 @@
.css-treeview a {
cursor: pointer;
color: black;
display: block; overflow-hidden;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -36,6 +46,14 @@
}
/* entry list*/
.entrylist-header {
border-bottom: 1px solid #eee;
}
.entrylist-header h3 {
margin: 0px 0px 5px 0px;
}
#feed-accordion .accordion-group {
margin-bottom: 0px;
border: none;