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/quay.css
2013-09-26 18:48:22 -04:00

77 lines
No EOL
1 KiB
CSS

.editable i {
opacity: 0.2;
font-size: 85%;
margin-left: 10px;
display: inline-block;
transition: opacity 500ms ease-in-out;
}
.noteditable i {
display: none;
}
p.editable .content:empty:after {
display: inline-block;
content: "(Click to add)";
color: #aaa;
}
p.editable:hover {
cursor: pointer;
}
p.editable:hover i {
opacity: 1;
}
.tag-dropdown {
display: inline-block;
padding: 6px;
border: 1px solid #ddd;
margin-right: 15px;
margin-bottom: 5px;
}
.modal-body textarea {
width: 100%;
height: 150px;
border: 0px;
}
.repo .header {
margin-bottom: 10px;
position: relative;
}
.repo .description {
margin-bottom: 40px;
}
.repo dl.dl-horizontal dt {
width: 60px;
}
.repo dl.dl-horizontal dd {
margin-left: 80px;
}
.repo .header h3 {
display: inline-block;
}
.repo .pull-command {
float: right;
display: inline-block;
}
.repo .pull-command {
font-size: 1.2em;
}
.repo .pull-command input {
color: #666;
padding: 4px;
border: 1px solid #ddd;
width: 300px;
}