aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
committerJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
commit402c4800970e179b5c804b4964c51661ed02603c (patch)
treea63e809cb182b47a521f7a1c68601b3051f1fa8b /bootstrap.css
parentfbb42ccbbbfcab985a2c588532511f4af324ebc1 (diff)
parentb6d50c892d6ae8ed42ff0bfbba4252c7dc47417e (diff)
downloadbootstrap-402c4800970e179b5c804b4964c51661ed02603c.tar.xz
bootstrap-402c4800970e179b5c804b4964c51661ed02603c.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css422
1 files changed, 217 insertions, 205 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 4d8edd4fb..54c1b0651 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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: Thu Jan 5 23:24:01 PST 2012
+ * Date: Sat Jan 7 04:20:37 PST 2012
*/
html, body {
margin: 0;
@@ -209,21 +209,27 @@ body {
.fluid-container:after {
clear: both;
}
-.fluid-sidebar-left, .fluid-sidebar-right {
+.fluid-sidebar {
width: 220px;
+ margin: 0 20px 18px;
}
-.fluid-sidebar-left {
+.sidebar-left {
+ padding-left: 260px;
+}
+.sidebar-right {
+ padding-right: 260px;
+}
+.sidebar-left .fluid-sidebar {
float: left;
+ margin-left: -240px;
}
-.fluid-sidebar-right {
+.sidebar-right .fluid-sidebar {
float: right;
+ margin-right: -240px;
}
.fluid-content {
- margin-left: 240px;
-}
-.fluid-container.reverse .fluid-content {
- margin-left: 0;
- margin-right: 240px;
+ float: left;
+ width: 100%;
}
a {
font-weight: inherit;
@@ -382,20 +388,20 @@ h3 {
h3 small {
font-size: 14px;
}
+h4, h5, h6 {
+ line-height: 18px;
+}
h4 {
- font-size: 16px;
- line-height: 36px;
+ font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
- font-size: 14px;
- line-height: 18px;
+ font-size: 12px;
}
h6 {
- font-size: 13px;
- line-height: 18px;
+ font-size: 11px;
color: #999999;
text-transform: uppercase;
}
@@ -435,7 +441,7 @@ dl dd {
margin-left: 9px;
}
hr {
- margin: 27px 0;
+ margin: 18px 0;
border: 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #fff;
@@ -601,8 +607,10 @@ select, input[type=file] {
line-height: 27px;
}
select {
- background-color: #ffffff;
+ width: 220px;
+ padding: 0;
vertical-align: middle;
+ background-color: #ffffff;
}
select[multiple], select[size] {
height: inherit;
@@ -625,10 +633,17 @@ textarea {
.controls > .radio:first-child, .controls > .checkbox:first-child {
padding-top: 6px;
}
+.radio.inline, .checkbox.inline {
+ display: inline-block;
+ margin-bottom: 0;
+}
+.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
+ margin-left: 10px;
+}
input, textarea {
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
@@ -637,9 +652,9 @@ input, textarea {
}
input:focus, textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
@@ -666,133 +681,84 @@ input[type=file]:focus, input[type=checkbox]:focus, select:focus {
.input-xxlarge {
width: 530px;
}
-input.span1,
-textarea.span1,
-select.span1,
-.uneditable-input.span1 {
+input[class*="span"],
+select[class*="span"],
+textarea[class*="span"],
+.uneditable-input {
float: none;
- width: 50px;
margin-left: 0;
}
-input.span2,
-textarea.span2,
-select.span2,
-.uneditable-input.span2 {
- float: none;
+input.span1, textarea.span1, .uneditable-input.span1 {
+ width: 50px;
+}
+input.span2, textarea.span2, .uneditable-input.span2 {
width: 130px;
- margin-left: 0;
}
-input.span3,
-textarea.span3,
-select.span3,
-.uneditable-input.span3 {
- float: none;
+input.span3, textarea.span3, .uneditable-input.span3 {
width: 210px;
- margin-left: 0;
}
-input.span4,
-textarea.span4,
-select.span4,
-.uneditable-input.span4 {
- float: none;
+input.span4, textarea.span4, .uneditable-input.span4 {
width: 290px;
- margin-left: 0;
}
-input.span5,
-textarea.span5,
-select.span5,
-.uneditable-input.span5 {
- float: none;
+input.span5, textarea.span5, .uneditable-input.span5 {
width: 370px;
- margin-left: 0;
}
-input.span6,
-textarea.span6,
-select.span6,
-.uneditable-input.span6 {
- float: none;
+input.span6, textarea.span6, .uneditable-input.span6 {
width: 450px;
- margin-left: 0;
}
-input.span7,
-textarea.span7,
-select.span7,
-.uneditable-input.span7 {
- float: none;
+input.span7, textarea.span7, .uneditable-input.span7 {
width: 530px;
- margin-left: 0;
}
-input.span8,
-textarea.span8,
-select.span8,
-.uneditable-input.span8 {
- float: none;
+input.span8, textarea.span8, .uneditable-input.span8 {
width: 610px;
- margin-left: 0;
}
-input.span9,
-textarea.span9,
-select.span9,
-.uneditable-input.span9 {
- float: none;
+input.span9, textarea.span9, .uneditable-input.span9 {
width: 690px;
- margin-left: 0;
}
-input.span10,
-textarea.span10,
-select.span10,
-.uneditable-input.span10 {
- float: none;
+input.span10, textarea.span10, .uneditable-input.span10 {
width: 770px;
- margin-left: 0;
}
-input.span11,
-textarea.span11,
-select.span11,
-.uneditable-input.span11 {
- float: none;
+input.span11, textarea.span11, .uneditable-input.span11 {
width: 850px;
- margin-left: 0;
}
-input.span12,
-textarea.span12,
-select.span12,
-.uneditable-input.span12 {
- float: none;
+input.span12, textarea.span12, .uneditable-input.span12 {
width: 930px;
- margin-left: 0;
}
-input.span13,
-textarea.span13,
-select.span13,
-.uneditable-input.span13 {
- float: none;
- width: 1010px;
- margin-left: 0;
+select.span1 {
+ width: 70px;
}
-input.span14,
-textarea.span14,
-select.span14,
-.uneditable-input.span14 {
- float: none;
- width: 1090px;
- margin-left: 0;
+select.span2 {
+ width: 150px;
}
-input.span15,
-textarea.span15,
-select.span15,
-.uneditable-input.span15 {
- float: none;
- width: 1170px;
- margin-left: 0;
+select.span3 {
+ width: 230px;
}
-input.span16,
-textarea.span16,
-select.span16,
-.uneditable-input.span16 {
- float: none;
- width: 1250px;
- margin-left: 0;
+select.span4 {
+ width: 310px;
+}
+select.span5 {
+ width: 390px;
+}
+select.span6 {
+ width: 470px;
+}
+select.span7 {
+ width: 550px;
+}
+select.span8 {
+ width: 630px;
+}
+select.span9 {
+ width: 710px;
+}
+select.span10 {
+ width: 790px;
+}
+select.span11 {
+ width: 870px;
+}
+select.span12 {
+ width: 950px;
}
input[disabled],
select[disabled],
@@ -911,11 +877,17 @@ input::-webkit-input-placeholder {
.input-prepend:after, .input-append:after {
clear: both;
}
-.input-prepend input, .input-append input {
+.input-prepend input,
+.input-append input,
+.input-prepend .uneditable-input,
+.input-append .uneditable-input {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
+.input-prepend .uneditable-input, .input-append .uneditable-input {
+ border-left-color: #ccc;
+}
.input-prepend .add-on, .input-append .add-on {
float: left;
display: block;
@@ -944,12 +916,15 @@ input::-webkit-input-placeholder {
/* IE6-7 */
}
-.input-append input {
+.input-append input, .input-append .uneditable-input {
float: left;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
+.input-append .uneditable-input {
+ border-right-color: #ccc;
+}
.input-append .add-on {
margin-right: 0;
margin-left: -1px;
@@ -1471,23 +1446,25 @@ i {
.dropdown {
position: relative;
}
-.dropdown-toggle:after {
+.caret {
display: inline-block;
width: 0;
height: 0;
- margin-top: 8px;
- margin-left: 6px;
text-indent: -99999px;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
- border-top: 4px solid #ffffff;
+ border-top: 4px solid #000;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
content: "\2193";
}
-.dropdown:hover .dropdown-toggle:after {
+.dropdown .caret {
+ margin-top: 8px;
+ margin-left: 2px;
+}
+.dropdown:hover .caret {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
@@ -1495,68 +1472,63 @@ i {
.dropdown-menu {
position: absolute;
top: 40px;
- z-index: 900;
+ z-index: 1000;
float: left;
display: none;
min-width: 160px;
max-width: 220px;
_width: 160px;
- padding: 6px 0;
- margin-left: 0;
- margin-right: 0;
+ padding: 5px 0;
+ margin: 0;
+ list-style: none;
background-color: #ffffff;
border-color: #999;
- border-color: rgba(0, 0, 0, 0.2);
+ border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
- border-width: 0 1px 1px;
- -webkit-border-radius: 0 0 6px 6px;
- -moz-border-radius: 0 0 6px 6px;
- border-radius: 0 0 6px 6px;
- -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
+ border-width: 1px;
+ -webkit-border-radius: 0 0 5px 5px;
+ -moz-border-radius: 0 0 5px 5px;
+ border-radius: 0 0 5px 5px;
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
- -moz-background-clip: padding-box;
+ -moz-background-clip: padding;
background-clip: padding-box;
zoom: 1;
}
-.dropdown-menu li {
- float: none;
- display: block;
- background-color: none;
-}
.dropdown-menu .divider {
height: 1px;
- margin: 5px 0;
+ margin: 5px 1px;
overflow: hidden;
- background-color: #eee;
+ background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
-.topbar .dropdown-menu a, .dropdown-menu a {
+.dropdown-menu a {
display: block;
- padding: 4px 15px;
+ padding: 2px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
- text-shadow: 0 1px 0 #ffffff;
}
-.topbar .dropdown-menu a:hover, .dropdown-menu a:hover {
- color: #333333;
+.dropdown-menu a:hover {
+ color: #fff;
text-decoration: none;
- background-color: #dddddd;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
- background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
- background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
- background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
- background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
- background-image: linear-gradient(top, #eeeeee, #dddddd);
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ background-color: #0064cd;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
+ background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
+ background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
+ background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
+ background-image: -o-linear-gradient(top, #049cdb, #0064cd);
+ background-image: linear-gradient(top, #049cdb, #0064cd);
background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
- -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
- -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
- box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', 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);
}
.dropdown.open .dropdown-toggle {
color: #ffffff;
@@ -1672,6 +1644,13 @@ i {
.navbar .btn {
margin-top: 5px;
}
+.navbar-form {
+ margin-bottom: 0;
+}
+.navbar-form input, .navbar-form select {
+ display: inline-block;
+ margin-bottom: 0;
+}
.navbar-search {
position: relative;
float: left;
@@ -1735,7 +1714,7 @@ i {
top: 0;
right: 0;
left: 0;
- z-index: 10000;
+ z-index: 1010;
}
.nav {
position: relative;
@@ -2111,19 +2090,22 @@ i {
}
.side-nav .nav-label, .side-nav .nav-item {
display: block;
- padding: 3px 16px;
+ padding: 3px 15px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.side-nav .nav-label {
font-size: 11px;
line-height: 18px;
- color: #333333;
+ color: #999999;
text-transform: uppercase;
}
.side-nav .nav-group {
- margin: 0 -1px;
+ margin: 0;
list-style: none;
}
+.side-nav .nav-group + .nav-label {
+ margin-top: 9px;
+}
.side-nav .nav-item {
font-weight: bold;
}
@@ -2136,16 +2118,16 @@ i {
.side-nav .active .nav-item {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
- background-color: #aaaaaa;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#cccccc), to(#aaaaaa));
- background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
- background-image: -ms-linear-gradient(top, #cccccc, #aaaaaa);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
- background-image: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
- background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
- background-image: linear-gradient(top, #cccccc, #aaaaaa);
+ background-color: #999999;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
+ background-image: -moz-linear-gradient(top, #cccccc, #999999);
+ background-image: -ms-linear-gradient(top, #cccccc, #999999);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #999999));
+ background-image: -webkit-linear-gradient(top, #cccccc, #999999);
+ background-image: -o-linear-gradient(top, #cccccc, #999999);
+ background-image: linear-gradient(top, #cccccc, #999999);
background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa', GradientType=0);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999', GradientType=0);
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
@@ -2237,7 +2219,7 @@ i {
right: 0;
bottom: 0;
left: 0;
- z-index: 10000;
+ z-index: 1020;
background-color: #000000;
}
.modal-backdrop.fade {
@@ -2252,7 +2234,7 @@ i {
position: fixed;
top: 50%;
left: 50%;
- z-index: 11000;
+ z-index: 1030;
max-height: 500px;
overflow: auto;
width: 560px;
@@ -2273,9 +2255,6 @@ i {
-moz-background-clip: padding-box;
background-clip: padding-box;
}
-.modal .close {
- margin-top: 7px;
-}
.modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
@@ -2291,6 +2270,9 @@ i {
padding: 5px 15px;
border-bottom: 1px solid #eee;
}
+.modal-header .close {
+ margin-top: 7px;
+}
.modal-body {
padding: 15px;
}
@@ -2322,7 +2304,7 @@ i {
}
.twipsy {
position: absolute;
- z-index: 1000;
+ z-index: 1050;
display: block;
visibility: visible;
padding: 5px;
@@ -2400,7 +2382,7 @@ i {
position: absolute;
top: 0;
left: 0;
- z-index: 1000;
+ z-index: 1040;
display: none;
padding: 5px;
}
@@ -2653,23 +2635,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
-.btn-toolbar {
- zoom: 1;
-}
-.btn-toolbar:before, .btn-toolbar:after {
- display: table;
- *display: inline;
- content: "";
- zoom: 1;
-}
-.btn-toolbar:after {
- clear: both;
-}
-.btn-toolbar .btn-group {
- float: left;
- margin-right: 10px;
-}
.btn-group {
+ position: relative;
zoom: 1;
}
.btn-group:before, .btn-group:after {
@@ -2681,6 +2648,12 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
.btn-group:after {
clear: both;
}
+.btn-group + .btn-group {
+ margin-left: 5px;
+}
+.btn-toolbar .btn-group {
+ display: inline-block;
+}
.btn-group .btn {
position: relative;
float: left;
@@ -2698,7 +2671,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
-.btn-group .btn:last-child {
+.btn-group .btn:last-child, .btn-group .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
@@ -2715,7 +2688,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}
-.btn-group .btn.large:last-child {
+.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
@@ -2726,6 +2699,39 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
z-index: 2;
}
+.btn-group .dropdown-toggle {
+ padding-left: 8px;
+ padding-right: 8px;
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+.btn-group.open .dropdown-menu {
+ display: block;
+ top: 30px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+}
+.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);
+ box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+.btn .caret {
+ margin-top: 6px;
+ margin-left: 0;
+}
+.primary .caret,
+.danger .caret,
+.info .caret,
+.success .caret {
+ border-top-color: #fff;
+ filter: alpha(opacity=75);
+ -moz-opacity: 0.75;
+ opacity: 0.75;
+}
.alert-message {
position: relative;
padding: 7px 15px;
@@ -2956,6 +2962,9 @@ a.thumbnail:hover {
width: auto;
margin: 0;
}
+ .modal.fade.in {
+ top: auto;
+ }
.horizontal-form .control-group > label {
float: none;
width: auto;
@@ -3143,6 +3152,9 @@ a.thumbnail:hover {
.container {
width: @siteWidth;
}
+ .row {
+ margin-left: @gridGutterWidth * -1;
+ }
[class*="span"] {
margin-left: @gridGutterWidth;
}
@@ -3176,4 +3188,4 @@ a.thumbnail:hover {
.offset12 { .offset(12); }
}
-*/
+*/ \ No newline at end of file