aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.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/responsive.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/responsive.less')
-rw-r--r--lib/responsive.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/responsive.less b/lib/responsive.less
index d8b453d06..fe2b7cd49 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -43,6 +43,18 @@
.horizontal-form .form-actions {
padding-left: 0;
}
+
+ // Modals
+ .modal {
+ position: fixed;
+ top: 20px;
+ left: 20px;
+ right: 20px;
+ width: auto;
+ .close {
+ padding: 10px;
+ }
+ }
}