Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
dfeacdf1
Commit
dfeacdf1
authored
Mar 03, 2014
by
Thomas Park
Browse files
add buttons to input groups on test
parent
6a2d440b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/components.html
View file @
dfeacdf1
...
...
@@ -1327,16 +1327,25 @@
<div
class=
"input-group"
>
<span
class=
"input-group-addon input-lg"
>
@
</span>
<input
type=
"text"
class=
"form-control input-lg"
placeholder=
"Username"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default btn-lg"
type=
"button"
>
Go!
</button>
</span>
</div>
<br>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
@
</span>
<input
type=
"text"
class=
"form-control"
placeholder=
"Username"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default"
type=
"button"
>
Go!
</button>
</span>
</div>
<br>
<div
class=
"input-group"
>
<span
class=
"input-group-addon input-sm"
>
@
</span>
<input
type=
"text"
class=
"form-control input-sm"
placeholder=
"Username"
>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default btn-sm"
type=
"button"
>
Go!
</button>
</span>
</div>
</form>
...
...
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