Commit a4b489a5 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Align "Open in new window" button to right.

Looks better IMHO.

In the case of Touch examples, the separator is no more needed
in this case.
parent 8175b7be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ Ext.define('Docs.view.examples.TouchContainer', {
                        '<button class="landscape selected">Landscape</button>',
                        '<button class="portrait">Portrait</button>',
                    '</div>',
                    '<span class="separator">&nbsp;</span>',
                    '<div>',
                        '<button class="new-window">Open in new window</button>',
                    '</div>',
+3 −1
Original line number Diff line number Diff line
@@ -118,4 +118,6 @@ pre.inline-example {
    margin: 0 10px;
    display: inline-block;
    float: left;
    width: 1px;} }
    width: 1px; }
  .new-window {
    float: right; } }