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
0e92acd9
Commit
0e92acd9
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
more little ie6-7 hacks :/
parent
842ad01f
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/forms.less
+11
-0
lib/forms.less
with
11 additions
and
0 deletions
+11
-0
lib/forms.less
+
11
-
0
View file @
0e92acd9
...
...
@@ -18,6 +18,8 @@ form {
margin-left: 150px;
font-size: 20px;
line-height: 1;
*margin: 0 0 5px 145px; /* IE6-7 */
*line-height: 1.5; /* IE6-7 */
color: @grayDark;
}
}
...
...
@@ -204,6 +206,8 @@ div.actions {
}
.help-inline {
padding-left: 5px;
*position: relative; /* IE6-7 */
*top: -5px; /* IE6-7 */
}
// Big blocks of help text
...
...
@@ -257,6 +261,13 @@ div.input-append {
border-color: @green;
}
}
div.input-prepend {
.add-on {
*margin-top: 1px; /* IE6-7 */
}
}
div.input-append {
input[type=text] {
float: left;
...
...
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