diff options
| author | Mark Otto <[email protected]> | 2011-12-27 15:40:58 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-27 15:40:58 -0600 |
| commit | fec02f50455c87f0e01fe74b1fb2e3cd032ade09 (patch) | |
| tree | 2b6a88aba4e36698eda3b98ee183bdeb6f68b2f5 /bootstrap.css | |
| parent | 5801c4d766205c6f1579b9c45e733df5dba3b1fe (diff) | |
| download | bootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.tar.xz bootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.zip | |
clean up some css for github issues: input prepend z-index, modals revamped for responsive
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/bootstrap.css b/bootstrap.css index 105c10de3..95dde47e8 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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: Tue Dec 27 12:39:01 CST 2011 + * Date: Tue Dec 27 15:23:07 CST 2011 */ html, body { margin: 0; @@ -602,6 +602,7 @@ select, input[type=file] { } select { background-color: #ffffff; + vertical-align: middle; } select[multiple] { height: inherit; @@ -904,17 +905,12 @@ textarea[readonly] { display: block; max-width: 600px; } -.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; @@ -2574,6 +2570,16 @@ a.thumbnail:hover { .horizontal-form .form-actions { padding-left: 0; } + .modal { + position: fixed; + top: 20px; + left: 20px; + right: 20px; + width: auto; + } + .modal .close { + padding: 10px; + } } @media (max-width: 768px) { .container { |
