diff options
| author | Jacob Thornton <[email protected]> | 2011-09-12 14:29:29 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-12 14:29:29 -0700 |
| commit | 4c5320b18fb24356553dc14e13db69883797d105 (patch) | |
| tree | 32dc5bb48a508929d06d55b3ecd83b34ae6face0 /lib/patterns.less | |
| parent | 997c2cd6a05f39436a4238f78c78bacbee15bc7d (diff) | |
| parent | 8f5f35e6db79599f8e72b78bbed9ee171c86461f (diff) | |
| download | bootstrap-4c5320b18fb24356553dc14e13db69883797d105.tar.xz bootstrap-4c5320b18fb24356553dc14e13db69883797d105.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Conflicts:
bootstrap-1.3.0.css
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 46c1b1cbd..82b7790b7 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -736,7 +736,7 @@ input[type=submit].btn { left: 0; right: 0; bottom: 0; - z-index: 1000; + z-index: 10000; } .modal-backdrop, .modal-backdrop.fade.in { @@ -747,7 +747,7 @@ input[type=submit].btn { position: fixed; top: 50%; left: 50%; - z-index: 2000; + z-index: 11000; width: 560px; margin: -250px 0 0 -250px; background-color: @white; |
