diff options
| author | Jacob Thornton <[email protected]> | 2012-01-04 10:03:11 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-04 10:03:11 -0800 |
| commit | 3237047ac30fe4905dc515258bac050cdf811426 (patch) | |
| tree | 57e5a82a570f80bf1f9a58dd5ab181b0293e2aee /lib/patterns.less | |
| parent | eb123f6b83b95d413056657aa80ad24a72fecae8 (diff) | |
| parent | 1c7c5f750fc221ee94e435e4e49bc2ba1a6be5e6 (diff) | |
| download | bootstrap-3237047ac30fe4905dc515258bac050cdf811426.tar.xz bootstrap-3237047ac30fe4905dc515258bac050cdf811426.zip | |
Merge branch 'master' of https://github.com/twitter/bootstrap
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 5b72081b2..b70ae1cb2 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -834,6 +834,8 @@ input[type=submit].btn { top: 50%; left: 50%; z-index: 11000; + max-height: 500px; + overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: @white; @@ -1025,6 +1027,7 @@ input[type=submit].btn { white-space: nowrap; background-color: @grayLight; .border-radius(3px); + text-shadow: none; &.important { background-color: #c43c35; } &.warning { background-color: @orange; } &.success { background-color: @green; } |
