bench-forgejo/public/less/_dashboard.less

55 lines
811 B
Plaintext
Raw Normal View History

2015-08-25 20:28:34 +05:30
.dashboard {
padding-top: 15px;
padding-bottom: @footer-margin * 2;
&.issues {
.context.user.menu {
2015-09-06 05:28:44 +05:30
z-index: 101;
2015-08-25 20:28:34 +05:30
min-width: 200px;
.ui.header {
font-size: 1rem;
text-transform: none;
}
}
.filter.menu {
2015-09-03 13:19:50 +05:30
.item {
text-align: left;
2015-09-08 01:42:58 +05:30
.text {
height: 16px;
vertical-align: middle;
2015-11-04 23:20:02 +05:30
&.truncate {
width: 85%;
}
2015-09-08 01:42:58 +05:30
}
2015-09-03 13:19:50 +05:30
.floating.label {
top: 7px;
2015-09-08 01:42:58 +05:30
left: 90%;
width: 15%;
2015-09-03 13:19:50 +05:30
}
}
2015-11-04 23:20:02 +05:30
// Sort
.jump.item {
margin: 1px;
padding-right: 0;
2015-08-25 20:28:34 +05:30
}
2015-11-04 23:20:02 +05:30
.menu {
max-height: 300px;
overflow-x: auto;
right: 0!important;
left: auto!important;
2015-09-03 13:19:50 +05:30
}
2015-08-25 20:28:34 +05:30
}
2015-08-25 21:31:06 +05:30
.ui.right .head.menu {
margin-top: -5px;
.item.active {
2015-08-25 23:17:05 +05:30
color: #d9453d;
2015-08-25 21:31:06 +05:30
}
}
2015-09-08 01:42:58 +05:30
.head.menu {
.octicon {
margin-right: 5px;
}
}
2015-08-25 20:28:34 +05:30
}
}