Commit f390a6e1a83af835ea5f7576c225a9321ee3f309

Authored by Luigi Serra
1 parent de1fbec1

elements position updates

controllets/animated-button-container-controllet/animated-button-container-controllet.html
... ... @@ -138,7 +138,8 @@
138 138 <neon-animated-pages id="pages" selected="[[selected]]" entry-animation="[[entryAnimation]]" exit-animation="[[exitAnimation]]">
139 139 <neon-animatable><div id="hidden"></div></neon-animatable>
140 140 <neon-animatable>
141   - <paper-material elevation="3" id="window" class="window">
  141 + <paper-material elevation="5" id="window" class="window">
  142 + <div style="position:fixed; top:0; left:0; width:100%; height:100%; background-color: rgba(0, 0, 0, 0.4);"></div>
142 143 <paper-toolbar id="toolbar">
143 144 <search-panel-controllet id="search_from_animated_button_container" left-direction="true"></search-panel-controllet>
144 145 <paper-fab id="close" mini icon="close" on-click="_onCloseClick"></paper-fab>
... ...