aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-31 21:43:32 -0700
committerMark Otto <[email protected]>2012-10-31 21:43:32 -0700
commitd350f577e9aed350bf82f3937f68d11d613773d1 (patch)
tree6b71fc6edb36e2c14840efc45400e87c8078c074 /docs/assets/css/bootstrap.css
parent46347fff01d79225a140992947624c6afbea7691 (diff)
downloadbootstrap-d350f577e9aed350bf82f3937f68d11d613773d1.tar.xz
bootstrap-d350f577e9aed350bf82f3937f68d11d613773d1.zip
fixes #3222: simpler positioning of modals
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 7f81c6a95..4be2aeebe 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1977,9 +1977,6 @@ table {
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
- -webkit-border-radius: 0 0 0 4px;
- -moz-border-radius: 0 0 0 4px;
- border-radius: 0 0 0 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
@@ -4976,11 +4973,11 @@ input[type="submit"].btn.btn-mini {
.modal {
position: fixed;
- top: 50%;
+ top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
- margin: -250px 0 0 -280px;
+ margin-left: -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
@@ -5006,7 +5003,7 @@ input[type="submit"].btn.btn-mini {
}
.modal.fade.in {
- top: 50%;
+ top: 10%;
}
.modal-header {