Add UI for a pull command box. ZeroClipboard will come next.

This commit is contained in:
Joseph Schorr 2013-09-26 18:21:29 -04:00
parent 2e476625de
commit 68cc25b197
2 changed files with 28 additions and 1 deletions

View file

@ -41,6 +41,7 @@ p.editable:hover .glyphicon {
.repo .header {
margin-bottom: 10px;
position: relative;
}
.repo .description {
@ -54,3 +55,23 @@ p.editable:hover .glyphicon {
.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;
}