Commit bde3a33f19cf127584be20470d356aa2c3c3058e

Authored by Luigi Serra
1 parent f4f24b9d

containers layout updates

controllets/animated-button-container-controllet/animated-button-container-controllet.html
... ... @@ -27,9 +27,9 @@
27 27 }
28 28  
29 29 .window {
30   - position: absolute;
31   - top: 64px;
32   - left: 0px;
  30 + position: fixed;
  31 + top: 25%;
  32 + left: 25%;
33 33 z-index: 1000;
34 34 }
35 35  
... ...