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

Commit

Permalink
update Pica to use polymer-ui-scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 11, 2013
1 parent 10b73d6 commit 89effe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pica/components/css/pi-app.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
visibility: hidden;
}

polymer-ui-basic-app#panels {
polymer-ui-scaffold#panels {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
Expand Down
6 changes: 3 additions & 3 deletions pica/components/pi-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* license that can be found in the LICENSE file.
*/
-->
<link rel="import" href="../../../polymer-ui-elements/polymer-ui-basic-app/polymer-ui-basic-app.html">
<link rel="import" href="../../../polymer-ui-elements/polymer-ui-scaffold/polymer-ui-scaffold.html">
<link rel="import" href="../../../polymer-ui-elements/polymer-ui-pages/polymer-ui-pages.html">
<link rel="import" href="../../../polymer-ui-elements/polymer-ui-menu-item/polymer-ui-menu-item.html">
<link rel="import" href="../../../polymer-ui-elements/polymer-ui-sidebar-menu/polymer-ui-sidebar-menu.html">
Expand All @@ -21,7 +21,7 @@
<template>
<link rel="stylesheet" href="css/pi-app.css">

<polymer-ui-basic-app id="panels" hideMenuButton menuActive="{{menuActive}}">
<polymer-ui-scaffold id="panels" hideMenuButton menuActive="{{menuActive}}">
<polymer-ui-sidebar-menu id="ribbon" navigation offscreen="basement" class="custom-panel" label="Pica"
selected="{{ribbonSelected}}" valueattr="label" on-polymer-activate="showMain" theme="polymer-ui-dark-theme">
<polymer-ui-menu-item label="Home" src="../images/ribbon_home_lightreg.png"></polymer-ui-menu-item>
Expand Down Expand Up @@ -53,7 +53,7 @@
<pi-accounts accounts="{{$.accountsModel}}"></pi-accounts>
</template></div>
</polymer-ui-pages>
</polymer-ui-basic-app>
</polymer-ui-scaffold>

<pi-accounts-model id="accountsModel"></pi-accounts-model>
</template>
Expand Down

0 comments on commit 89effe6

Please sign in to comment.