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
4cdc5f30
Commit
4cdc5f30
authored
Mar 01, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buttons upgraded
parent
e0a0f306
Pipeline
#1864
passed with stage
in 1 minute 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
19 deletions
+18
-19
manage_attached.css
members/static/css/admin/manage_attached.css
+16
-0
manage_attached.html
templates/members/admin/manage_attached.html
+2
-19
No files found.
members/static/css/admin/manage_attached.css
View file @
4cdc5f30
...
...
@@ -15,6 +15,22 @@
left
:
5px
;
}
/* Buttons */
.management_type_buttons
{
margin-top
:
60px
;
display
:
flex
;
justify-content
:
center
;
}
.management_type_button
{
height
:
2.2em
;
width
:
30%
;
border-radius
:
3px
;
margin
:
10px
;
font-size
:
1.3em
;
}
/* Search membres area */
#search_member_form_area
{
...
...
templates/members/admin/manage_attached.html
View file @
4cdc5f30
...
...
@@ -26,33 +26,16 @@
</div>
<div
class=
"page_content"
>
<div
class=
"management_type_buttons txtcenter"
>
<button
type=
"button"
class=
"btn--primary management_type_button"
id=
"manage_attached_create_pair_button"
>
Créer un binôme
<span
class=
"management_type_button_icons"
><
i
class=
"fas fa-arrow-right"
></i><
/span>
<span
class=
"management_type_button_icons"
></span>
</button><br>
<button
type=
"button"
class=
"btn--primary management_type_button"
id=
"manage_attached_delete_pair_button"
>
Désolidariser un binôme
<span
class=
"management_type_button_icons"
><
i
class=
"fas fa-arrow-right"
></i><
/span>
<span
class=
"management_type_button_icons"
></span>
</button><br>
</div>
<!-- <div id="search_member_area">
<div id="search_member_form_area">
<h4>Rechercher le.a coopérateur.ice titulaire</h4>
<form id="search_member_form" action="javascript:;" method="post">
<input type="text" id="search_member_input" value="" placeholder="Nom ou numéro du coop..." required>
<button type="submit" class="btn--primary" id="search_member_button">Recherche</button>
</form>
</div>
</div>
<div class="search_member_results_area" style="display:none;">
<div class="search_results_text">
<p><i>Choisissez parmi les membres trouvés :</i></p>
</div>
<div class="search_member_results"></div>
</div> -->
</div>
</div>
...
...
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