1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-01 08:21:21 +03:00
gitea/public/less/_dashboard.less

55 lines
811 B
Plaintext
Raw Normal View History

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