diff --git a/public/css/style.css b/public/css/style.css index a3ec2a9..a50d774 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -45,6 +45,27 @@ body { } +#new_version_available { + display: none; + position: fixed; + z-index: 1000; + bottom: 0; + left: 0; + right: 0; + background: rgba(255,255,255,0.9); +} +#new_version_available .inner { + padding: 10px; + width: 300px; + margin: 0 auto; + text-align: center; + font-weight: bold; + color: #cf224f; +} + + + + /** * Bootstrap callouts */ diff --git a/views/appcache.php b/views/appcache.php index 50e2d83..8b883d6 100644 --- a/views/appcache.php +++ b/views/appcache.php @@ -12,4 +12,4 @@ CACHE MANIFEST NETWORK: * -# v11 +# v25 diff --git a/views/layout.php b/views/layout.php index 8a207dc..ea1480a 100644 --- a/views/layout.php +++ b/views/layout.php @@ -65,5 +65,11 @@ +