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 /docs | |
| parent | 471563eb819092894d9c89683c1159612cecaffb (diff) | |
| download | bootstrap-e33808447e13f340755861f389d7b4db4557f10c.tar.xz bootstrap-e33808447e13f340755861f389d7b4db4557f10c.zip | |
started workign on modals
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index b77c831d0..c8444a89c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,6 +35,7 @@ <li><a href="#forms">Forms</a></li> <li><a href="#navigation">Navigation</a></li> <li><a href="#alerts">Alerts</a></li> + <li><a href="#modals">Modals</a></li> </ul> </div> </div> @@ -1177,6 +1178,31 @@ </section> +<section id="modals"> + <div class="page-header"> + <h1>Modals <small>Rules and conditions for displaying content in popovers.</small></h1> + </div> + <div class="row"> + <div class="span4 columns"> + <h2>Tweet Modal</h2> + <p>This is text about a modal that i am making. mark will say change this text. we will change it. It will be changed O_O</p> + </div> + <div class="span12 columns"> + <div class="modal-backdrop" style="position:relative; min-height:200px; padding:40px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; z-index: 1"> + <div class="modal" style="position:relative; top: auto; left: auto; margin: 0 auto; width:565px; height: 265px; z-index: 1"> + <div class="modal-header"> + <h2>Add new Tweet</h2> + <a href="#" class="close">×</a> + </div> + <div class="modal-body"> + </div> + <div class="modal-footer"> + </div> + </div> + </div> + </div> + </div> +</section> </div> <!-- /container --> |
