2013-03-27 12:13:56 +01:00
|
|
|
.main {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-27 13:59:57 +01:00
|
|
|
.main .spinner {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
top: 14px;
|
|
|
|
|
left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-25 18:04:21 +01:00
|
|
|
/* tree*/
|
2013-03-25 14:58:15 +01:00
|
|
|
.sidebar-nav-fixed {
|
2013-03-27 12:13:56 +01:00
|
|
|
overflow-x: hidden;
|
2013-03-25 14:58:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview {
|
2013-03-26 21:20:13 +01:00
|
|
|
font-family: inherit;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-27 12:13:56 +01:00
|
|
|
.css-treeview .error {
|
|
|
|
|
color: red;
|
2013-03-27 16:57:33 +01:00
|
|
|
font-style: italic;
|
2013-03-27 12:13:56 +01:00
|
|
|
}
|
|
|
|
|
|
2013-03-26 21:20:13 +01:00
|
|
|
.css-treeview label,.css-treeview a,.css-treeview label::before {
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
font-size: 11px;
|
2013-03-25 14:58:15 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-21 16:22:58 +01:00
|
|
|
.css-treeview .selected {
|
2013-03-25 14:58:15 +01:00
|
|
|
color: #d14836;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview .unread {
|
2013-03-21 16:22:58 +01:00
|
|
|
font-weight: bold;
|
2013-03-21 19:51:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview a {
|
|
|
|
|
cursor: pointer;
|
2013-03-25 14:58:15 +01:00
|
|
|
color: black;
|
2013-03-27 12:13:56 +01:00
|
|
|
display: block;
|
|
|
|
|
overflow: hidden;
|
2013-03-26 21:20:13 +01:00
|
|
|
text-overflow: ellipsis;
|
2013-03-25 14:58:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview a:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: black;
|
2013-03-21 19:51:00 +01:00
|
|
|
}
|
|
|
|
|
|
2013-03-25 18:04:21 +01:00
|
|
|
/* entry list*/
|
2013-03-27 12:13:56 +01:00
|
|
|
.entrylist-header {
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entrylist-header h3 {
|
2013-03-27 16:42:05 +01:00
|
|
|
margin: 5px 0px 5px 0px;
|
2013-03-27 12:13:56 +01:00
|
|
|
}
|
|
|
|
|
|
2013-03-25 21:01:29 +01:00
|
|
|
#feed-accordion .entry {
|
2013-03-25 18:04:21 +01:00
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-25 23:13:52 +01:00
|
|
|
#feed-accordion .no-entries {
|
2013-03-25 21:01:29 +01:00
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-top: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-26 12:10:19 +01:00
|
|
|
#feed-accordion .entry-heading {
|
2013-03-25 21:01:29 +01:00
|
|
|
padding: 6px 0px;
|
2013-03-28 11:50:49 +01:00
|
|
|
display: block;
|
|
|
|
|
color: black;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#feed-accordion a.entry-heading:hover {
|
|
|
|
|
text-decoration: none;
|
2013-03-25 21:01:29 +01:00
|
|
|
}
|
|
|
|
|
|
2013-03-26 12:10:19 +01:00
|
|
|
#feed-accordion .entry-heading.open {
|
|
|
|
|
background-color: #EBEBEB;
|
2013-03-25 21:01:29 +01:00
|
|
|
}
|
|
|
|
|
|
2013-03-26 12:10:19 +01:00
|
|
|
#feed-accordion .entry-heading.closed:hover {
|
2013-03-25 21:01:29 +01:00
|
|
|
background-color: #EBEBEB;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-28 11:50:49 +01:00
|
|
|
#feed-accordion .entry-heading.unread {
|
2013-03-21 19:51:00 +01:00
|
|
|
font-weight: bold;
|
2013-03-27 09:50:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#feed-accordion .entry-body h4 {
|
|
|
|
|
margin-top: 5px;
|
2013-03-21 16:22:58 +01:00
|
|
|
}
|