aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-27 15:40:58 -0600
committerMark Otto <[email protected]>2011-12-27 15:40:58 -0600
commitfec02f50455c87f0e01fe74b1fb2e3cd032ade09 (patch)
tree2b6a88aba4e36698eda3b98ee183bdeb6f68b2f5 /lib/forms.less
parent5801c4d766205c6f1579b9c45e733df5dba3b1fe (diff)
downloadbootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.tar.xz
bootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.zip
clean up some css for github issues: input prepend z-index, modals revamped for responsive
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 99d6fcb59..9d96e8f33 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -96,6 +96,7 @@ input[type=file] {
// Chrome on Linux and Mobile Safari need background-color
select {
background-color: @white;
+ vertical-align: middle;
}
// Make multiple select elements height not fixed
@@ -304,13 +305,10 @@ textarea[readonly] {
// Allow us to put symbols and text within the input field for a cleaner look
.input-prepend,
.input-append {
- overflow: hidden;
input {
.border-radius(0 3px 3px 0);
}
.add-on {
- position: relative;
- z-index: 2;
float: left;
display: block;
width: auto;