vendor/assets/stylesheets/bootstrap/bootstrap.css in jombo-0.0.1.beta16 vs vendor/assets/stylesheets/bootstrap/bootstrap.css in jombo-0.0.1.beta17
- old
+ new
@@ -4,11 +4,11 @@
* Copyright 2011 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Mon Jan 9 09:15:32 PST 2012
+ * Date: Thu Jan 12 15:28:03 PST 2012
*/
html, body {
margin: 0;
padding: 0;
}
@@ -457,12 +457,12 @@
margin-bottom: 18px;
border-left: 5px solid #eee;
}
blockquote p {
margin-bottom: 0;
- font-size: 300;
- font-weight: 16px;
+ font-size: 16px;
+ font-weight: 300;
line-height: 22.5px;
}
blockquote small {
display: block;
line-height: 18px;
@@ -991,10 +991,16 @@
vertical-align: bottom;
}
td {
vertical-align: top;
}
+thead:first-child tr th, thead:first-child tr td {
+ border-top: 0;
+}
+tbody + tbody {
+ border-top: 2px solid #ddd;
+}
.condensed-table th, .condensed-table td {
padding: 4px 5px;
}
.bordered-table {
border: 1px solid #ddd;
@@ -1445,16 +1451,16 @@
float: left;
display: none;
min-width: 160px;
max-width: 220px;
_width: 160px;
- padding: 5px 0;
+ padding: 4px 0;
margin: 0;
list-style: none;
background-color: #ffffff;
border-color: #999;
- border-color: rgba(0, 0, 0, 0.1);
+ border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 1px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
@@ -1478,28 +1484,16 @@
padding: 2px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
+ white-space: nowrap;
}
.dropdown-menu li > a:hover {
color: #fff;
text-decoration: none;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #0077b3;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#0088cc), to(#0077b3));
- background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
- background-image: -ms-linear-gradient(top, #0088cc, #0077b3);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0088cc), color-stop(100%, #0077b3));
- background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
- background-image: -o-linear-gradient(top, #0088cc, #0077b3);
- background-image: linear-gradient(top, #0088cc, #0077b3);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0077b3', GradientType=0);
- -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 -1px rgba(0, 0, 0, 0.075);
- -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 -1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 -1px rgba(0, 0, 0, 0.075);
+ background-color: #0088cc;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #fff;
background-color: #999;
background-image: none;
@@ -1739,42 +1733,50 @@
.navbar .nav.pull-right {
margin-left: 10px;
margin-right: 0;
}
.navbar .dropdown-menu {
- top: 42px;
+ top: 41px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.navbar .dropdown-menu:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
- border-bottom-color: rgba(0, 0, 0, 0.1);
+ border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
- left: 12px;
+ left: 9px;
}
.navbar .dropdown-menu:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
position: absolute;
top: -6px;
- left: 13px;
+ left: 10px;
}
.navbar .dropdown-toggle .caret, .navbar .open.dropdown .caret {
border-top-color: #fff;
}
-.navbar .open .dropdown-toggle {
+.navbar .nav .active .caret {
+ filter: alpha(opacity=100);
+ -moz-opacity: 1;
+ opacity: 1;
+}
+.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
background-color: transparent;
}
+.navbar .nav .active > .dropdown-toggle:hover {
+ color: #fff;
+}
.navbar .nav.pull-right .dropdown-menu {
right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
left: auto;
@@ -2206,82 +2208,82 @@
}
.modal-footer .btn {
float: right;
margin-left: 5px;
}
-.twipsy {
+.tooltip {
position: absolute;
z-index: 1020;
display: block;
visibility: visible;
padding: 5px;
font-size: 11px;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
-.twipsy.in {
+.tooltip.in {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
-.twipsy.top {
+.tooltip.top {
margin-top: -2px;
}
-.twipsy.right {
+.tooltip.right {
margin-left: 2px;
}
-.twipsy.bottom {
+.tooltip.bottom {
margin-top: 2px;
}
-.twipsy.left {
+.tooltip.left {
margin-left: -2px;
}
-.twipsy.top .twipsy-arrow {
+.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
-.twipsy.left .twipsy-arrow {
+.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
-.twipsy.bottom .twipsy-arrow {
+.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
-.twipsy.right .twipsy-arrow {
+.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
-.twipsy-inner {
+.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: white;
text-align: center;
text-decoration: none;
background-color: #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
-.twipsy-arrow {
+.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
}
.popover {
@@ -2616,9 +2618,12 @@
display: block;
top: 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
+}
+.btn-group.open .dropdown-menu.large {
+ top: 40px;
}
.btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
\ No newline at end of file