update alert message for ie7 to adjust dismiss icon, update example pages to clean up a few things from testing
This commit is contained in:
parent
29033316e4
commit
e8d9eb264c
7 changed files with 54 additions and 23 deletions
14
bootstrap.css
vendored
14
bootstrap.css
vendored
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Fri Sep 16 10:13:51 PDT 2011
|
||||
* Date: Fri Sep 16 10:51:22 PDT 2011
|
||||
*/
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
|
|
@ -1589,8 +1589,8 @@ a.menu:after, .dropdown-toggle:after {
|
|||
top: 1px;
|
||||
}
|
||||
.tabs > li > a {
|
||||
margin-right: 2px;
|
||||
padding: 0 15px;
|
||||
margin-right: 2px;
|
||||
line-height: 36px;
|
||||
border: 1px solid transparent;
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
|
|
@ -1603,7 +1603,6 @@ a.menu:after, .dropdown-toggle:after {
|
|||
border-color: #eee #eee #ddd;
|
||||
}
|
||||
.tabs > li.active > a {
|
||||
padding: 0 14px;
|
||||
color: #808080;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #ddd;
|
||||
|
|
@ -1939,6 +1938,11 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
.alert-message .close {
|
||||
*margin-top: 3px;
|
||||
/* IE7 spacing */
|
||||
|
||||
}
|
||||
.alert-message h5 {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
|
@ -2252,8 +2256,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||
height: 0;
|
||||
}
|
||||
.popover .inner {
|
||||
background: #333;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
background-color: #000000;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
padding: 3px;
|
||||
overflow: hidden;
|
||||
width: 280px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue