Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
cb9234ba
Commit
cb9234ba
authored
Mar 05, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix warning button issue per #2392 and add warning buttons to components
parent
7a8d6b19
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
0 deletions
+48
-0
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-0
docs/components.html
docs/components.html
+23
-0
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+23
-0
less/button-groups.less
less/button-groups.less
+1
-0
No files found.
docs/assets/bootstrap.zip
View file @
cb9234ba
No preview for this file type
docs/assets/css/bootstrap.css
View file @
cb9234ba
...
...
@@ -2222,6 +2222,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
filter
:
alpha
(
opacity
=
100
);
}
.btn-primary
.caret
,
.btn-warning
.caret
,
.btn-danger
.caret
,
.btn-info
.caret
,
.btn-success
.caret
,
...
...
docs/components.html
View file @
cb9234ba
...
...
@@ -229,6 +229,16 @@
</div>
<!-- /btn-group -->
</div>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-warning dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
Warning
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-success dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
Success
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
@@ -324,6 +334,17 @@
</div>
<!-- /btn-group -->
</div>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-warning"
href=
"#"
>
Warning
</a>
<a
class=
"btn btn-warning dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
Action
</a></li>
<li><a
href=
"#"
>
Another action
</a></li>
<li><a
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-success"
href=
"#"
>
Success
</a>
<a
class=
"btn btn-success dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
...
...
@@ -346,6 +367,8 @@
<li><a
href=
"#"
>
Separated link
</a></li>
</ul>
</div>
<!-- /btn-group -->
</div>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
Inverse
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
...
...
docs/templates/pages/components.mustache
View file @
cb9234ba
...
...
@@ -153,6 +153,16 @@
</div>
<!-- /btn-group -->
</div>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-warning dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
{{
_i
}}
Warning
{{/
i
}}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
{{
_i
}}
Action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Another action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Something else here
{{/
i
}}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
</ul>
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-success dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
{{
_i
}}
Success
{{/
i
}}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
@@ -248,6 +258,17 @@
</div>
<!-- /btn-group -->
</div>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-warning"
href=
"#"
>
{{
_i
}}
Warning
{{/
i
}}
</a>
<a
class=
"btn btn-warning dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"#"
>
{{
_i
}}
Action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Another action
{{/
i
}}
</a></li>
<li><a
href=
"#"
>
{{
_i
}}
Something else here
{{/
i
}}
</a></li>
<li
class=
"divider"
></li>
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
</ul>
</div>
<!-- /btn-group -->
<div
class=
"btn-group"
>
<a
class=
"btn btn-success"
href=
"#"
>
{{
_i
}}
Success
{{/
i
}}
</a>
<a
class=
"btn btn-success dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
...
...
@@ -270,6 +291,8 @@
<li><a
href=
"#"
>
{{
_i
}}
Separated link
{{/
i
}}
</a></li>
</ul>
</div>
<!-- /btn-group -->
</div>
<div
class=
"btn-toolbar"
>
<div
class=
"btn-group"
>
<a
class=
"btn btn-inverse"
href=
"#"
>
{{
_i
}}
Inverse
{{/
i
}}
</a>
<a
class=
"btn btn-inverse dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
><span
class=
"caret"
></span></a>
...
...
less/button-groups.less
View file @
cb9234ba
...
...
@@ -131,6 +131,7 @@
// Account for other colors
.btn-primary,
.btn-warning,
.btn-danger,
.btn-info,
.btn-success,
...
...
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