aboutsummaryrefslogtreecommitdiff
path: root/public/less/_dashboard.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r--public/less/_dashboard.less82
1 files changed, 77 insertions, 5 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less
index d1b194bd..2a3d9734 100644
--- a/public/less/_dashboard.less
+++ b/public/less/_dashboard.less
@@ -2,6 +2,7 @@
padding-top: 15px;
padding-bottom: @footer-margin * 2;
+ &.feeds,
&.issues {
.context.user.menu {
z-index: 101;
@@ -17,6 +18,9 @@
.text {
height: 16px;
vertical-align: middle;
+ &.truncate {
+ width: 85%;
+ }
}
.floating.label {
top: 7px;
@@ -24,12 +28,17 @@
width: 15%;
}
}
- .item.active {
- background-color: #4183c4;
- color: #FFF;
+
+ // Sort
+ .jump.item {
+ margin: 1px;
+ padding-right: 0;
}
- .item .text {
- width: 85%;
+ .menu {
+ max-height: 300px;
+ overflow-x: auto;
+ right: 0!important;
+ left: auto!important;
}
}
.ui.right .head.menu {
@@ -44,4 +53,67 @@
}
}
}
+}
+
+&.feeds {
+ .news {
+ .ui.avatar {
+ margin-top: 13px;
+ }
+ p {
+ line-height: 1em;
+ }
+ .time-since {
+ font-size: 13px;
+ }
+ .issue.title {
+ line-height: 1em;
+ width: 80%;
+ }
+ .push.news .content ul {
+ font-size: 13px;
+ list-style: none;
+ padding-left: 10px;
+
+ img {
+ margin-bottom: -2px;
+ }
+ .text.truncate {
+ width: 80%;
+ margin-bottom: -5px;
+ }
+ }
+ }
+
+ .list {
+ .header {
+ padding-top: 10px;
+ padding-bottom: 5px;
+ }
+ ul {
+ list-style: none;
+ margin: 0;
+ padding-left: 0;
+
+ li {
+ &:not(:last-child) {
+ border-bottom: 1px solid #EAEAEA;
+ }
+
+ &.private {
+ background-color: #fcf8e9;
+ }
+
+ a {
+ padding: 6px 1.2em;
+ display: block;
+
+ .octicon {
+ margin-right: 6px;
+ color: #888;
+ }
+ }
+ }
+ }
+ }
} \ No newline at end of file