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
f7a37656
Commit
f7a37656
authored
11 years ago
by
James Holland
Browse files
Options
Download
Email Patches
Plain Diff
align dropdown menu with .pull-right for .input-group-btn when btn on right of input
parent
2a51ebf6
3 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8619
align dropdown menu with .pull-right for .input-group-btn when btn on ri...
,
!8656
Added rel="stylesheet" to CDN-Examples
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css.html
+3
-3
css.html
with
3 additions
and
3 deletions
+3
-3
css.html
+
3
-
3
View file @
f7a37656
...
@@ -1672,7 +1672,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1672,7 +1672,7 @@ For example, <code><section></code> should be wrapped as inline.
<input
type=
"text"
class=
"form-control"
>
<input
type=
"text"
class=
"form-control"
>
<div
class=
"input-group-btn"
>
<div
class=
"input-group-btn"
>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
>
Action
<span
class=
"caret"
></span></button>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
>
Action
<span
class=
"caret"
></span></button>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu
pull-right
"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
...
@@ -1701,7 +1701,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1701,7 +1701,7 @@ For example, <code><section></code> should be wrapped as inline.
<input
type=
"text"
class=
"form-control"
>
<input
type=
"text"
class=
"form-control"
>
<div
class=
"input-group-btn"
>
<div
class=
"input-group-btn"
>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
>
Action
<span
class=
"caret"
></span></button>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
>
Action
<span
class=
"caret"
></span></button>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu
pull-right
"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
...
@@ -1740,7 +1740,7 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1740,7 +1740,7 @@ For example, <code><section></code> should be wrapped as inline.
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
tabindex=
"-1"
>
<button
type=
"button"
class=
"btn btn-default dropdown-toggle"
data-toggle=
"dropdown"
tabindex=
"-1"
>
<span
class=
"caret"
></span>
<span
class=
"caret"
></span>
</button>
</button>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu
pull-right
"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
...
...
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