Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
5a645e27
Commit
5a645e27
authored
Oct 25, 2018
by
okhin
🚴
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '32-nouveau-front' into 'preprod'
Resolve "Nouveau front" Closes
#32
See merge request
!33
parents
2adeb26d
455257b7
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
app/view/user/perso.html
app/view/user/perso.html
+10
-5
www/static/css/custom.css
www/static/css/custom.css
+5
-1
No files found.
app/view/user/perso.html
View file @
5a645e27
<section
id=
"wrapper"
class=
"container-fluid"
>
<section
id=
"wrapper"
>
<div
id=
"subtitle"
class=
"row"
>
<div
class=
"page-header"
>
<h1
class=
"text-left"
>
{{ _("Merci de soutenir La Quadrature du Net
<
3
!")}}
</h1>
...
...
@@ -236,12 +236,14 @@
<div
id=
""
class=
"row"
>
<form
method=
"GET"
action=
"{{ 'perso' | alias }}"
name=
"contreparties"
>
<input
type=
"hidden"
name=
"validate"
value=
"true"
>
<label></label>
<check
if=
"{{ @infos.cumul >= 30 }}"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<!-- piplome -->
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
name=
"quoi"
id=
"quoi1"
class=
""
checked
<
check
if=
"{{ @infos.cumul < 30 }}"
>
disabled
</check>
value="piplome">
<input
type=
"radio"
name=
"quoi"
id=
"quoi1"
class=
"radio"
checked
<
check
if=
"{{ @infos.cumul < 30 }}"
>
disabled
</check>
value="piplome">
<label></label>
</div>
<div
class=
"col-md-3 text-center"
>
<p>
...
...
@@ -271,7 +273,8 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
class=
""
id=
"quoi2"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 50 }}"
>
disabled
</check>
value="pibag">
<input
type=
"radio"
class=
"radio"
id=
"quoi2"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 50 }}"
>
disabled
</check>
value="pibag">
<label></label>
</div>
<div
class=
"col-md-3 text-center"
>
<p>
...
...
@@ -295,7 +298,8 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
class=
""
id=
"quoi3"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 100 }}"
>
disabled
</check>
value="pishirt">
<input
type=
"radio"
class=
"radio"
id=
"quoi3"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 100 }}"
>
disabled
</check>
value="pishirt">
<label></label>
</div>
<div
class=
"col-md-3 text-center"
>
<p>
...
...
@@ -331,7 +335,8 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-body c-panelcontrepartie"
>
<div
class=
"col-md-1"
>
<input
type=
"radio"
class=
""
id=
"quoi4"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 250 }}"
>
disabled
</check>
value="hoopie">
<input
type=
"radio"
class=
"radio"
id=
"quoi4"
name=
"quoi"
<
check
if=
"{{ @infos.cumul < 250 }}"
>
disabled
</check>
value="hoopie">
<label></label>
</div>
<div
class=
"col-md-3 text-center"
>
<p>
...
...
www/static/css/custom.css
View file @
5a645e27
...
...
@@ -40,7 +40,7 @@ button.c-boutonslongs, input.c-boutonslongs {
margin-top
:
1em
;
}
button
.c-boutonscourts
,
input
.c-boutonscourts
{
button
.c-boutonscourts
,
input
.c-boutonscourts
,
a
.c-boutonscourts
{
background-color
:
#2f5188
;
color
:
#fff
;
margin
:
2em
auto
;
...
...
@@ -228,6 +228,10 @@ transform: rotate(-90deg);
padding-left
:
23px
;
}
#subtitle
{
margin
:
0
5px
;
}
/* Problèmes de css à répercuter plus tard */
.col-md-
{
/* marge gauche arbitraire qui semblait destinée à centrer : .col-md-offset-1 { margin-left: 8.33333333%;} dans bootstrap.css ligne 2086 */
margin
:
0
;
...
...
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