2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

resolve conflict in patterns from modals

This commit is contained in:
Mark Otto
2011-06-28 10:47:26 -07:00
6 changed files with 332 additions and 379 deletions
+18 -1
View File
@@ -491,6 +491,23 @@ div.modal {
height: 500px;
margin: -310px 0 0 -250px;
background-color: @white;
.border-radius(6px);
border: 1px solid rgba(0,0,0,.3);
.border-radius(6px);
.box-shadow(0 2px 6px rgba(0, 0, 0, 0.35))
.modal-header {
border-bottom:1px solid #eee;
padding: 5px 20px;
h2 {
font-size: 20px;
font-weight: 200;
}
a.close {
position: absolute;
right: 10px;
top: 10px;
color: #999;
line-height:10px;
font-size: 18px;
}
}
}