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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
okhin
imsiCAPTCHA
Commits
39164ff9
Commit
39164ff9
authored
Mar 23, 2016
by
okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing the positioning of the modal for xs devices
parent
103a678d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
css/main.css
css/main.css
+3
-3
index.html
index.html
+1
-1
No files found.
css/main.css
View file @
39164ff9
...
...
@@ -165,9 +165,9 @@ body {
/* In case of mobile we want to display only the modal */
@media
(
max-width
:
768px
)
{
#captcha-modal
{
position
:
fixed
;
top
:
0
px
;
left
:
0px
;
position
:
absolute
;
top
:
-295
px
;
left
:
-6
0px
;
}
}
.captcha
{
...
...
index.html
View file @
39164ff9
...
...
@@ -127,7 +127,7 @@ $(document).ready(function() {
</div>
</div>
</div>
<div
class=
"col-md-6 hidden-sm"
>
<div
class=
"col-md-6 hidden-sm
hidden-xs
"
>
<span
class=
"screenshot"
>
<img
class=
"browser-bar img-responsive"
src=
"./img/browser-bar.png"
>
<img
class=
"browser-screenshot img-responsive"
src=
"./img/lqdn-crop.png"
>
...
...
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