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-view.css

57 lines
891 B
CSS
Raw Normal View History

2015-03-18 16:16:19 +00:00
.repository-view .co-nav-title-content {
margin-top: 15px;
margin-bottom: 15px;
}
2015-03-10 05:03:39 +00:00
.repository-view .repo-circle {
margin-right: 10px;
}
.repository-view .cor-title-content .repo-star {
margin-left: 20px;
}
.repository-view .repo-star {
color: #aaa;
}
.repository-view .tab-header {
margin-top: 0px;
2015-03-13 22:34:28 +00:00
margin-bottom: 30px;
}
.repository-view .tab-header-controls {
float: right;
}
.repository-view .tab-header-controls .btn .fa {
margin-right: 6px;
}
.repository-view .heading-title {
font-size: 20px;
}
.repository-view .heading-controls {
font-size: 14px;
float: right;
}
.repository-view .heading-controls .btn {
margin-top: -10px;
}
.repository-view .heading-controls .btn .fa {
margin-right: 6px;
}
.repository-view .tag-span {
white-space: nowrap;
2015-04-20 21:42:33 +00:00
}
2015-04-21 19:48:37 +00:00
@media (max-width: 767px) {
.repository-view .cor-title-content {
padding-top: 8px;
2015-04-21 19:48:37 +00:00
}
}