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
Joseph Schorr af468a8c6a - UI feedback fixes: text cutoffs, misformatting fixes, etc
- Add hotkey support for searching and creating repositories
- Make search animations significantly faster
2015-04-08 14:39:52 -04:00

50 lines
No EOL
793 B
CSS

.repository-view .co-nav-title-content {
margin-top: 15px;
margin-bottom: 15px;
}
.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;
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;
}