mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
able edit issue title
This commit is contained in:
@@ -151,6 +151,16 @@
|
||||
font-weight: 300;
|
||||
font-size: 3rem;
|
||||
margin-bottom: 5px;
|
||||
.ui.input {
|
||||
font-size: 0.5em;
|
||||
vertical-align: top;
|
||||
width: 50%;
|
||||
min-width: 600px;
|
||||
input {
|
||||
font-size: 1.5em;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.index {
|
||||
font-weight: 300;
|
||||
@@ -160,6 +170,9 @@
|
||||
.label {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.edit-zone {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
.comment-list {
|
||||
&:before {
|
||||
@@ -187,6 +200,15 @@
|
||||
border: 1px solid rgba(0,0,0,0.1);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.actions {
|
||||
.item {
|
||||
float: left;
|
||||
}
|
||||
a.item {
|
||||
margin-top: 6px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
.content {
|
||||
margin-left: 4em;
|
||||
.header {
|
||||
|
Reference in New Issue
Block a user