mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
milestone: create page
This commit is contained in:
@@ -75,6 +75,9 @@ footer {
|
||||
text-align: center;
|
||||
color: #428bca;
|
||||
}
|
||||
.ui.language.dropdown {
|
||||
z-index: 10000;
|
||||
}
|
||||
.links >* {
|
||||
border-left: 1px solid #d6d6d6;
|
||||
padding-left: 8px;
|
||||
|
@@ -51,6 +51,9 @@
|
||||
border: 1px solid rgba(0,0,0,.15);
|
||||
}
|
||||
}
|
||||
&.input {
|
||||
margin-right: -7px;
|
||||
}
|
||||
.new-label-input {
|
||||
width: 150px;
|
||||
}
|
||||
@@ -180,6 +183,9 @@
|
||||
.issue-stats .octicon{
|
||||
padding-left: 5px;
|
||||
}
|
||||
.overdue {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
.operate {
|
||||
margin-top: -15px;
|
||||
@@ -198,6 +204,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&.new.milestone {
|
||||
textarea {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.edit-label.modal {
|
||||
|
Reference in New Issue
Block a user