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
3ecf1098
Commit
3ecf1098
authored
Apr 07, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflicts, add docs example for two buttons on an append
parent
1d30225e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
6 deletions
+28
-6
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+12
-6
docs/base-css.html
docs/base-css.html
+8
-0
docs/templates/pages/base-css.mustache
docs/templates/pages/base-css.mustache
+8
-0
No files found.
docs/assets/bootstrap.zip
View file @
3ecf1098
No preview for this file type
docs/assets/css/bootstrap.css
View file @
3ecf1098
...
@@ -1048,9 +1048,10 @@ select:focus:required:invalid:focus {
...
@@ -1048,9 +1048,10 @@ select:focus:required:invalid:focus {
.input-append
.add-on
,
.input-append
.add-on
,
.input-prepend
.btn
,
.input-prepend
.btn
,
.input-append
.btn
{
.input-append
.btn
{
-webkit-border-radius
:
3px
0
0
3px
;
margin-left
:
-1px
;
-moz-border-radius
:
3px
0
0
3px
;
-webkit-border-radius
:
0
;
border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
0
;
border-radius
:
0
;
}
}
.input-prepend
.active
,
.input-prepend
.active
,
.input-append
.active
{
.input-append
.active
{
...
@@ -1061,6 +1062,12 @@ select:focus:required:invalid:focus {
...
@@ -1061,6 +1062,12 @@ select:focus:required:invalid:focus {
.input-prepend
.btn
{
.input-prepend
.btn
{
margin-right
:
-1px
;
margin-right
:
-1px
;
}
}
.input-prepend
.add-on
:first-child
,
.input-prepend
.btn
:first-child
{
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
}
.input-append
input
,
.input-append
input
,
.input-append
select
,
.input-append
select
,
.input-append
.uneditable-input
{
.input-append
.uneditable-input
{
...
@@ -1072,9 +1079,8 @@ select:focus:required:invalid:focus {
...
@@ -1072,9 +1079,8 @@ select:focus:required:invalid:focus {
border-left-color
:
#eee
;
border-left-color
:
#eee
;
border-right-color
:
#ccc
;
border-right-color
:
#ccc
;
}
}
.input-append
.add-on
,
.input-append
.add-on
:last-child
,
.input-append
.btn
{
.input-append
.btn
:last-child
{
margin-left
:
-1px
;
-webkit-border-radius
:
0
3px
3px
0
;
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
...
...
docs/base-css.html
View file @
3ecf1098
...
@@ -1223,6 +1223,14 @@ For example, <code>section</code> should be wrapped as inline.
...
@@ -1223,6 +1223,14 @@ For example, <code>section</code> should be wrapped as inline.
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
"appendedPrependedInput"
>
Append with two buttons
</label>
<div
class=
"controls"
>
<div
class=
"input-append"
>
<input
class=
"span2"
id=
"appendedPrependedInput"
size=
"16"
type=
"text"
><button
class=
"btn"
type=
"button"
>
Search
</button><button
class=
"btn"
type=
"button"
>
Options
</button>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
"inlineCheckboxes"
>
Inline checkboxes
</label>
<label
class=
"control-label"
for=
"inlineCheckboxes"
>
Inline checkboxes
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
...
...
docs/templates/pages/base-css.mustache
View file @
3ecf1098
...
@@ -1146,6 +1146,14 @@
...
@@ -1146,6 +1146,14 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
"appendedPrependedInput"
>
{{
_i
}}
Append with two buttons
{{/
i
}}
</label>
<div
class=
"controls"
>
<div
class=
"input-append"
>
<input
class=
"span2"
id=
"appendedPrependedInput"
size=
"16"
type=
"text"
><button
class=
"btn"
type=
"button"
>
Search
</button><button
class=
"btn"
type=
"button"
>
Options
</button>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
for=
"inlineCheckboxes"
>
{{
_i
}}
Inline checkboxes
{{/
i
}}
</label>
<label
class=
"control-label"
for=
"inlineCheckboxes"
>
{{
_i
}}
Inline checkboxes
{{/
i
}}
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
...
...
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