Explorar el Código

Добавил надпись о демонстрационной версии сайта

Andrei hace 2 años
padre
commit
913871fc47

+ 1 - 1
static/css/base.css

@@ -6,7 +6,7 @@ body {
     min-height: 100%;
 }
 .navbar {
-    margin-top: -1.1vw;
+    margin-top: -1.4vw;
     background-color: #dcb495;
     display: inline-flex;
     height: 8vw;

+ 1 - 0
static/css/login.css

@@ -2,6 +2,7 @@
     display: none;
 }
 .login_page {
+    margin-top: -1.1vw;
     display: flex;
     justify-content: center;
     align-items: center;

+ 1 - 0
static/css/main.css

@@ -6,6 +6,7 @@ main, html {
     margin-bottom: 60%;
 }
 .header_block {
+    margin-top: -1.1vw;
     width: 100%;
     height: 75vw;
     background-position: center;

+ 1 - 0
static/css/page_error.css

@@ -2,6 +2,7 @@
     display: none !important;
 }
 .page_error {
+    margin-top: -1.4vw;
     height: 55vw;
     background-color: #dcb495;
     display: flex;

+ 1 - 0
static/css/recovery.css

@@ -1,6 +1,7 @@
 .recovery_page {
     height: 60vw;
     background-color: #dcb495;
+    margin-top: -1.1vw;
 }
 .recovery {
     width: 100%;

+ 1 - 0
static/css/register.css

@@ -2,6 +2,7 @@
     display: none;
 }
 .register_page {
+    margin-top: -1.1vw;
     display: flex;
     justify-content: center;
     align-items: center;

+ 1 - 1
templates/base.html

@@ -13,7 +13,7 @@
     <title>{{title}}</title>
 </head>
 <body>
-<div class="alert alert-danger" role="alert">
+<div class="alert alert-danger mess_block" role="alert">
     <h4 style="text-align:center;">Это деманстрационная версия сайта, пока что мы не рекомендуем сохранять здесь важные данные</h4>
 </div>
 <script