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