Loading app/assets/css/editor.css +4 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,10 @@ padding-top: 10px; } .editor-input{ cursor: pointer !important; font-size: 10px; } @media (max-width: 992px){ .editor-square--noPadding{ height: 175px; Loading app/partials/marketing/editor.html +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
app/assets/css/editor.css +4 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,10 @@ padding-top: 10px; } .editor-input{ cursor: pointer !important; font-size: 10px; } @media (max-width: 992px){ .editor-square--noPadding{ height: 175px; Loading
app/partials/marketing/editor.html +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading