Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
0b9eec41
Commit
0b9eec41
authored
3 years ago
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix record presence screen style
parent
1611fdbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
common.css
outils/static/css/common.css
+2
-1
index.html
templates/members/index.html
+8
-6
No files found.
outils/static/css/common.css
View file @
0b9eec41
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
.red
{
color
:
#FF0000
;}
.red
{
color
:
#FF0000
;}
.b_red
,
.b_less_than_25pc
{
background
:
#ff3333
!important
;}
.b_red
,
.b_less_than_25pc
{
background
:
#ff3333
!important
;}
.loading
{
background-image
:
url("/static/img/ajax-loader.gif")
;
background-repeat
:
no-repeat
;}
.loading
{
background-image
:
url("/static/img/ajax-loader.gif")
;
background-repeat
:
no-repeat
;}
.loading2
{
display
:
none
;}
.loading2
{
display
:
none
;
position
:
absolute
;
top
:
-20px
;}
.loading2-container
{
position
:
relative
;}
body
{
background
:
#fff
;
margin
:
5px
;}
body
{
background
:
#fff
;
margin
:
5px
;}
a
,
a
:active
,
a
:focus
,
a
,
a
:active
,
a
:focus
,
...
...
This diff is collapsed.
Click to expand it.
templates/members/index.html
View file @
0b9eec41
...
@@ -178,18 +178,20 @@
...
@@ -178,18 +178,20 @@
<section
id=
"service_validation"
class=
"col-6 grid-6 has-gutter"
>
<section
id=
"service_validation"
class=
"col-6 grid-6 has-gutter"
>
<div
class=
"col-2"
></div>
<div
class=
"col-2"
></div>
<a
class=
"col-2 btn present"
>
{{CONFIRME_PRESENT_BTN|safe}}
</a>
<a
class=
"col-2 btn present"
>
{{CONFIRME_PRESENT_BTN|safe}}
</a>
<span
class=
"loading2"
><img
width=
"75"
src=
"/static/img/Pedro_luis_romani_ruiz.gif"
alt=
"Chargement en cours...."
/></span>
<div
class=
"col-2 loading2-container"
>
<div
class=
"col-2"
></div>
<span
class=
"loading2"
><img
width=
"75"
src=
"/static/img/Pedro_luis_romani_ruiz.gif"
alt=
"Chargement en cours...."
/></span>
</div>
</section>
</section>
<div
id=
"associated_service_validation"
>
<div
id=
"associated_service_validation"
>
<p
class=
"col-6 txtcenter"
>
Qui est présent à ce service ?
</p>
<p
class=
"col-6 txtcenter"
>
Qui est présent à ce service ?
</p>
<section
class=
"col-6 grid-
6
has-gutter"
>
<section
class=
"col-6 grid-
5
has-gutter"
>
<div
class=
"col-
2
"
></div>
<div
class=
"col-
1
"
></div>
<a
id=
"associated_btn"
class=
" btn present"
>
Membre
</a>
<a
id=
"associated_btn"
class=
" btn present"
>
Membre
</a>
<a
id=
"partner_btn"
class=
" btn present"
>
Associé
</a>
<a
id=
"partner_btn"
class=
" btn present"
>
Associé
</a>
<a
id=
"both_btn"
class=
" btn present"
>
Les deux
</a>
<a
id=
"both_btn"
class=
" btn present"
>
Les deux
</a>
<span
class=
"loading2"
><img
width=
"75"
src=
"/static/img/Pedro_luis_romani_ruiz.gif"
alt=
"Chargement en cours...."
/></span>
<div
class=
"col-1 loading2-container"
>
<div
class=
"col-2"
></div>
<span
class=
"loading2"
><img
width=
"75"
src=
"/static/img/Pedro_luis_romani_ruiz.gif"
alt=
"Chargement en cours...."
/></span>
</div>
</section>
</section>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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