loading во время запросов

parent 1fbeeebc
...@@ -42,16 +42,6 @@ ...@@ -42,16 +42,6 @@
background-color: #2E6DA4; background-color: #2E6DA4;
} }
.form-group-data
{
display: none;
}
.form-group-data.selected
{
display: block;
}
/* Стили из админки */ /* Стили из админки */
input[type="checkbox"], input[type="checkbox"],
...@@ -1038,5 +1028,27 @@ textarea#cities-codes ...@@ -1038,5 +1028,27 @@ textarea#cities-codes
{ {
width: 100px; width: 100px;
} }
.form-group-data
{
display: none;
position: relative;
}
.form-group-data.selected
{
display: block;
}
.b-content__loading
{
display: none;
position: absolute;
width: 100%;
height: 100%;
background: #FFF url('../img/gif-load.gif') center center no-repeat;
opacity: 0.5;
z-index: 1;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment