Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2011-06-28 21:45:27 +0400
committerMark Otto <markdotto@gmail.com>2011-06-28 21:45:27 +0400
commit68f421eac7d71d3815b394efbefe2abafc30c6a5 (patch)
tree560ed86d44612279f94922beea32b3b0ae29572c
parentbb665f157eccc6262c4e2c8c4f7d1b7d76d07eef (diff)
more modal tweaks i think
-rw-r--r--bootstrap.css2
-rw-r--r--lib/patterns.less1
2 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index fe5786c159..d9b5f7beb4 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -194,4 +194,4 @@ div.pagination ul li.disabled a,div.pagination ul li.disabled a:hover{background
div.pagination ul li.next a,div.pagination ul li:last-child a{border:0;}
div.well{background:#f5f5f5;margin-bottom:20px;padding:19px;min-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}
div.modal-backdrop{background-color:rgba(0, 0, 0, 0.5);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;}
-div.modal{position:fixed;top:50%;left:50%;z-index:2000;width:620px;height:500px;margin:-310px 0 0 -250px;background-color:#ffffff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
+div.modal{position:fixed;top:50%;left:50%;z-index:2000;width:620px;height:500px;margin:-310px 0 0 -250px;background-color:#ffffff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:1px solid rgba(0, 0, 0, 0.3);}
diff --git a/lib/patterns.less b/lib/patterns.less
index 29a705f448..79bbefc55f 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -492,4 +492,5 @@ div.modal {
margin: -310px 0 0 -250px;
background-color: @white;
.border-radius(6px);
+ border: 1px solid rgba(0,0,0,.3);
}