mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 18:58:38 +00:00
ui - issue view - fix icon position (#7354)
* issue view - fix icon position - move style from template to css - add bullets to: key, circle-slash, comment Signed-off-by: Michael Gnehr <michael@gnehr.de> * add border to symbols Signed-off-by: Michael Gnehr <michael@gnehr.de> * fix circle slash position Signed-off-by: Michael Gnehr <michael@gnehr.de> * fix top margin Signed-off-by: Michael Gnehr <michael@gnehr.de> * changed mixed space/tab indent to tabindent only Signed-off-by: Michael Gnehr <michael@gnehr.de>
This commit is contained in:
@@ -920,6 +920,45 @@
|
||||
margin: 15px 0 15px 79px;
|
||||
padding-left: 25px;
|
||||
|
||||
& > .octicon:not(.issue-symbol) {
|
||||
text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
|
||||
}
|
||||
|
||||
& > .octicon.issue-symbol {
|
||||
font-size: 20px;
|
||||
margin-left: -35px;
|
||||
margin-right: -1px;
|
||||
margin-top: 0 !important;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 28px;
|
||||
background: #eee;
|
||||
|
||||
&::before {
|
||||
width: 15px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&.octicon-key::before {
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
&.octicon-circle-slash::before {
|
||||
width: 17px;
|
||||
}
|
||||
|
||||
&.octicon-comment {
|
||||
font-size: 21px;
|
||||
line-height: 33px;
|
||||
|
||||
&::before {
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.octicon {
|
||||
width: 30px;
|
||||
float: left;
|
||||
@@ -933,6 +972,7 @@
|
||||
}
|
||||
|
||||
&.octicon-primitive-dot {
|
||||
margin-top: -1px;
|
||||
margin-left: -28.5px;
|
||||
margin-right: -1px;
|
||||
font-size: 30px;
|
||||
@@ -940,21 +980,15 @@
|
||||
}
|
||||
|
||||
&.octicon-bookmark {
|
||||
margin-top: 3px;
|
||||
margin-top: 2px;
|
||||
margin-left: -31px;
|
||||
margin-right: -1px;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
&.octicon-comment {
|
||||
margin-top: 4px;
|
||||
margin-left: -35px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
&.octicon-eye {
|
||||
margin-top: 3px;
|
||||
margin-left: -35px;
|
||||
margin-left: -36px;
|
||||
margin-right: 0;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user