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

Remove Nexus S releated code.

If it's not used, then it's better if the code for it doesn't exist at
all, or it will just get out of sync, which has already happened.
parent 0c734892
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -61,11 +61,6 @@ Ext.define('Docs.controller.Examples', {
                    }, this, {
                        delegate: 'button.iphone'
                    });
                    cmp.el.addListener('click', function(e, el) {
                        this.changeDevice('nexus');
                    }, this, {
                        delegate: 'button.nexus'
                    });
                    cmp.el.addListener('click', function(e, el) {
                        this.changeOrientation('portrait');
                    }, this, {
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ Ext.define('Docs.view.examples.Container', {
                    '<div class="devices">',
                        '<button class="selected ipad">iPad</button>',
                        '<button class="iphone">iPhone</button>',
                        // '<button class="nexus">Nexus S</button>',
                    '</div>',
                    '<span class="separator">&nbsp;</span>',
                    '<div class="orientations">',
−25.5 KiB
Loading image diff...
−25.4 KiB
Loading image diff...
+2 −13
Original line number Diff line number Diff line
@@ -1232,21 +1232,10 @@ a {
  height: 724px;
  background: url(../images/iphone-p.jpg) no-repeat; }

.nexus.landscape {
  padding: 26px 117px;
  width: 724px;
  height: 368px;
  background: url(../images/nexus-l.jpg) no-repeat; }

.nexus.portrait {
  padding: 127px 26px;
  width: 368px;
  height: 724px;
  background: url(../images/nexus-p.jpg) no-repeat; }

.example-container {
  h1 {
    padding: 15px 0 !important; } }

.example-toolbar {
  height: 35px;
  padding: 7px 5px;