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
690d3f4d
Commit
690d3f4d
authored
Dec 21, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove inline input field CSS since that's not required as all inputs are inline-block anyway
parent
369cedd8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
41 deletions
+1
-41
bootstrap.css
bootstrap.css
+1
-16
bootstrap.min.css
bootstrap.min.css
+0
-4
lib/forms.less
lib/forms.less
+0
-21
No files found.
bootstrap.css
View file @
690d3f4d
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Wed Dec 21 19:3
0:30
CST 2011
* Date: Wed Dec 21 19:3
1:39
CST 2011
*/
html
,
body
{
margin
:
0
;
...
...
@@ -904,21 +904,6 @@ textarea[readonly] {
display
:
block
;
max-width
:
600px
;
}
.inline-inputs
{
color
:
#808080
;
}
.inline-inputs
span
,
.inline-inputs
input
{
display
:
inline-block
;
}
.inline-inputs
input
.mini
{
width
:
60px
;
}
.inline-inputs
input
.small
{
width
:
90px
;
}
.inline-inputs
span
{
padding
:
0
2px
0
1px
;
}
.input-prepend
,
.input-append
{
overflow
:
hidden
;
}
...
...
bootstrap.min.css
View file @
690d3f4d
...
...
@@ -146,10 +146,6 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
.help-text
{
margin-top
:
5px
;
margin-bottom
:
0
;
color
:
#bfbfbf
;}
.help-inline
{
*
position
:
relative
;
*
top
:
-5px
;
display
:
inline
;
padding-left
:
5px
;}
.help-block
{
display
:
block
;
max-width
:
600px
;}
.inline-inputs
{
color
:
#808080
;}
.inline-inputs
span
,
.inline-inputs
input
{
display
:
inline-block
;}
.inline-inputs
input
.mini
{
width
:
60px
;}
.inline-inputs
input
.small
{
width
:
90px
;}
.inline-inputs
span
{
padding
:
0
2px
0
1px
;}
.input-prepend
,
.input-append
{
overflow
:
hidden
;}
.input-prepend
input
,
.input-append
input
{
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.input-prepend
.add-on
,
.input-append
.add-on
{
position
:
relative
;
z-index
:
2
;
float
:
left
;
display
:
block
;
width
:
auto
;
min-width
:
16px
;
height
:
18px
;
margin-right
:
-1px
;
padding
:
4px
4px
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#bfbfbf
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-prepend
.active
,
.input-append
.active
{
background-color
:
#a9dba9
;
border-color
:
#46a546
;}
...
...
lib/forms.less
View file @
690d3f4d
...
...
@@ -298,27 +298,6 @@ textarea[readonly] {
// INLINE FIELDS
// -------------
.inline-inputs {
color: @gray;
span, input {
display: inline-block;
}
input.mini {
width: 60px;
}
input.small {
width: 90px;
}
span {
padding: 0 2px 0 1px;
}
}
// INPUT GROUPS
// ------------
...
...
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