adjust icon css
This commit is contained in:
parent
7b0ae27549
commit
af324a6165
4 changed files with 16 additions and 9 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -84,9 +84,6 @@ pre {
|
|||
}
|
||||
}
|
||||
}
|
||||
i.icon {
|
||||
margin-right: 0!important;
|
||||
}
|
||||
.ui {
|
||||
&.left {
|
||||
float: left;
|
||||
|
|
|
@ -14,9 +14,14 @@
|
|||
.filter.menu {
|
||||
.item {
|
||||
text-align: left;
|
||||
.text {
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.floating.label {
|
||||
top: 7px;
|
||||
left: 95%;
|
||||
left: 90%;
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
.item.active {
|
||||
|
@ -24,7 +29,7 @@
|
|||
color: #FFF;
|
||||
}
|
||||
.item .text {
|
||||
width: 90%;
|
||||
width: 85%;
|
||||
}
|
||||
}
|
||||
.ui.right .head.menu {
|
||||
|
@ -33,5 +38,10 @@
|
|||
color: #d9453d;
|
||||
}
|
||||
}
|
||||
.head.menu {
|
||||
.octicon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue