Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
remove old/unused stuffs; set size on the collapsible target
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Aug 16, 2013
1 parent e19a014 commit 7cbcb4f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 157 deletions.
2 changes: 0 additions & 2 deletions Playground/src/css/pg-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ ace-element#ace:not([gridlayout]) {
}

ace-element#ace:not([vertical]) {
width: 540px;
height: auto !important;
}

ace-element#ace[vertical] {
width: auto !important;
height: 200px;
}

pg-output {
Expand Down
1 change: 0 additions & 1 deletion Playground/src/pg-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<link rel="import" href="pg-element-meta.html">
<link rel="import" href="pg-sidebar.html">
<link rel="import" href="pg-view.html">
<!-- <link rel="import" href="pg-view-gridlayout.html"> -->

<polymer-element name="pg-app" flexbox>
<template>
Expand Down
153 changes: 0 additions & 153 deletions Playground/src/pg-view-gridlayout.html

This file was deleted.

2 changes: 1 addition & 1 deletion Playground/src/pg-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>

<polymer-media-query query="max-width: {{responsiveWidth}}" queryMatches="{{queryMatches}}"></polymer-media-query>
<polymer-collapse targetId="ace" horizontal={{!vertical}} fixedSize closed="{{maximized}}"></polymer-collapse>
<polymer-collapse target="{{$.ace}}" horizontal={{!vertical}} fixedSize size="{{vertical ? '200px' : '540px'}}" closed="{{maximized}}"></polymer-collapse>
</template>
<script>
Polymer('pg-view', {
Expand Down

0 comments on commit 7cbcb4f

Please sign in to comment.