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
I
imsiCAPTCHA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thibaut Broggi
imsiCAPTCHA
Commits
8455278c
Commit
8455278c
authored
Mar 23, 2016
by
okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing some align stuff
parent
3449c697
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
css/main.css
css/main.css
+15
-15
index.html
index.html
+4
-4
No files found.
css/main.css
View file @
8455278c
body
{
font-family
:
'Open Sans'
,
sans-serif
;
}
body
{
font-family
:
'Open Sans'
,
sans-serif
;
}
/* Header */
.header
{
...
...
@@ -150,23 +152,26 @@ body { font-family: 'Open Sans', sans-serif; }
border-color
:
#d3d3d3
;
box-shadow
:
5px
5px
5px
0px
rgba
(
0
,
0
,
0
,
0.1
);
position
:
absolute
;
top
:
-2
4
0px
;
top
:
-2
0
0px
;
left
:
60px
;
padding
:
0px
;
overflow
:
visible
;
}
#captcha-modal
.captcha-modal-header
{
.captcha
{
border-width
:
3px
;
border-color
:
white
;
border-style
:
solid
;
}
.captcha.modal-header
{
width
:
auto
;
background-color
:
#4A90E2
;
padding
:
30px
0px
;
border-color
:
white
;
border-style
:
solid
;
border-width
:
5px
;
border-bottom
:
0px
;
}
#captcha-modal
.captcha-
modal-header
>
div
{
.captcha.
modal-header
>
div
{
color
:
white
;
text-align
:
center
;
vertical-align
:
middle
;
...
...
@@ -174,22 +179,17 @@ body { font-family: 'Open Sans', sans-serif; }
font-weight
:
400
;
}
#captcha-modal
.captcha-modal-challenge
{
.captcha.modal-body
{
width
:
auto
;
height
:
400px
;
border-color
:
white
;
border-style
:
solid
;
border-width
:
5px
;
background-image
:
url("../img/Cazeneuve-Urvoas-Valls-lutte-contre-le-terrorisme.jpg")
;
background-size
:
cover
;
background-position
:
center
;
padding
:
0px
;
}
.captcha
{
border-width
:
3px
;
border-color
:
white
;
border-style
:
solid
;
}
table
.captcha
{
width
:
100%
;
...
...
index.html
View file @
8455278c
...
...
@@ -60,23 +60,23 @@ $(document).ready(function() {
<div
class=
"col-md-5 col-md-offset-1 col-sm-12"
>
<div
class=
"recaptcha row"
>
<div
class=
"col-xs-8 form-group"
>
<div
class=
"
pull-left
check"
>
<div
class=
"
col-xs-9
check"
>
<input
type=
"checkbox"
id=
"checkbox-captcha"
>
<label
id=
"checkbox-captcha-label"
for=
"checkbox-captcha"
>
I'm not a robot
</label>
</div>
<div
class=
"
pull-right
terms"
>
<div
class=
"
col-xs-3
terms"
>
<img
src=
"./img/logo_48.png"
>
<h5>
imsiCAPTCHA
</h5>
<h6>
Privacy - Terms
</h6>
</div>
<div
class=
"modal fade"
id=
"captcha-modal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"captcha-modal-label"
data-backdrop=
"false"
>
<div
class=
"container-fluid"
>
<div
class=
"row captcha
-
modal-header"
>
<div
class=
"row captcha
modal-header"
>
<div
class=
"col-xs-12"
>
Select all squares representing
<strong>
threats to freedoms
</strong>
.
</div>
</div>
<div
class=
"row captcha
-modal-challenge
"
>
<div
class=
"row captcha
modal-body
"
>
<table
class=
"captcha"
>
<tr>
<td
class=
"captcha"
></td>
...
...
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