Merge branch 'dockerbuild' of https://bitbucket.org/yackob03/quay into dockerbuild

This commit is contained in:
Joseph Schorr 2013-10-24 17:42:17 -04:00
commit 2113fcf54f
25 changed files with 274 additions and 92 deletions

View file

@ -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;
}
@ -711,7 +710,7 @@ p.editable:hover i {
}
.repo-listing i {
font-size: 1.5em;
font-size: 2em;
color: #999;
display: inline-block;
margin-right: 6px;
@ -802,15 +801,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);
}
@ -926,11 +925,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);
}