Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
addcpm-json
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Александр Чаплыгин
addcpm-json
Commits
cd48936b
Commit
cd48936b
authored
Apr 16, 2020
by
Александр Чаплыгин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading во время запросов
parent
1fbeeebc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
10 deletions
+23
-10
styles-amsystem.css
src/public/css/styles-amsystem.css
+23
-10
No files found.
src/public/css/styles-amsystem.css
View file @
cd48936b
...
...
@@ -42,16 +42,6 @@
background-color
:
#2E6DA4
;
}
.form-group-data
{
display
:
none
;
}
.form-group-data.selected
{
display
:
block
;
}
/* Стили из админки */
input
[
type
=
"checkbox"
],
...
...
@@ -1039,4 +1029,26 @@ textarea#cities-codes
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment