Update to Font Awesome 4.
This commit is contained in:
parent
32ccc599fb
commit
b4d916bcc5
15 changed files with 80 additions and 81 deletions
|
@ -19,8 +19,7 @@
|
|||
width: 40px;
|
||||
}
|
||||
|
||||
.repo-circle .icon-lock {
|
||||
font-size: 50%;
|
||||
.repo-circle .fa-lock {
|
||||
position: absolute;
|
||||
bottom: -6px;
|
||||
right: 0px;
|
||||
|
@ -31,11 +30,11 @@
|
|||
text-align: center;
|
||||
height: 20px;
|
||||
line-height: 21px;
|
||||
font-size: 12px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.repo-circle.no-background .icon-lock {
|
||||
bottom: -4px;
|
||||
.repo-circle.no-background .fa-lock {
|
||||
bottom: 2px;
|
||||
right: -6px;
|
||||
color: #444;
|
||||
}
|
||||
|
@ -660,7 +659,7 @@ p.editable:hover i {
|
|||
}
|
||||
|
||||
.repo-listing i {
|
||||
font-size: 1.5em;
|
||||
font-size: 2em;
|
||||
color: #999;
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
|
@ -751,15 +750,15 @@ p.editable:hover i {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.repo .changes-container i.icon-plus-sign-alt {
|
||||
.repo .changes-container i.fa-plus-square {
|
||||
color: rgb(73, 209, 73);
|
||||
}
|
||||
|
||||
.repo .changes-container i.icon-minus-sign-alt {
|
||||
.repo .changes-container i.fa-minus-square {
|
||||
color: rgb(209, 73, 73);
|
||||
}
|
||||
|
||||
.repo .changes-container i.icon-edit-sign {
|
||||
.repo .changes-container i.fa-pencil-square {
|
||||
color: rgb(73, 100, 209);
|
||||
}
|
||||
|
||||
|
@ -875,11 +874,11 @@ p.editable:hover i {
|
|||
width: 580px;
|
||||
}
|
||||
|
||||
.repo-admin .repo-access-state .state-icon i.icon-lock {
|
||||
.repo-admin .repo-access-state .state-icon i.fa-lock {
|
||||
background: rgb(253, 191, 191);
|
||||
}
|
||||
|
||||
.repo-admin .repo-access-state .state-icon i.icon-unlock-alt {
|
||||
.repo-admin .repo-access-state .state-icon i.fa-unlock-alt {
|
||||
background: rgb(170, 236, 170);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue