1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 02:54:01 +02:00

new buttons, new modal updates around spacing and placeholder content

This commit is contained in:
Mark Otto
2011-06-28 11:56:49 -07:00
parent 80abe21189
commit 9660f6f18d
9 changed files with 147 additions and 123 deletions

View File

@@ -7,22 +7,9 @@
/* Body and structure
-------------------------------------------------- */
body {
background-color: #ffffff;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), color-stop(0.15, #ffffff), to(#ffffff));
background-image: -webkit-linear-gradient(#eeeeee, color-stop(0.15, #ffffff), #ffffff);
background-image: -moz-linear-gradient(#eeeeee, color-stop(#ffffff, 0.15), #ffffff);
background-attachment: fixed;
background-position: 0 40px;
background-color: #fff;
position: relative;
}
header,
section,
footer,
article,
aside {
display: block;
}
section {
padding-top: 80px;
margin-bottom: -40px;

View File

@@ -1189,14 +1189,17 @@
</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" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1">
<div class="modal-header">
<h2>Add new Tweet</h2>
<h3>Add new Tweet</h3>
<a href="#" class="close">&times;</a>
</div>
<div class="modal-body">
<p>One fine body..</p>
</div>
<div class="modal-footer">
<a href="" class="btn primary">Primary</a>
<a href="" class="btn secondary">Secondary</a>
</div>
</div>
</div>