Add empty border-left for non-current entries

This commit is contained in:
Josh Matz
2013-05-05 19:23:19 -05:00
parent e608e5b4da
commit 3606f5682e
2 changed files with 292 additions and 286 deletions

View File

@@ -1,284 +1,289 @@
.pointer { .pointer {
cursor: pointer; cursor: pointer;
} }
.bs-fb ul { .bs-fb ul {
margin-bottom: 0px; margin-bottom: 0px;
} }
.horizontal-align { .horizontal-align {
padding-top: 5px; padding-top: 5px;
line-height: 20px line-height: 20px;
} }
.welcome .header { .welcome .header {
margin: 20px 0 40px 0; margin: 20px 0 40px 0;
} }
.main .spinner { .main .spinner {
display: inline-block; display: inline-block;
margin-left: 11px; margin-left: 11px;
top: -4px; top: -4px;
} }
.icon { .icon {
width: 14px; width: 14px;
height: 14px; height: 14px;
display: block; display: block;
} }
.main .dropdown-menu a { .main .dropdown-menu a {
cursor: pointer; cursor: pointer;
} }
.favicon { .favicon {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
.toolbar { /* admin */
padding-top: 10px; .admin .users-table {
padding-bottom: 10px; height: 400px;
width: 100%; }
z-index: 10;
position: fixed; .toolbar {
background-color: #FFF; padding-top: 10px;
} padding-bottom: 10px;
width: 100%;
.toolbar .donate { z-index: 10;
display: inline-block; position: fixed;
} background-color: #FFF;
}
.entryList {
padding-top: 50px; .toolbar .donate {
} display: inline-block;
}
/* tree*/
.sidebar-nav-fixed { .entryList {
margin-top: 10px; padding-top: 50px;
position: fixed; }
top: 0;
bottom: 0; /* entry list*/
width: 16%; .entrylist-header {
overflow: auto; border-bottom: 1px solid #eeeeee;
} }
.css-treeview { .entrylist-header h3 {
margin-top: 15px; margin: 0;
font-family: inherit; }
font-size: 12px;
white-space: nowrap; .entry-header, .entry-body-content {
} padding-left: 25px;
}
.css-treeview ul {
list-style: none; #feed-accordion .entry {
margin-left: 0px; border-bottom: 1px solid #cccccc;
} }
.css-treeview li { #feed-accordion .no-entries {
line-height: 20px; text-align: center;
} font-weight: bold;
margin-top: 80px;
.css-treeview .fldr { }
cursor: pointer;
display: inline-block; #feed-accordion .entry-heading {
width: 14px; height: 20px;
height: 14px; display: block;
line-height: 14px; color: black;
vertical-align: text-top; cursor: pointer;
margin-top: 1px; padding: 6px 0px;
} }
.css-treeview .error { #feed-accordion .entry-heading .feed-name {
color: red; color: #555;
font-style: italic; display: block;
} overflow: hidden;
white-space: nowrap;
.css-treeview label { position: absolute;
overflow: hidden; width: 145px;
text-overflow: ellipsis; text-overflow: ellipsis;
display: block; }
margin: 3px 0px 3px;
} #feed-accordion .entry-heading .entry-name {
display: block;
.css-treeview label,.css-treeview a,.css-treeview label::before { overflow: hidden;
font-family: inherit; text-overflow: ellipsis;
font-size: 12px; white-space: nowrap;
white-space: nowrap; margin-right: 100px;
} }
.css-treeview .selected { #feed-accordion .entry-heading .shrink {
color: #d14836; margin-left: 150px;
} }
.css-treeview .unread { #feed-accordion .entry-heading .entry-date {
font-weight: bold; display: block;
} position: absolute;
right: 20px;
.css-treeview a { }
cursor: pointer;
color: black; #feed-accordion a.entry-heading:hover {
display: block; text-decoration: none;
overflow: hidden; }
text-overflow: ellipsis;
} #feed-accordion .open {
background-color: #EBEBEB;
.css-treeview a:hover { }
text-decoration: none;
} #feed-accordion .closed:hover {
background-color: #EBEBEB;
.css-treeview li .tree-item:hover { }
background-color: #EBEBEB;
text-decoration: none; #feed-accordion .entry-heading .unread {
} font-weight: bold;
}
.css-treeview .indent1 {
padding-left: 22px; #feed-accordion .entry-body h4 {
} margin-top: 5px;
}
.css-treeview .indent2 {
padding-left: 44px; #feed-accordion .entry-body-content {
} max-width: 650px;
}
.css-treeview .indent3 {
padding-left: 66px; #feed-accordion .entry-buttons {
} background-color: #fafafa;
padding: 3px 0px;
.css-treeview .indent4 { border-top: 1px solid #ebebeb;
padding-left: 88px; }
}
#feed-accordion .entry-buttons .checkbox.inline {
.css-treeview .indent5 { padding-top: 0px;
padding-left: 110px; }
}
#feed-accordion .share-buttons a {
/* entry list*/ color: #333333;
.entrylist-header { padding-left: 5px;
border-bottom: 1px solid #eee; }
}
#feed-accordion .share-buttons a:hover {
.entrylist-header h3 { text-decoration: none;
margin: 0; }
}
#feed-accordion .entry-buttons label {
#feed-accordion .entry { margin-bottom: 0px;
border-bottom: 1px solid #CCCCCC; font-size: 12px;
} }
#feed-accordion .no-entries { #feed-accordion .star {
text-align: center; text-decoration: none;
font-weight: bold; padding: 0px 5px;
margin-top: 80px; }
}
#feed-accordion .icon-star-yellow {
#feed-accordion .entry-heading { color: gold;
height: 20px; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
display: block; }
color: black;
cursor: pointer; #feed-accordion .icon-star-empty {
padding: 6px 0px; color: #555;
} }
#feed-accordion .entry-heading .feed-name { #feed-accordion.expanded .entry {
color: #555; margin-bottom: 50px;
display: block; border-top: 1px solid #ebebeb;
overflow: hidden; border-left: 1px solid transparent;
white-space: nowrap; }
position: absolute;
width: 145px; #feed-accordion.expanded .current {
text-overflow: ellipsis; border-left: 1px solid blue;
} }
#feed-accordion .entry-heading .entry-name { /* tree*/
display: block; .sidebar-nav-fixed {
overflow: hidden; margin-top: 10px;
text-overflow: ellipsis; position: fixed;
white-space: nowrap; top: 0;
margin-right: 100px; bottom: 0;
} width: 16%;
overflow: auto;
#feed-accordion .entry-heading .shrink { }
margin-left: 150px;
} .css-treeview {
margin-top: 15px;
#feed-accordion .entry-heading .entry-date { font-family: inherit;
display: block; font-size: 12px;
position: absolute; white-space: nowrap;
right: 20px; }
}
.css-treeview ul {
#feed-accordion a.entry-heading:hover { list-style: none;
text-decoration: none; margin-left: 0px;
} }
#feed-accordion .open { .css-treeview li {
background-color: #EBEBEB; line-height: 20px;
} }
#feed-accordion .closed:hover { .css-treeview .fldr {
background-color: #EBEBEB; cursor: pointer;
} display: inline-block;
width: 14px;
#feed-accordion .entry-heading .unread { height: 14px;
font-weight: bold; line-height: 14px;
} vertical-align: text-top;
margin-top: 1px;
#feed-accordion .entry-body h4 { }
margin-top: 5px;
} .css-treeview .error {
color: red;
#feed-accordion .entry-body-content { font-style: italic;
max-width: 650px; }
}
.css-treeview label {
#feed-accordion .entry-buttons { overflow: hidden;
background-color: #fafafa; text-overflow: ellipsis;
padding: 3px 0px; display: block;
border-top: 1px solid #ebebeb; margin: 3px 0px 3px;
} }
#feed-accordion .entry-buttons .checkbox.inline { .css-treeview label, .css-treeview a, .css-treeview label::before {
padding-top: 0px; font-family: inherit;
} font-size: 12px;
white-space: nowrap;
#feed-accordion .share-buttons a { }
color: #333333;
padding-left: 5px; .css-treeview .selected {
} color: #d14836;
}
#feed-accordion .share-buttons a:hover {
text-decoration: none; .css-treeview .unread {
} font-weight: bold;
}
#feed-accordion .entry-buttons label {
margin-bottom: 0px; .css-treeview a {
font-size: 12px; cursor: pointer;
} color: black;
display: block;
#feed-accordion .star { overflow: hidden;
text-decoration: none; text-overflow: ellipsis;
padding: 0px 5px; }
}
.css-treeview a:hover {
#feed-accordion .icon-star-yellow { text-decoration: none;
color: gold; }
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
} .css-treeview li .tree-item:hover {
background-color: #EBEBEB;
#feed-accordion .icon-star-empty { text-decoration: none;
color: #555; }
}
.css-treeview .indent1 {
#feed-accordion.expanded .entry { padding-left: 22px;
margin-bottom: 50px; }
border-top: 1px solid #ebebeb;
} .css-treeview .indent2 {
padding-left: 44px;
#feed-accordion.expanded .current { }
border-left: 1px solid blue;
} .css-treeview .indent3 {
padding-left: 66px;
/* admin */ }
.admin .users-table {
height: 400px; .css-treeview .indent4 {
} padding-left: 88px;
}
.css-treeview .indent5 {
padding-left: 110px;
}

View File

@@ -12,8 +12,8 @@
margin: 0; margin: 0;
} }
.entry-body { .entry-header, .entry-body-content {
padding-left: 24px; padding-left: 25px;
} }
#feed-accordion .entry { #feed-accordion .entry {
@@ -127,6 +127,7 @@
#feed-accordion.expanded .entry { #feed-accordion.expanded .entry {
margin-bottom: 50px; margin-bottom: 50px;
border-top: 1px solid #ebebeb; border-top: 1px solid #ebebeb;
border-left: 1px solid transparent;
} }
#feed-accordion.expanded .current { #feed-accordion.expanded .current {