diff --git a/public/css/app.css b/public/css/app.css index 5906a23..2c6ae1f 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -220,6 +220,13 @@ } html { + animation-name: animatedbackground; + animation-duration: 50s; + animation-iteration-count: infinite; + background: url('../img/animated.png'); + background-position: center bottom; + background-repeat: repeat-x; + background-attachment: fixed; margin: 0px; font-family: "Helvetica"; src: url('Helvetica.ttf') format('truetype'), ; @@ -230,13 +237,6 @@ } body { - animation-name: animatedbackground; - animation-duration: 50s; - animation-iteration-count: infinite; - background: url('../img/animated.png'); - background-position: center bottom; - background-repeat: repeat-x; - background-attachment: fixed; margin-left: 0px; margin-right: 0px; margin-top: 0px; diff --git a/resources/views/layouts/ide.blade.php b/resources/views/layouts/ide.blade.php index 09c29ed..5c3ebbd 100644 --- a/resources/views/layouts/ide.blade.php +++ b/resources/views/layouts/ide.blade.php @@ -21,10 +21,14 @@
- @yield('popup_content') + @yield('alert')