diff options
| author | Jacob Thornton <[email protected]> | 2011-06-28 01:15:03 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-06-28 01:15:03 -0700 |
| commit | e33808447e13f340755861f389d7b4db4557f10c (patch) | |
| tree | 21f914608ab71426cbc090f6efd4b2ff062bc6fb /lib/patterns.less | |
| parent | 471563eb819092894d9c89683c1159612cecaffb (diff) | |
| download | bootstrap-e33808447e13f340755861f389d7b4db4557f10c.tar.xz bootstrap-e33808447e13f340755861f389d7b4db4557f10c.zip | |
started workign on modals
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 29a705f44..7163d4598 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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)) +}
\ No newline at end of file |
