Commit 2e2a97ee authored by santiaago's avatar santiaago
Browse files

remove download button, add input read only.

parent 50c2f0fa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@
    padding-top: 10px;
}

.editor-input{
    cursor: pointer !important;
    font-size: 10px;
}
@media (max-width: 992px){
    .editor-square--noPadding{
	height: 175px;
+2 −2
Original line number Diff line number Diff line
@@ -99,8 +99,8 @@
	</div>
      </div>
      <div class="row editor-row--padding">
        <div class="col-xs-8 col-xs-offset-2">
	  <a href="/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg" class="btn btn-primary btn-block tg-btn" download="tinygraphs">DOWNLOAD</a>
        <div class="col-xs-12">
	  <input class="editor-input form-control" type="text" readonly="readonly" onfocus="this.select();" onmouseup="return false;" value="http://tinygraphs.com/{{editorShape}}/{{editorName}}?theme={{editorTheme}}&numcolors={{editorColorNumber}}&size=220&fmt=svg">
	</div>
      </div>
    </div>