forgejo/public/less/_dashboard.less

159 lines
2.2 KiB
Plaintext
Raw Normal View History

2015-08-25 14:58:34 +00:00
.dashboard {
padding-top: 15px;
padding-bottom: @footer-margin * 2;
2015-11-13 17:05:48 +00:00
&.feeds,
2015-08-25 14:58:34 +00:00
&.issues {
.context.user.menu {
2015-09-05 23:58:44 +00:00
z-index: 101;
2015-08-25 14:58:34 +00:00
min-width: 200px;
.ui.header {
font-size: 1rem;
text-transform: none;
2015-08-25 14:58:34 +00:00
}
}
.filter.menu {
2015-09-03 07:49:50 +00:00
.item {
text-align: left;
2015-09-07 20:12:58 +00:00
.text {
height: 16px;
vertical-align: middle;
&.truncate {
2015-11-04 17:50:02 +00:00
width: 85%;
}
2015-09-07 20:12:58 +00:00
}
2015-09-03 07:49:50 +00:00
.floating.label {
top: 7px;
2015-09-07 20:12:58 +00:00
left: 90%;
width: 15%;
2015-09-03 07:49:50 +00:00
}
}
2015-11-04 17:50:02 +00:00
// Sort
.jump.item {
margin: 1px;
padding-right: 0;
2015-08-25 14:58:34 +00:00
}
2015-11-04 17:50:02 +00:00
.menu {
max-height: 300px;
overflow-x: auto;
right: 0!important;
left: auto!important;
2015-09-03 07:49:50 +00:00
}
2015-08-25 14:58:34 +00:00
}
2015-08-25 16:01:06 +00:00
.ui.right .head.menu {
margin-top: -5px;
.item.active {
2015-08-25 17:47:05 +00:00
color: #d9453d;
2015-08-25 16:01:06 +00:00
}
}
2015-08-25 14:58:34 +00:00
}
2015-11-13 17:05:48 +00:00
}
&.feeds {
.news {
> .ui.grid {
margin-left: auto;
margin-right: auto;
}
2015-11-13 17:05:48 +00:00
.ui.avatar {
margin-top: 13px;
}
p {
line-height: 1em;
}
.time-since {
font-size: 13px;
}
.issue.title {
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;
}
}
.commit-id {
font-family: Consolas, monospace;
}
2016-01-15 10:00:39 +00:00
code {
padding: 1px;
font-size: 85%;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
word-break: break-all;
}
2015-11-13 17:05:48 +00:00
}
.list {
.header {
2016-07-24 06:32:46 +00:00
.ui.label {
margin-top: -4px;
padding: 4px 5px;
font-weight: normal;
}
2015-12-12 21:53:16 +00:00
.plus.icon {
margin-top: 5px;
}
2015-11-13 17:05:48 +00:00
}
ul {
list-style: none;
margin: 0;
padding-left: 0;
li {
&:not(:last-child) {
border-bottom: 1px solid #EAEAEA;
}
2015-11-13 17:05:48 +00:00
&.private {
background-color: #fcf8e9;
}
a {
padding: 6px 1.2em;
display: block;
.octicon {
color: #888;
2016-07-16 04:45:13 +00:00
&.rear {
font-size: 15px;
}
}
.star-num {
font-size: 12px;
}
}
2015-11-13 17:05:48 +00:00
}
}
.repo-owner-name-list {
.item-name {
max-width: 70%;
margin-bottom: -4px;
}
}
#collaborative-repo-list {
.owner-and-repo {
max-width: 80%;
margin-bottom: -5px;
}
.owner-name {
max-width: 120px;
margin-bottom: -5px;
}
}
2015-11-13 17:05:48 +00:00
}
}