aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-28 17:50:14 -0700
committerJacob Thornton <[email protected]>2011-08-28 17:50:14 -0700
commit58cc70531ad1b5231386d8d3037891e25963801b (patch)
treefa61fc2910f01d78c568c510dfdecd3b71ce974f /lib/patterns.less
parent484ed088fc51666ac0f319e9cb66a567722e7113 (diff)
downloadbootstrap-58cc70531ad1b5231386d8d3037891e25963801b.tar.xz
bootstrap-58cc70531ad1b5231386d8d3037891e25963801b.zip
drop top position a bit
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 0b286d626..1a3f4a1f0 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -578,8 +578,6 @@ input[type=submit].btn {
// ------
.modal-backdrop {
-/* background-color: rgba(0,0,0,.5);
- filter: e(%("progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=%d,endColorstr=%d)", '#aa000000', '#aa000000'));*/
background-color:#000;
&.fade {
opacity: 0;
@@ -591,6 +589,7 @@ input[type=submit].btn {
bottom: 0;
z-index: 1000;
}
+
.modal-backdrop, .modal-backdrop.fade.in {
.opacity(50);
}
@@ -601,7 +600,7 @@ input[type=submit].btn {
left: 50%;
z-index: 2000;
width: 560px;
- margin: -280px 0 0 -250px;
+ margin: -250px 0 0 -250px;
background-color: @white;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);