forked from Archives/Athou_commafeed
more styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user