diff --git a/static/css/quay.css b/static/css/quay.css index 153351ffe..409ebad1c 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -11,6 +11,10 @@ display: none; } +p.editable { + display: inline-block; +} + p.editable .content:empty:after { display: inline-block; content: "(Click to add)"; @@ -67,19 +71,29 @@ p.editable:hover i { .repo .pull-command { float: right; display: inline-block; -} - -.repo .pull-command { font-size: 1.2em; } +.repo .pull-command .pull-container { + display: inline-block; + width: 300px; + margin-right: 10px; + vertical-align: middle; +} + .repo .pull-command input { + cursor: default; + background: white; color: #666; padding: 4px; border: 1px solid #ddd; width: 300px; } +.repo #copyClipboard { + cursor: pointer; +} + .repo .settings-cog { margin-left: 20px; } diff --git a/static/js/ZeroClipboard.min.js b/static/js/ZeroClipboard.min.js new file mode 100755 index 000000000..32535fddf --- /dev/null +++ b/static/js/ZeroClipboard.min.js @@ -0,0 +1,8 @@ +/*! + * zeroclipboard + * The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. + * Copyright 2012 Jon Rohan, James M. Greene, . + * Released under the MIT license + * http://jonrohan.github.com/ZeroClipboard/ + * v1.1.7 + */(function(){"use strict";var a=function(a,b){var c=a.style[b];a.currentStyle?c=a.currentStyle[b]:window.getComputedStyle&&(c=document.defaultView.getComputedStyle(a,null).getPropertyValue(b));if(c=="auto"&&b=="cursor"){var d=["a"];for(var e=0;e=0?"&":"?")+"nocache="+(new Date).getTime()},i=function(a){var b=[];return a.trustedDomains&&(typeof a.trustedDomains=="string"?b.push("trustedDomain="+a.trustedDomains):b.push("trustedDomain="+a.trustedDomains.join(","))),b.join("&")},j=function(a,b){if(b.indexOf)return b.indexOf(a);for(var c=0,d=b.length;c ';b=document.createElement("div"),b.id="global-zeroclipboard-html-bridge",b.setAttribute("class","global-zeroclipboard-container"),b.setAttribute("data-clipboard-ready",!1),b.style.position="absolute",b.style.left="-9999px",b.style.top="-9999px",b.style.width="15px",b.style.height="15px",b.style.zIndex="9999",b.innerHTML=c,document.body.appendChild(b)}a.htmlBridge=b,a.flashBridge=document["global-zeroclipboard-flash-bridge"]||b.children[0].lastElementChild};l.prototype.resetBridge=function(){this.htmlBridge.style.left="-9999px",this.htmlBridge.style.top="-9999px",this.htmlBridge.removeAttribute("title"),this.htmlBridge.removeAttribute("data-clipboard-text"),f(m,this.options.activeClass),m=null,this.options.text=null},l.prototype.ready=function(){var a=this.htmlBridge.getAttribute("data-clipboard-ready");return a==="true"||a===!0},l.prototype.reposition=function(){if(!m)return!1;var a=g(m);this.htmlBridge.style.top=a.top+"px",this.htmlBridge.style.left=a.left+"px",this.htmlBridge.style.width=a.width+"px",this.htmlBridge.style.height=a.height+"px",this.htmlBridge.style.zIndex=a.zIndex+1,this.setSize(a.width,a.height)},l.dispatch=function(a,b){l.prototype._singleton.receiveEvent(a,b)},l.prototype.on=function(a,b){var c=a.toString().split(/\s/g);for(var d=0;d
- Get this repository: + Get this repository: + +
+
+ + + + +
+
+

{{repo.description}}

diff --git a/templates/index.html b/templates/index.html index 9c489601e..17b84f58a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,6 +21,8 @@ + +