Commit d7a7f8a4ee8613f1656f82250beb077caf5e6349

Authored by Luigi Serra
1 parent 8a0bbd62

updates

controllets/animated-button-container-controllet/animated-button-container-controllet.html
@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
88 search-panel-controllet{ 88 search-panel-controllet{
89 position: relative; 89 position: relative;
90 top: -5px; 90 top: -5px;
91 - left: 80px; 91 + roght: 80px;
92 } 92 }
93 93
94 .button-container{ 94 .button-container{
@@ -137,16 +137,16 @@ @@ -137,16 +137,16 @@
137 <neon-animatable><div id="hidden"></div></neon-animatable> 137 <neon-animatable><div id="hidden"></div></neon-animatable>
138 <neon-animatable> 138 <neon-animatable>
139 <paper-material elevation="3" id="window" class="window"> 139 <paper-material elevation="3" id="window" class="window">
140 - <paper-fab id="close" mini icon="close" on-click="_onCloseClick"></paper-fab>  
141 <paper-toolbar id="toolbar"> 140 <paper-toolbar id="toolbar">
142 <search-panel-controllet id="search_from_animated_button_container"></search-panel-controllet> 141 <search-panel-controllet id="search_from_animated_button_container"></search-panel-controllet>
143 </paper-toolbar> 142 </paper-toolbar>
  143 + <paper-fab id="close" mini icon="close" on-click="_onCloseClick"></paper-fab>
144 <div id="container_content"><content></content></div> 144 <div id="container_content"><content></content></div>
145 </paper-material> 145 </paper-material>
146 </neon-animatable> 146 </neon-animatable>
147 </neon-animated-pages> 147 </neon-animated-pages>
148 148
149 - <div class="horizontal layout" style="height: 64px;"> 149 + <div class="horizontal layout">
150 <!--<paper-fab mini icon="{{icon}}" id="open" on-click="_onOpenClick"></paper-fab>--> 150 <!--<paper-fab mini icon="{{icon}}" id="open" on-click="_onOpenClick"></paper-fab>-->
151 <span class="button-container" id="open" on-click="_onOpenClick"> 151 <span class="button-container" id="open" on-click="_onOpenClick">
152 <iron-icon id="button" icon="{{icon}}"></iron-icon> 152 <iron-icon id="button" icon="{{icon}}"></iron-icon>
@@ -192,11 +192,11 @@ @@ -192,11 +192,11 @@
192 }, 192 },
193 iconHeight:{ 193 iconHeight:{
194 type: String, 194 type: String,
195 - value: "64" 195 + value: "36"
196 }, 196 },
197 iconWidth:{ 197 iconWidth:{
198 type: String, 198 type: String,
199 - value: "64" 199 + value: "36"
200 }, 200 },
201 backgroundButtonColor:{ 201 backgroundButtonColor:{
202 type: String, 202 type: String,