This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/css/pages/repo-list.css

43 lines
692 B
CSS
Raw Normal View History

.repo-list .repo-list-panel {
padding: 20px;
padding-top: 20px;
}
.repo-list .repo-list-panel .btn-group {
float: right;
margin-bottom: 10px;
}
.repo-list .repo-list-namespaces h4 {
margin: 6px;
margin-bottom: 20px;
}
.repo-list .namespaces-list {
margin: 4px;
padding: 0px;
margin-bottom: 0px;
}
.repo-list .namespaces-list li {
list-style: none;
margin: 4px;
margin-bottom: 10px;
font-size: 16px;
}
.repo-list .namespaces-list li .avatar {
margin-right: 10px;
}
2015-04-06 17:52:38 +00:00
.repo-list .new-org {
margin-top: 20px !important;
padding-top: 14px;
border-top: 1px solid #eee;
}
.repo-list .new-org i.fa {
width: 30px;
margin-right: 10px;
text-align: center;
}