Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ecbb0ed4
Commit
ecbb0ed4
authored
12 years ago
by
Andreas Cederström
Browse files
Options
Download
Email Patches
Plain Diff
Making modal work with max width 767px - fixes
#4860
parent
24e277b8
2 merge requests
!5450
Fixed copy and paste caused typo in CAROUSEL DATA-API
,
!5312
Making modal work with max width 767px - fixes #4860
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap-responsive.css
+4
-1
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less
+2
-1
less/responsive-767px-max.less
with
6 additions
and
2 deletions
+6
-2
docs/assets/css/bootstrap-responsive.css
+
4
-
1
View file @
ecbb0ed4
...
...
@@ -872,8 +872,11 @@
width
:
auto
;
margin
:
0
;
}
.modal.fade
{
top
:
-100px
;
}
.modal.fade.in
{
top
:
auto
;
top
:
20px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/responsive-767px-max.less
+
2
-
1
View file @
ecbb0ed4
...
...
@@ -107,7 +107,8 @@
right: 20px;
width: auto;
margin: 0;
&.fade.in { top: auto; }
&.fade { top: -100px; }
&.fade.in { top: 20px; }
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets