This commit is contained in:
Anna Sudnitsina 2018-03-27 21:48:24 +03:00
parent 71495ea7b8
commit b4481647b7

View File

@ -18,7 +18,7 @@
} }
.header { .header {
z-index: 99; z-index: 2;
dispaly: block; dispaly: block;
color: black; color: black;
background: linear-gradient(#f3f3f3, #e0e0e0); background: linear-gradient(#f3f3f3, #e0e0e0);
@ -91,7 +91,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
background: #fff; background: #fff;
z-index: 50; z-index: 1;
} }
#page-preloader .spinner { #page-preloader .spinner {
width: 32px; width: 32px;
@ -111,7 +111,7 @@
</style> </style>
</head> </head>
<body> <body>
<div id="page-preloader"><span class="spinner"></span></div>
<div class='header'> <a href="{% url 'all_posts' %}" class='logo'>LOGO </a> <div class='header'> <a href="{% url 'all_posts' %}" class='logo'>LOGO </a>
<a href="{% url 'image_new' %}" class='right-menu'>new image</a> <a href="{% url 'image_new' %}" class='right-menu'>new image</a>
<a href="{% url 'all_posts' %}" class='right-menu'>all images</a> <a href="{% url 'all_posts' %}" class='right-menu'>all images</a>
@ -123,7 +123,7 @@
</ul> </ul>
</ul> </ul>
</div> </div>
<div id="page-preloader"><span class="spinner"></span></div>
{% block content %} {% block content %}
{% endblock%} {% endblock%}
</body> </body>