1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 13:59:06 +02:00

started workign on modals

This commit is contained in:
Jacob Thornton
2011-06-28 01:15:03 -07:00
parent 471563eb81
commit e33808447e
4 changed files with 65 additions and 2 deletions

View File

@@ -491,5 +491,22 @@ div.modal {
height: 500px;
margin: -310px 0 0 -250px;
background-color: @white;
.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;
}
}
.border-radius(6px);
}
.box-shadow(0 2px 6px rgba(0, 0, 0, 0.35))
}