vendor/assets/stylesheets/bootstrap/bootstrap.css in jombo-0.0.1.beta11 vs vendor/assets/stylesheets/bootstrap/bootstrap.css in jombo-0.0.1.beta12
- 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: Sat Dec 24 22:30:43 PST 2011
+ * Date: Sun Jan 8 02:58:37 PST 2012
*/
html, body {
margin: 0;
padding: 0;
}
@@ -173,11 +173,11 @@
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
- color: #404040;
+ color: #555555;
background-color: #ffffff;
}
.container {
width: 940px;
margin-left: auto;
@@ -207,34 +207,40 @@
zoom: 1;
}
.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;
+ float: left;
+ width: 100%;
}
-.fluid-container.reverse .fluid-content {
- margin-left: 0;
- margin-right: 240px;
-}
a {
font-weight: inherit;
line-height: inherit;
- color: #0069d6;
+ color: #0088cc;
text-decoration: none;
}
a:hover {
- color: #00438a;
+ color: #005580;
text-decoration: underline;
}
.pull-right {
float: right;
}
@@ -259,11 +265,10 @@
}
.row:after {
clear: both;
}
[class*="span"] {
- display: inline;
float: left;
margin-left: 20px;
}
.span1 {
width: 60px;
@@ -340,29 +345,29 @@
font-size: 13px;
line-height: 18px;
}
p small {
font-size: 11px;
- color: #bfbfbf;
+ color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
- color: #404040;
+ color: #333333;
text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
- color: #bfbfbf;
+ color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
@@ -381,25 +386,25 @@
font-size: 18px;
}
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;
- color: #bfbfbf;
+ font-size: 11px;
+ color: #999999;
text-transform: uppercase;
}
ul, ol {
margin: 0 0 9px 25px;
}
@@ -415,11 +420,11 @@
ol {
list-style: decimal;
}
li {
line-height: 18px;
- color: #404040;
+ color: #555555;
}
ul.unstyled {
margin-left: 0;
list-style: none;
}
@@ -434,11 +439,11 @@
}
dl dd {
margin-left: 9px;
}
hr {
- margin: 27px 0;
+ margin: 18px 0;
border: 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #fff;
}
strong {
@@ -449,11 +454,11 @@
font-style: italic;
font-weight: inherit;
line-height: inherit;
}
.muted {
- color: #bfbfbf;
+ color: #999999;
}
abbr {
font-size: 90%;
text-transform: uppercase;
border-bottom: 1px dotted #ddd;
@@ -471,17 +476,21 @@
line-height: 22.5px;
}
blockquote small {
display: block;
line-height: 18px;
- color: #bfbfbf;
+ color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
+ padding-left: 0;
+ padding-right: 15px;
+ border-left: 0;
+ border-right: 5px solid #eee;
}
blockquote.pull-right p, blockquote.pull-right small {
text-align: right;
}
address {
@@ -489,13 +498,13 @@
margin-bottom: 18px;
line-height: 18px;
}
code, pre {
padding: 0 3px 2px;
- font-family: "Menlo", Monaco, Courier New, monospace;
+ font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 12px;
- color: #404040;
+ color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
code {
@@ -509,13 +518,13 @@
font-size: 12px;
line-height: 18px;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
}
pre.prettyprint {
@@ -532,12 +541,13 @@
display: block;
width: 100%;
margin-bottom: 27px;
font-size: 19.5px;
line-height: 36px;
- color: #404040;
+ color: #333333;
border-bottom: 1px solid #eee;
+ -webkit-margin-collapse: separate;
}
label,
input,
select,
textarea {
@@ -547,23 +557,24 @@
line-height: 18px;
}
label {
display: block;
margin-bottom: 5px;
- color: #404040;
+ color: #333333;
}
input,
textarea,
select,
.uneditable-input {
- display: inline-block;
+ display: block;
width: 210px;
height: 18px;
padding: 4px;
+ margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
- color: #808080;
+ color: #555555;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@@ -599,38 +610,58 @@
/* For IE7, add top margin to align select with labels */
line-height: 27px;
}
select {
+ width: 220px;
+ padding: 0;
+ vertical-align: middle;
background-color: #ffffff;
}
-select[multiple] {
+select[multiple], select[size] {
height: inherit;
}
input[type=image] {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
textarea {
height: auto;
}
+.radio, .checkbox {
+ padding-left: 18px;
+}
+.radio input[type=radio], .checkbox input[type=checkbox] {
+ float: left;
+ margin-left: -18px;
+}
+.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;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
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 {
-webkit-box-shadow: none;
-moz-box-shadow: none;
@@ -653,154 +684,89 @@
width: 270px;
}
.input-xxlarge {
width: 530px;
}
-input.span1,
-textarea.span1,
-select.span1,
-.uneditable-input.span1 {
- display: inline-block;
+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 {
- display: inline-block;
- 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 {
- display: inline-block;
- float: none;
+input.span3, textarea.span3, .uneditable-input.span3 {
width: 210px;
- margin-left: 0;
}
-input.span4,
-textarea.span4,
-select.span4,
-.uneditable-input.span4 {
- display: inline-block;
- float: none;
+input.span4, textarea.span4, .uneditable-input.span4 {
width: 290px;
- margin-left: 0;
}
-input.span5,
-textarea.span5,
-select.span5,
-.uneditable-input.span5 {
- display: inline-block;
- float: none;
+input.span5, textarea.span5, .uneditable-input.span5 {
width: 370px;
- margin-left: 0;
}
-input.span6,
-textarea.span6,
-select.span6,
-.uneditable-input.span6 {
- display: inline-block;
- float: none;
+input.span6, textarea.span6, .uneditable-input.span6 {
width: 450px;
- margin-left: 0;
}
-input.span7,
-textarea.span7,
-select.span7,
-.uneditable-input.span7 {
- display: inline-block;
- float: none;
+input.span7, textarea.span7, .uneditable-input.span7 {
width: 530px;
- margin-left: 0;
}
-input.span8,
-textarea.span8,
-select.span8,
-.uneditable-input.span8 {
- display: inline-block;
- float: none;
+input.span8, textarea.span8, .uneditable-input.span8 {
width: 610px;
- margin-left: 0;
}
-input.span9,
-textarea.span9,
-select.span9,
-.uneditable-input.span9 {
- display: inline-block;
- float: none;
+input.span9, textarea.span9, .uneditable-input.span9 {
width: 690px;
- margin-left: 0;
}
-input.span10,
-textarea.span10,
-select.span10,
-.uneditable-input.span10 {
- display: inline-block;
- float: none;
+input.span10, textarea.span10, .uneditable-input.span10 {
width: 770px;
- margin-left: 0;
}
-input.span11,
-textarea.span11,
-select.span11,
-.uneditable-input.span11 {
- display: inline-block;
- float: none;
+input.span11, textarea.span11, .uneditable-input.span11 {
width: 850px;
- margin-left: 0;
}
-input.span12,
-textarea.span12,
-select.span12,
-.uneditable-input.span12 {
- display: inline-block;
- float: none;
+input.span12, textarea.span12, .uneditable-input.span12 {
width: 930px;
- margin-left: 0;
}
-input.span13,
-textarea.span13,
-select.span13,
-.uneditable-input.span13 {
- display: inline-block;
- float: none;
- width: 1010px;
- margin-left: 0;
+select.span1 {
+ width: 70px;
}
-input.span14,
-textarea.span14,
-select.span14,
-.uneditable-input.span14 {
- display: inline-block;
- float: none;
- width: 1090px;
- margin-left: 0;
+select.span2 {
+ width: 150px;
}
-input.span15,
-textarea.span15,
-select.span15,
-.uneditable-input.span15 {
- display: inline-block;
- float: none;
- width: 1170px;
- margin-left: 0;
+select.span3 {
+ width: 230px;
}
-input.span16,
-textarea.span16,
-select.span16,
-.uneditable-input.span16 {
- display: inline-block;
- 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],
textarea[disabled],
input[readonly],
select[readonly],
@@ -861,10 +827,20 @@
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
color: #468847;
background-color: #bcddbc;
border-color: #468847;
}
+input:invalid, textarea:invalid, select:invalid {
+ color: #b94a48;
+ border-color: #ee5f5b;
+}
+input:invalid:focus, textarea:invalid:focus, select:invalid:focus {
+ border-color: #e9322d;
+ -webkit-box-shadow: 0 0 6px #f8b9b7;
+ -moz-box-shadow: 0 0 6px #f8b9b7;
+ box-shadow: 0 0 6px #f8b9b7;
+}
.form-actions {
padding: 17px 20px 18px;
margin-top: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
@@ -877,20 +853,20 @@
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor: not-allowed;
}
-:-moz-placeholder {
- color: #bfbfbf;
+input:-moz-placeholder {
+ color: #999999;
}
-::-webkit-input-placeholder {
- color: #bfbfbf;
+input::-webkit-input-placeholder {
+ color: #999999;
}
-.help-text {
+.help-block {
margin-top: 5px;
margin-bottom: 0;
- color: #bfbfbf;
+ color: #999999;
}
.help-inline {
*position: relative;
/* IE6-7 */
@@ -898,50 +874,48 @@
/* IE6-7 */
display: inline;
padding-left: 5px;
}
-.help-block {
- display: block;
- max-width: 600px;
+.input-prepend, .input-append {
+ margin-bottom: 5px;
+ zoom: 1;
}
-.inline-inputs {
- color: #808080;
+.input-prepend:before,
+.input-append:before,
+.input-prepend:after,
+.input-append:after {
+ display: table;
+ *display: inline;
+ content: "";
+ zoom: 1;
}
-.inline-inputs span, .inline-inputs input {
- display: inline-block;
+.input-prepend:after, .input-append:after {
+ clear: both;
}
-.inline-inputs input.mini {
- width: 60px;
-}
-.inline-inputs input.small {
- width: 90px;
-}
-.inline-inputs span {
- padding: 0 2px 0 1px;
-}
-.input-prepend, .input-append {
- overflow: hidden;
-}
-.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 {
- position: relative;
- z-index: 2;
float: left;
display: block;
width: auto;
min-width: 16px;
height: 18px;
margin-right: -1px;
padding: 4px 4px 4px 5px;
font-weight: normal;
line-height: 18px;
- color: #bfbfbf;
+ color: #999999;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
background-color: #f5f5f5;
border: 1px solid #ccc;
-webkit-border-radius: 3px 0 0 3px;
@@ -955,28 +929,49 @@
.input-prepend .add-on {
*margin-top: 1px;
/* 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;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
-.search-form .search-query {
+.search-query {
+ padding-left: 14px;
+ padding-right: 14px;
+ margin-bottom: 0;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}
+.search-form input,
+.inline-form input,
+.horizontal-form input,
+.search-form textarea,
+.inline-form textarea,
+.horizontal-form textarea,
+.search-form select,
+.inline-form select,
+.horizontal-form select,
+.search-form .uneditable-input,
+.inline-form .uneditable-input,
+.horizontal-form .uneditable-input {
+ display: inline-block;
+ margin-bottom: 0;
+}
.control-group {
margin-bottom: 18px;
}
.control-group > label {
font-weight: bold;
@@ -988,13 +983,10 @@
text-align: right;
}
.horizontal-form .controls {
margin-left: 150px;
}
-.horizontal-form .control-list {
- padding-top: 6px;
-}
.horizontal-form .form-actions {
padding-left: 150px;
}
table {
width: 100%;
@@ -1002,22 +994,19 @@
}
th, td {
padding: 8px;
line-height: 18px;
text-align: left;
- border-bottom: 1px solid #ddd;
+ border-top: 1px solid #ddd;
}
th {
font-weight: bold;
vertical-align: bottom;
}
td {
vertical-align: top;
}
-tbody tr:last-child th, tbody tr:last-child td {
- border-bottom: 0;
-}
.condensed-table th, .condensed-table td {
padding: 4px 5px;
}
.bordered-table {
border: 1px solid #ddd;
@@ -1030,10 +1019,13 @@
.bordered-table td + td,
.bordered-table th + td,
.bordered-table td + th {
border-left: 1px solid #ddd;
}
+.bordered-table thead:first-child tr:first-child th, .bordered-table tbody:first-child tr:first-child td {
+ border-top: 0;
+}
.bordered-table thead:first-child tr:first-child th:first-child, .bordered-table tbody:first-child tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
}
@@ -1053,690 +1045,530 @@
border-radius: 0 0 4px 0;
}
.striped-table tbody tr:nth-child(odd) td, .striped-table tbody tr:nth-child(odd) th {
background-color: #f9f9f9;
}
-/*
-// ----------------
-
-// This is a duplication of the main grid .columns() mixin, but subtracts 20px to account for input padding and border
-.tableColumns(@columnSpan: 1) {
- width: ((@gridColumnWidth - 20) * @columnSpan) + ((@gridColumnWidth - 20) * (@columnSpan - 1));
+table .span1 {
+ float: none;
+ width: 44px;
+ margin-left: 0;
}
-table {
- // Default columns
- .span1 { .tableColumns(1); }
- .span2 { .tableColumns(2); }
- .span3 { .tableColumns(3); }
- .span4 { .tableColumns(4); }
- .span5 { .tableColumns(5); }
- .span6 { .tableColumns(6); }
- .span7 { .tableColumns(7); }
- .span8 { .tableColumns(8); }
- .span9 { .tableColumns(9); }
- .span10 { .tableColumns(10); }
- .span11 { .tableColumns(11); }
- .span12 { .tableColumns(12); }
- .span13 { .tableColumns(13); }
- .span14 { .tableColumns(14); }
- .span15 { .tableColumns(15); }
- .span16 { .tableColumns(16); }
+table .span2 {
+ float: none;
+ width: 124px;
+ margin-left: 0;
}
-
-
-// TABLESORTER
-// -----------
-
-table {
- // Tablesorting styles w/ jQuery plugin
- .header {
- cursor: pointer;
- &:after {
- float: right;
- margin-top: 7px;
- border-width: 0 4px 4px;
- border-style: solid;
- border-color: #000 transparent;
- content: "";
- visibility: hidden;
- }
- }
- // Style the sorted column headers (THs)
- .headerSortUp,
- .headerSortDown {
- text-shadow: 0 1px 1px rgba(255,255,255,.75);
- background-color: rgba(141,192,219,.25);
- }
- // Style the ascending (reverse alphabetical) column header
- .header:hover {
- &:after {
- visibility: visible;
- }
- }
- // Style the descending (alphabetical) column header
- .headerSortDown,
- .headerSortDown:hover {
- &:after {
- visibility: visible;
- .opacity(60);
- }
- }
- // Style the ascending (reverse alphabetical) column header
- .headerSortUp {
- &:after {
- border-bottom: none;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #000;
- visibility:visible;
- .box-shadow(none); //can't add boxshadow to downward facing arrow :(
- .opacity(60);
- }
- }
- // Blue Table Headings
- .blue {
- color: @blue;
- border-bottom-color: @blue;
- }
- .headerSortUp.blue,
- .headerSortDown.blue {
- background-color: lighten(@blue, 40%);
- }
- // Green Table Headings
- .green {
- color: @green;
- border-bottom-color: @green;
- }
- .headerSortUp.green,
- .headerSortDown.green {
- background-color: lighten(@green, 40%);
- }
- // Red Table Headings
- .red {
- color: @red;
- border-bottom-color: @red;
- }
- .headerSortUp.red,
- .headerSortDown.red {
- background-color: lighten(@red, 50%);
- }
- // Yellow Table Headings
- .yellow {
- color: @yellow;
- border-bottom-color: @yellow;
- }
- .headerSortUp.yellow,
- .headerSortDown.yellow {
- background-color: lighten(@yellow, 40%);
- }
- // Orange Table Headings
- .orange {
- color: @orange;
- border-bottom-color: @orange;
- }
- .headerSortUp.orange,
- .headerSortDown.orange {
- background-color: lighten(@orange, 40%);
- }
- // Purple Table Headings
- .purple {
- color: @purple;
- border-bottom-color: @purple;
- }
- .headerSortUp.purple,
- .headerSortDown.purple {
- background-color: lighten(@purple, 40%);
- }
-}*/
-.navbar {
- overflow: visible;
+table .span3 {
+ float: none;
+ width: 204px;
+ margin-left: 0;
}
-.navbar-inner {
- background-color: #222222;
- background-color: #222222;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
- background-image: -moz-linear-gradient(top, #333333, #222222);
- background-image: -ms-linear-gradient(top, #333333, #222222);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
- background-image: -webkit-linear-gradient(top, #333333, #222222);
- background-image: -o-linear-gradient(top, #333333, #222222);
- background-image: linear-gradient(top, #333333, #222222);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+table .span4 {
+ float: none;
+ width: 284px;
+ margin-left: 0;
}
-.navbar a {
- color: #bfbfbf;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+table .span5 {
+ float: none;
+ width: 364px;
+ margin-left: 0;
}
-.navbar .brand a:hover, .navbar ul .active > a {
- color: #ffffff;
- text-decoration: none;
- background-color: #333333;
- background-color: rgba(255, 255, 255, 0.05);
+table .span6 {
+ float: none;
+ width: 444px;
+ margin-left: 0;
}
-.navbar .brand {
- float: left;
- display: block;
- padding: 8px 20px 12px;
- margin-left: -20px;
- font-size: 20px;
- font-weight: 200;
- line-height: 1;
- color: #ffffff;
+table .span7 {
+ float: none;
+ width: 524px;
+ margin-left: 0;
}
-.navbar p {
- margin: 0;
- line-height: 40px;
+table .span8 {
+ float: none;
+ width: 604px;
+ margin-left: 0;
}
-.navbar p a:hover {
- color: #ffffff;
- background-color: transparent;
+table .span9 {
+ float: none;
+ width: 684px;
+ margin-left: 0;
}
-.navbar-search {
- position: relative;
- float: left;
- margin-top: 6px;
- margin-bottom: 0;
+table .span10 {
+ float: none;
+ width: 764px;
+ margin-left: 0;
}
-.navbar-search .search-query {
- padding: 4px 9px;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
- font-weight: normal;
- line-height: 1;
- color: #ffffff;
- color: rgba(255, 255, 255, 0.75);
- background-color: #444;
- background-color: rgba(255, 255, 255, 0.3);
- border: 1px solid #111;
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
- -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
- -webkit-transition: none;
- -moz-transition: none;
- -ms-transition: none;
- -o-transition: none;
- transition: none;
+table .span11 {
+ float: none;
+ width: 844px;
+ margin-left: 0;
}
-.navbar-search .search-query:-moz-placeholder {
- color: #e6e6e6;
+table .span12 {
+ float: none;
+ width: 924px;
+ margin-left: 0;
}
-.navbar-search .search-query::-webkit-input-placeholder {
- color: #e6e6e6;
+table .header {
+ cursor: pointer;
}
-.navbar-search .search-query:hover {
- color: #ffffff;
- background-color: #bfbfbf;
- background-color: rgba(255, 255, 255, 0.5);
+table .header:after {
+ content: "";
+ float: right;
+ margin-top: 7px;
+ border-width: 0 4px 4px;
+ border-style: solid;
+ border-color: #000 transparent;
+ visibility: hidden;
}
-.navbar-search .search-query:focus, .navbar-search .search-query.focused {
- padding: 5px 10px;
- color: #404040;
- text-shadow: 0 1px 0 #ffffff;
- background-color: #ffffff;
- border: 0;
- -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
- -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
- outline: 0;
+table .headerSortUp, table .headerSortDown {
+ background-color: rgba(141, 192, 219, 0.25);
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
-.navbar-static {
- margin-bottom: 18px;
+table .header:hover:after {
+ visibility: visible;
}
-.navbar-static .navbar-inner {
- padding-left: 20px;
- padding-right: 20px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
+table .headerSortDown:after, table .headerSortDown:hover:after {
+ visibility: visible;
+ filter: alpha(opacity=60);
+ -moz-opacity: 0.6;
+ opacity: 0.6;
}
-.navbar-fixed {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: 10000;
+table .headerSortUp:after {
+ border-bottom: none;
+ border-left: 4px solid transparent;
+ border-right: 4px solid transparent;
+ border-top: 4px solid #000;
+ visibility: visible;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+ filter: alpha(opacity=60);
+ -moz-opacity: 0.6;
+ opacity: 0.6;
}
-.nav {
- position: relative;
- left: 0;
- display: block;
- float: left;
- margin: 0 10px 0 0;
+i {
+ background-image: url(docs/assets/img/glyphicons-halflings-sprite.png);
+ background-position: 0 0;
+ background-repeat: no-repeat;
+ display: inline-block;
+ vertical-align: text-top;
+ width: 14px;
+ height: 14px;
}
-.nav > li {
- display: block;
- float: left;
+.glass {
+ background-position: 0 0;
}
-.nav a {
- display: block;
- float: none;
- padding: 10px 10px 11px;
- line-height: 19px;
- text-decoration: none;
+.music {
+ background-position: -24px 0;
}
-.nav a:hover {
- color: #ffffff;
- text-decoration: none;
+.search {
+ background-position: -48px 0;
}
-.nav .active > a {
- background-color: #222;
- background-color: rgba(0, 0, 0, 0.5);
+.envelope {
+ background-position: -72px 0;
}
-.nav .divider {
- height: 40px;
- width: 1px;
- margin: 0 5px;
- overflow: hidden;
- background-color: #222;
- border-right: 1px solid #444;
+.heart {
+ background-position: -96px 0;
}
-.nav.secondary-nav {
- float: right;
- margin-left: 10px;
- margin-right: 0;
+.star {
+ background-position: -120px 0;
}
-.nav.secondary-nav .dropdown-menu {
- right: 0;
- border: 0;
+.star-empty {
+ background-position: -144px 0;
}
-.nav .dropdown-toggle:hover, .nav .dropdown.open .dropdown-toggle {
- background: #444;
- background: rgba(255, 255, 255, 0.05);
+.user {
+ background-position: -168px 0;
}
-.nav .dropdown-menu {
- background-color: #333;
+.film {
+ background-position: -192px 0;
}
-.nav .dropdown-menu .dropdown-toggle {
- color: #ffffff;
+.th-large {
+ background-position: -216px 0;
}
-.nav .dropdown-menu .dropdown-toggle.open {
- background: #444;
- background: rgba(255, 255, 255, 0.05);
+.th {
+ background-position: -240px 0;
}
-.nav .dropdown-menu li a {
- color: #999;
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
+.th-lines {
+ background-position: -264px 0;
}
-.nav .dropdown-menu li a:hover {
- background-color: #191919;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
- background-image: -moz-linear-gradient(top, #292929, #191919);
- background-image: -ms-linear-gradient(top, #292929, #191919);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
- background-image: -webkit-linear-gradient(top, #292929, #191919);
- background-image: -o-linear-gradient(top, #292929, #191919);
- background-image: linear-gradient(top, #292929, #191919);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
- color: #ffffff;
+.ok {
+ background-position: -288px 0;
}
-.nav .dropdown-menu .active a {
- color: #ffffff;
+.remove {
+ background-position: -312px 0;
}
-.nav .dropdown-menu .divider {
- background-color: #222;
- border-color: #444;
+.zoom-in {
+ background-position: -336px 0;
}
-.topbar ul .dropdown-menu li a {
- padding: 4px 15px;
+.zoom-out {
+ background-position: -360px 0;
}
+.off {
+ background-position: -384px 0;
+}
+.signal {
+ background-position: -408px 0;
+}
+.cog {
+ background-position: -432px 0;
+}
+.trash {
+ background-position: -456px 0;
+}
+.home {
+ background-position: 0 -24px;
+}
+.file {
+ background-position: -24px -24px;
+}
+.time {
+ background-position: -48px -24px;
+}
+.road {
+ background-position: -72px -24px;
+}
+.download-alt {
+ background-position: -96px -24px;
+}
+.download {
+ background-position: -120px -24px;
+}
+.upload {
+ background-position: -144px -24px;
+}
+.inbox {
+ background-position: -168px -24px;
+}
+.play-circle {
+ background-position: -192px -24px;
+}
+.repeat {
+ background-position: -216px -24px;
+}
+.refresh {
+ background-position: -240px -24px;
+}
+.calendar {
+ background-position: -264px -24px;
+}
+.lock {
+ background-position: -288px -24px;
+}
+.flag {
+ background-position: -312px -24px;
+}
+.headphones {
+ background-position: -336px -24px;
+}
+.volume-off {
+ background-position: -360px -24px;
+}
+.volume-down {
+ background-position: -384px -24px;
+}
+.volume-up {
+ background-position: -408px -24px;
+}
+.qrcode {
+ background-position: -432px -24px;
+}
+.barcode {
+ background-position: -456px -24px;
+}
+.tag {
+ background-position: 0 -48px;
+}
+.tags {
+ background-position: -24px -48px;
+}
+.book {
+ background-position: -48px -48px;
+}
+.bookmark {
+ background-position: -72px -48px;
+}
+.print {
+ background-position: -96px -48px;
+}
+.camera {
+ background-position: -120px -48px;
+}
+.font {
+ background-position: -144px -48px;
+}
+.bold {
+ background-position: -168px -48px;
+}
+.italic {
+ background-position: -192px -48px;
+}
+.text-height {
+ background-position: -216px -48px;
+}
+.text-width {
+ background-position: -240px -48px;
+}
+.align-left {
+ background-position: -264px -48px;
+}
+.align-center {
+ background-position: -288px -48px;
+}
+.align-right {
+ background-position: -312px -48px;
+}
+.align-justify {
+ background-position: -336px -48px;
+}
+.list {
+ background-position: -360px -48px;
+}
+.indent-left {
+ background-position: -384px -48px;
+}
+.indent-right {
+ background-position: -408px -48px;
+}
+.facetime-video {
+ background-position: -432px -48px;
+}
+.picture {
+ background-position: -456px -48px;
+}
+.pencil {
+ background-position: 0 -72px;
+}
+.map-marker {
+ background-position: -24px -72px;
+}
+.adjust {
+ background-position: -48px -72px;
+}
+.tint {
+ background-position: -72px -72px;
+}
+.edit {
+ background-position: -96px -72px;
+}
+.share {
+ background-position: -120px -72px;
+}
+.check {
+ background-position: -144px -72px;
+}
+.move {
+ background-position: -168px -72px;
+}
+.step-backward {
+ background-position: -192px -72px;
+}
+.fast-backward {
+ background-position: -216px -72px;
+}
+.backward {
+ background-position: -240px -72px;
+}
+.play {
+ background-position: -264px -72px;
+}
+.pause {
+ background-position: -288px -72px;
+}
+.stop {
+ background-position: -312px -72px;
+}
+.forward {
+ background-position: -336px -72px;
+}
+.fast-forward {
+ background-position: -360px -72px;
+}
+.step-forward {
+ background-position: -384px -72px;
+}
+.eject {
+ background-position: -408px -72px;
+}
+.chevron-left {
+ background-position: -432px -72px;
+}
+.chevron-right {
+ background-position: -456px -72px;
+}
+.arrow-left {
+ background-position: -240px -96px;
+}
+.arrow-right {
+ background-position: -264px -96px;
+}
+.arrow-up {
+ background-position: -288px -96px;
+}
+.arrow-down {
+ background-position: -312px -96px;
+}
+.share {
+ background-position: -336px -96px;
+}
+.resize-full {
+ background-position: -360px -96px;
+}
+.resize-small {
+ background-position: -384px -96px;
+}
+.plus {
+ background-position: -408px -96px;
+}
+.minus {
+ background-position: -432px -96px;
+}
+.asterisk {
+ background-position: -456px -96px;
+}
.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: "↓";
+ content: "\2193";
}
-.dropdown:hover .dropdown-toggle:after {
+.dropdown .caret {
+ margin-top: 8px;
+ margin-left: 2px;
+}
+.dropdown:hover .caret, .open.dropdown .caret {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.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: #808080;
- text-shadow: 0 1px 0 #ffffff;
+ color: #555555;
}
-.topbar .dropdown-menu a:hover, .dropdown-menu a:hover {
- color: #404040;
+.dropdown-menu a:hover, .dropdown-menu .active > a {
+ 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: #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='#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='#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);
}
.dropdown.open .dropdown-toggle {
color: #ffffff;
background: #ccc;
background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
display: block;
}
-.hero-unit {
- padding: 60px;
- margin-bottom: 30px;
- background-color: #f5f5f5;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
+.typeahead {
+ margin-top: 2px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
}
-.hero-unit h1 {
- margin-bottom: 0;
- font-size: 60px;
- line-height: 1;
- letter-spacing: -1px;
-}
-.hero-unit p {
- font-size: 18px;
- font-weight: 200;
- line-height: 27px;
-}
-footer {
- padding-top: 17px;
- margin-top: 17px;
- border-top: 1px solid #eee;
-}
-.page-header {
- margin-bottom: 27px;
- border-bottom: 1px solid #eee;
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-}
-.page-header h1 {
- margin-bottom: 13.5px;
-}
-.btn.danger,
-.alert-message.danger,
-.btn.danger:hover,
-.alert-message.danger:hover,
-.btn.error,
-.alert-message.error,
-.btn.error:hover,
-.alert-message.error:hover,
-.btn.success,
-.alert-message.success,
-.btn.success:hover,
-.alert-message.success:hover,
-.btn.info,
-.alert-message.info,
-.btn.info:hover,
-.alert-message.info:hover {
- color: #ffffff;
-}
-.btn.danger,
-.alert-message.danger,
-.btn.error,
-.alert-message.error {
- background-color: #c43c35;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
- background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
- background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
- background-image: linear-gradient(top, #ee5f5b, #c43c35);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
- border-color: #c43c35 #c43c35 #882a25;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-}
-.btn.success, .alert-message.success {
- background-color: #57a957;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
- background-image: -moz-linear-gradient(top, #62c462, #57a957);
- background-image: -ms-linear-gradient(top, #62c462, #57a957);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
- background-image: -webkit-linear-gradient(top, #62c462, #57a957);
- background-image: -o-linear-gradient(top, #62c462, #57a957);
- background-image: linear-gradient(top, #62c462, #57a957);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
- border-color: #57a957 #57a957 #3d773d;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-}
-.btn.info, .alert-message.info {
- background-color: #339bb9;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
- background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
- background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
- background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
- background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
- background-image: linear-gradient(top, #5bc0de, #339bb9);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
- border-color: #339bb9 #339bb9 #22697d;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-}
-.btn {
- display: inline-block;
- padding: 5px 14px 6px;
- font-size: 13px;
- line-height: normal;
- color: #333;
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
- background-color: #e6e6e6;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
- background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
- background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
- background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
- background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
- background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
- border: 1px solid #ccc;
- border-bottom-color: #bbb;
+.well {
+ min-height: 20px;
+ padding: 19px;
+ margin-bottom: 20px;
+ background-color: #f5f5f5;
+ border: 1px solid #eee;
+ border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
- cursor: pointer;
- -webkit-transition: 0.1s linear all;
- -moz-transition: 0.1s linear all;
- -ms-transition: 0.1s linear all;
- -o-transition: 0.1s linear all;
- transition: 0.1s linear all;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
-.btn:hover {
- color: #404040;
- text-decoration: none;
- background-position: 0 -15px;
+.well blockquote {
+ border-color: #ddd;
+ border-color: rgba(0, 0, 0, 0.15);
}
-.btn:focus {
- outline: 1px dotted #666;
+.fade {
+ -webkit-transition: opacity 0.15s linear;
+ -moz-transition: opacity 0.15s linear;
+ -ms-transition: opacity 0.15s linear;
+ -o-transition: opacity 0.15s linear;
+ transition: opacity 0.15s linear;
+ opacity: 0;
}
-.btn.primary {
- color: #ffffff;
- 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='#049cdb', endColorstr='#0064cd', GradientType=0);
- border-color: #0064cd #0064cd #003f81;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+.fade.in {
+ opacity: 1;
}
-.btn.active, .btn:active {
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
-}
-.btn.disabled {
- cursor: default;
- background-image: none;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- filter: alpha(opacity=65);
- -moz-opacity: 0.65;
- opacity: 0.65;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-.btn[disabled] {
- cursor: default;
- background-image: none;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- filter: alpha(opacity=65);
- -moz-opacity: 0.65;
- opacity: 0.65;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-.btn.large {
- padding: 9px 14px 9px;
- font-size: 15px;
- line-height: normal;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-.btn.small {
- padding: 7px 9px 7px;
- font-size: 11px;
-}
-:root .alert-message, :root .btn {
- border-radius: 0 \0;
-}
-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 {
- zoom: 1;
-}
-.btn-group:before, .btn-group:after {
- display: table;
- *display: inline;
- content: "";
- zoom: 1;
-}
-.btn-group:after {
- clear: both;
-}
-.btn-group .btn {
+.collapse {
+ -webkit-transition: height 0.35s ease;
+ -moz-transition: height 0.35s ease;
+ -ms-transition: height 0.35s ease;
+ -o-transition: height 0.35s ease;
+ transition: height 0.35s ease;
position: relative;
- float: left;
- margin-left: -1px;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
+ overflow: hidden;
+ height: 0;
}
-.btn-group .btn:first-child {
- margin-left: 0;
- -webkit-border-top-left-radius: 4px;
- -moz-border-radius-topleft: 4px;
- border-top-left-radius: 4px;
- -webkit-border-bottom-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- border-bottom-left-radius: 4px;
+.collapse.in {
+ height: auto;
}
-.btn-group .btn:last-child {
- -webkit-border-top-right-radius: 4px;
- -moz-border-radius-topright: 4px;
- border-top-right-radius: 4px;
- -webkit-border-bottom-right-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- border-bottom-right-radius: 4px;
-}
-.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
- z-index: 2;
-}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 13.5px;
@@ -1751,266 +1583,255 @@
text-decoration: none;
filter: alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
}
-.alert-message {
- position: relative;
- padding: 7px 15px;
- margin-bottom: 18px;
- color: #404040;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
- background-color: #eedc94;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
- background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
- background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
- background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
- background-image: -o-linear-gradient(top, #fceec1, #eedc94);
- background-image: linear-gradient(top, #fceec1, #eedc94);
+.navbar {
+ overflow: visible;
+}
+.navbar-inner {
+ background-color: #222222;
+ background-color: #222222;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
+ background-image: -moz-linear-gradient(top, #333333, #222222);
+ background-image: -ms-linear-gradient(top, #333333, #222222);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
+ background-image: -o-linear-gradient(top, #333333, #222222);
+ background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
- border-color: #eedc94 #eedc94 #e4c652;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- border-width: 1px;
- border-style: solid;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
- -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);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
-.alert-message .close {
- *margin-top: 3px;
- /* IE7 spacing */
-
+.navbar .brand:hover, .navbar .nav .active > a {
+ color: #ffffff;
+ text-decoration: none;
+ background-color: #333333;
+ background-color: rgba(255, 255, 255, 0.05);
}
-.alert-message h5 {
- line-height: 18px;
+.navbar .brand {
+ float: left;
+ display: block;
+ padding: 8px 20px 12px;
+ margin-left: -20px;
+ font-size: 20px;
+ font-weight: 200;
+ line-height: 1;
+ color: #ffffff;
}
-.alert-message p {
- margin-bottom: 0;
+.navbar p {
+ margin: 0;
+ line-height: 40px;
}
-.alert-message div {
+.navbar p a:hover {
+ color: #ffffff;
+ background-color: transparent;
+}
+.navbar .btn {
margin-top: 5px;
- margin-bottom: 2px;
- line-height: 28px;
}
-.alert-message .btn {
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
- -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
+.navbar-form {
+ margin-bottom: 0;
}
-.alert-message.error, .alert-message.success, .alert-message.info {
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+.navbar-form input, .navbar-form select {
+ display: inline-block;
+ margin-bottom: 0;
}
-.alert-message.block-message {
- padding: 14px;
- background-image: none;
- background-color: #fdf5d9;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- border-color: #fceec1;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
-}
-.alert-message.block-message ul, .alert-message.block-message p {
- margin-right: 30px;
-}
-.alert-message.block-message ul {
+.navbar-search {
+ position: relative;
+ float: left;
+ margin-top: 6px;
margin-bottom: 0;
}
-.alert-message.block-message li {
- color: #404040;
+.navbar-search .search-query {
+ padding: 4px 9px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 13px;
+ font-weight: normal;
+ line-height: 1;
+ color: #ffffff;
+ color: rgba(255, 255, 255, 0.75);
+ background-color: #444;
+ background-color: rgba(255, 255, 255, 0.3);
+ border: 1px solid #111;
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
+ -webkit-transition: none;
+ -moz-transition: none;
+ -ms-transition: none;
+ -o-transition: none;
+ transition: none;
}
-.alert-message.block-message .alert-actions {
- margin-top: 5px;
+.navbar-search .search-query:-moz-placeholder {
+ color: #eeeeee;
}
-.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
- color: #404040;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+.navbar-search .search-query::-webkit-input-placeholder {
+ color: #eeeeee;
}
-.alert-message.block-message.error {
- background-color: #fddfde;
- border-color: #fbc7c6;
+.navbar-search .search-query:hover {
+ color: #ffffff;
+ background-color: #999999;
+ background-color: rgba(255, 255, 255, 0.5);
}
-.alert-message.block-message.success {
- background-color: #d1eed1;
- border-color: #bfe7bf;
+.navbar-search .search-query:focus, .navbar-search .search-query.focused {
+ padding: 5px 10px;
+ color: #333333;
+ text-shadow: 0 1px 0 #ffffff;
+ background-color: #ffffff;
+ border: 0;
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
+ outline: 0;
}
-.alert-message.block-message.info {
- background-color: #ddf4fb;
- border-color: #c6edf9;
+.navbar-static {
+ margin-bottom: 18px;
}
-.well {
- min-height: 20px;
- padding: 19px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border: 1px solid #eee;
- border: 1px solid rgba(0, 0, 0, 0.05);
+.navbar-static .navbar-inner {
+ padding-left: 20px;
+ padding-right: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
-.well blockquote {
- border-color: #ddd;
- border-color: rgba(0, 0, 0, 0.15);
+.navbar-fixed {
+ position: fixed;
+ top: 0;
+ right: 0;
+ left: 0;
+ z-index: 1010;
}
-.fade {
- -webkit-transition: opacity 0.15s linear;
- -moz-transition: opacity 0.15s linear;
- -ms-transition: opacity 0.15s linear;
- -o-transition: opacity 0.15s linear;
- transition: opacity 0.15s linear;
- opacity: 0;
+.navbar .nav {
+ position: relative;
+ left: 0;
+ display: block;
+ float: left;
+ margin: 0 10px 0 0;
}
-.fade.in {
- opacity: 1;
+.navbar .nav.pull-right {
+ float: right;
}
-.collapse {
- -webkit-transition: height 0.35s ease;
- -moz-transition: height 0.35s ease;
- -ms-transition: height 0.35s ease;
- -o-transition: height 0.35s ease;
- transition: height 0.35s ease;
- position: relative;
- overflow: hidden;
- height: 0;
+.navbar .nav > li {
+ display: block;
+ float: left;
}
-.collapse.in {
- height: auto;
+.navbar .nav > li > a {
+ float: none;
+ padding: 10px 10px 11px;
+ line-height: 19px;
+ color: #999999;
+ text-decoration: none;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
-.label {
- padding: 1px 3px 2px;
- font-size: 9.75px;
- font-weight: bold;
+.navbar .nav > li > a:hover {
+ background-color: transparent;
color: #ffffff;
- text-transform: uppercase;
- background-color: #bfbfbf;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
+ text-decoration: none;
}
-.label.important {
- background-color: #c43c35;
+.navbar .nav .active > a {
+ background-color: #222;
+ background-color: rgba(0, 0, 0, 0.5);
}
-.label.warning {
- background-color: #f89406;
+.navbar .vertical-divider {
+ height: 40px;
+ width: 1px;
+ margin: 0 5px;
+ overflow: hidden;
+ background-color: #222;
+ border-right: 1px solid #444;
}
-.label.success {
- background-color: #46a546;
+.navbar .nav.pull-right {
+ margin-left: 10px;
+ margin-right: 0;
}
-.label.notice {
- background-color: #62cffc;
+.navbar .dropdown-menu {
+ top: 42px;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
}
-.dropdown {
- position: relative;
+.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);
+ position: absolute;
+ top: -7px;
+ left: 12px;
}
-.dropdown-toggle:after {
+.navbar .dropdown-menu:after {
+ content: '';
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;
- filter: alpha(opacity=30);
- -moz-opacity: 0.3;
- opacity: 0.3;
- content: "↓";
+ border-left: 6px solid transparent;
+ border-right: 6px solid transparent;
+ border-bottom: 6px solid #fff;
+ position: absolute;
+ top: -6px;
+ left: 13px;
}
-.dropdown:hover .dropdown-toggle:after {
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- opacity: 1;
+.navbar .dropdown-toggle .caret, .navbar .open.dropdown .caret {
+ border-top-color: #fff;
}
-.dropdown-menu {
- position: absolute;
- top: 40px;
- z-index: 900;
- float: left;
- display: none;
- min-width: 160px;
- max-width: 220px;
- _width: 160px;
- padding: 6px 0;
+.navbar .open .dropdown-toggle {
+ background-color: transparent;
+}
+.navbar .nav.pull-right .dropdown-menu {
+ right: 0;
+}
+.navbar .nav.pull-right .dropdown-menu:before {
+ left: auto;
+ right: 12px;
+}
+.navbar .nav.pull-right .dropdown-menu:after {
+ left: auto;
+ right: 13px;
+}
+.nav {
margin-left: 0;
- margin-right: 0;
- background-color: #ffffff;
- border-color: #999;
- border-color: rgba(0, 0, 0, 0.2);
- 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);
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding-box;
- background-clip: padding-box;
- zoom: 1;
+ margin-bottom: 18px;
+ list-style: none;
}
-.dropdown-menu li {
- float: none;
+.nav > li > a {
display: block;
- background-color: none;
}
-.dropdown-menu .divider {
- height: 1px;
- margin: 5px 0;
- overflow: hidden;
+.nav > li > a:hover {
+ text-decoration: none;
background-color: #eee;
- border-bottom: 1px solid #ffffff;
}
-.topbar .dropdown-menu a, .dropdown-menu a {
+.nav.list {
+ padding-left: 14px;
+ padding-right: 14px;
+ margin-bottom: 0;
+}
+.nav.list > li > a, .nav.list .nav-header {
display: block;
- padding: 4px 15px;
- clear: both;
- font-weight: normal;
+ padding: 3px 15px;
+ margin-left: -15px;
+ margin-right: -15px;
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+}
+.nav.list .nav-header {
+ font-size: 11px;
+ font-weight: bold;
line-height: 18px;
- color: #808080;
- text-shadow: 0 1px 0 #ffffff;
+ color: #999999;
+ text-transform: uppercase;
}
-.topbar .dropdown-menu a:hover, .dropdown-menu a:hover {
- color: #404040;
- 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);
- 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);
+.nav.list > li + .nav-header {
+ margin-top: 9px;
}
-.dropdown.open .dropdown-toggle {
+.nav.list .active > a {
color: #ffffff;
- background: #ccc;
- background: rgba(0, 0, 0, 0.3);
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
+ background-color: #0088cc;
}
-.dropdown.open .dropdown-menu {
- display: block;
-}
.tabs, .pills {
- padding: 0;
- margin: 0 0 20px;
- list-style: none;
zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
@@ -2025,273 +1846,198 @@
}
.tabs > li, .pills > li {
float: left;
}
.tabs > li > a, .pills > li > a {
- display: block;
+ padding-right: 12px;
+ padding-left: 12px;
+ margin-right: 2px;
+ line-height: 14px;
}
.tabs {
- border-color: #ddd;
- border-style: solid;
- border-width: 0 0 1px;
+ border-bottom: 1px solid #ddd;
}
.tabs > li {
- position: relative;
margin-bottom: -1px;
}
.tabs > li > a {
- padding: 0 15px;
- margin-right: 2px;
- line-height: 36px;
+ padding-top: 9px;
+ padding-bottom: 9px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
- text-decoration: none;
- background-color: #eee;
border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
- color: #808080;
+ color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
-.tabbable {
- margin-bottom: 18px;
+.pills > li > a {
+ padding-top: 8px;
+ padding-bottom: 8px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
}
-.tabbable .tabs {
- margin-bottom: 0;
+.pills .active > a, .pills .active > a:hover {
+ color: #ffffff;
+ background-color: #0088cc;
+}
+.nav.stacked > li {
+ float: none;
+}
+.nav.stacked > li > a {
+ margin-right: 0;
+}
+.tabs.stacked {
border-bottom: 0;
}
-.tabbable .tab-content {
- padding: 19px;
+.tabs.stacked > li > a {
border: 1px solid #ddd;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
}
-.tabbable.tabs-bottom .tabs > li {
- margin-top: -1px;
- margin-bottom: 0;
+.tabs.stacked > li:first-child > a {
+ -webkit-border-radius: 4px 4px 0 0;
+ -moz-border-radius: 4px 4px 0 0;
+ border-radius: 4px 4px 0 0;
}
-.tabbable.tabs-bottom .tabs > li > a {
+.tabs.stacked > li:last-child > a {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
-.tabbable.tabs-bottom .tabs > li > a:hover {
- border-bottom-color: transparent;
- border-top-color: #ddd;
-}
-.tabbable.tabs-bottom .tabs > .active > a, .tabbable.tabs-bottom .tabs > .active > a:hover {
- border-color: transparent #ddd #ddd #ddd;
-}
-.tabbable.tabs-left, .tabbable.tabs-right {
- zoom: 1;
-}
-.tabbable.tabs-left:before,
-.tabbable.tabs-right:before,
-.tabbable.tabs-left:after,
-.tabbable.tabs-right:after {
- display: table;
- *display: inline;
- content: "";
- zoom: 1;
-}
-.tabbable.tabs-left:after, .tabbable.tabs-right:after {
- clear: both;
-}
-.tabbable.tabs-left .tabs, .tabbable.tabs-right .tabs {
- width: 100px;
-}
-.tabbable.tabs-left .tabs > li, .tabbable.tabs-right .tabs > li {
- float: none;
- margin-bottom: -1px;
-}
-.tabbable.tabs-left .tabs > li > a, .tabbable.tabs-right .tabs > li > a {
- margin-bottom: 2px;
-}
-.tabbable.tabs-left .tabs > li > a:hover, .tabbable.tabs-right .tabs > li > a:hover {
- border-color: transparent;
-}
-.tabbable.tabs-left .tab-content {
- margin-left: 100px;
-}
-.tabbable.tabs-left .tabs {
- float: left;
-}
-.tabbable.tabs-left .tabs > li {
- margin-right: -1px;
-}
-.tabbable.tabs-left .tabs > li > a {
- margin-right: 0;
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
-}
-.tabbable.tabs-left .tabs > li > a:hover {
- border-right-color: #ddd;
-}
-.tabbable.tabs-left .tabs .active > a, .tabbable.tabs-left .tabs .active > a:hover {
+.tabs.stacked > li > a:hover {
border-color: #ddd;
- border-right-color: transparent;
+ z-index: 2;
}
-.tabbable.tabs-right .tab-content {
- margin-right: 100px;
+.pills.stacked > li > a {
+ margin-bottom: 3px;
}
-.tabbable.tabs-right .tabs {
- float: right;
+.pills.stacked > li:last-child > a {
+ margin-bottom: 1px;
}
-.tabbable.tabs-right .tabs > li {
- margin-left: -1px;
+.nav .dropdown-menu {
+ top: 33px;
+ border-width: 1px;
}
-.tabbable.tabs-right .tabs > li > a {
- margin-left: 0;
- -webkit-border-radius: 0 4px 4px 0;
- -moz-border-radius: 0 4px 4px 0;
- border-radius: 0 4px 4px 0;
+.pills .dropdown-menu {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
}
-.tabbable.tabs-right .tabs > li > a:hover {
- border-left-color: #ddd;
+.nav .dropdown-toggle .caret {
+ border-top-color: #0088cc;
+ margin-top: 6px;
}
-.tabbable.tabs-right .tabs .active > a, .tabbable.tabs-right .tabs .active > a:hover {
- border-color: #ddd;
- border-left-color: transparent;
+.nav .dropdown-toggle:hover .caret {
+ border-top-color: #005580;
}
-.tabs .menu-dropdown, .tabs .dropdown-menu {
- top: 35px;
- border-width: 1px;
- -webkit-border-radius: 0 6px 6px 6px;
- -moz-border-radius: 0 6px 6px 6px;
- border-radius: 0 6px 6px 6px;
+.nav .open .dropdown-toggle {
+ background-color: #999;
+ border-color: #999;
}
-.tabs a.menu:after, .tabs .dropdown-toggle:after {
- border-top-color: #999;
- margin-top: 15px;
- margin-left: 5px;
+.nav .open .caret, .nav .open a:hover .caret {
+ border-top-color: #fff;
+ filter: alpha(opacity=100);
+ -moz-opacity: 1;
+ opacity: 1;
}
-.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
+.tabs.stacked .open > a:hover {
border-color: #999;
}
-.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
- border-top-color: #555;
+.tabbable {
+ zoom: 1;
}
-.pills > li > a {
- padding: 0 15px;
- margin: 5px 3px 5px 0;
- line-height: 30px;
- text-shadow: 0 1px 1px #ffffff;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
+.tabbable:before, .tabbable:after {
+ display: table;
+ *display: inline;
+ content: "";
+ zoom: 1;
}
-.pills > li > a:hover {
- color: #ffffff;
- text-decoration: none;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
- background-color: #00438a;
+.tabbable:after {
+ clear: both;
}
-.pills .active > a {
- color: #ffffff;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
- background-color: #0069d6;
+.tabs-below .tabs, .tabs-right .tabs, .tabs-left .tabs {
+ border-bottom: 0;
}
-.pills-vertical > li {
- float: none;
-}
.tab-content > .tab-pane, .pill-content > .pill-pane {
display: none;
}
.tab-content > .active, .pill-content > .active {
display: block;
}
-.step-nav {
- position: relative;
- margin: 0 0 18px;
- list-style: none;
- line-height: 30px;
- text-align: center;
- background-color: #f5f5f5;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
+.tabs-below .tabs {
+ border-top: 1px solid #ddd;
}
-.step-nav li {
- display: inline;
- color: #bfbfbf;
+.tabs-below .tabs > li {
+ margin-top: -1px;
+ margin-bottom: 0;
}
-.step-nav .prev, .step-nav .next {
- position: absolute;
- top: 6px;
+.tabs-below .tabs > li > a {
+ -webkit-border-radius: 0 0 4px 4px;
+ -moz-border-radius: 0 0 4px 4px;
+ border-radius: 0 0 4px 4px;
}
-.step-nav .prev {
- left: 15px;
+.tabs-below .tabs > li > a:hover {
+ border-bottom-color: transparent;
+ border-top-color: #ddd;
}
-.step-nav .next {
- right: 15px;
+.tabs-below .tabs .active > a, .tabs-below .tabs .active > a:hover {
+ border-color: transparent #ddd #ddd #ddd;
}
-.step-nav .dot {
- display: inline-block;
- width: 10px;
- height: 10px;
- margin: 0 3px;
- text-indent: -999em;
- background-color: #bfbfbf;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
+.tabs-left .tabs > li, .tabs-right .tabs > li {
+ float: none;
}
-.step-nav .dot:hover, .step-nav .active .dot {
- background-color: #404040;
+.tabs-left .tabs > li > a, .tabs-right .tabs > li > a {
+ min-width: 74px;
+ margin-right: 0;
+ margin-bottom: 3px;
}
-.subnav {
- background-color: #eeeeee;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eeeeee));
- background-image: -moz-linear-gradient(top, #f5f5f5, #eeeeee);
- background-image: -ms-linear-gradient(top, #f5f5f5, #eeeeee);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
- background-image: -webkit-linear-gradient(top, #f5f5f5, #eeeeee);
- background-image: -o-linear-gradient(top, #f5f5f5, #eeeeee);
- background-image: linear-gradient(top, #f5f5f5, #eeeeee);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
- -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 0 5px rgba(0, 0, 0, 0.5);
- -moz-box-shadow: inset 0 1px 0 #ffffff, 0 0 5px rgba(0, 0, 0, 0.5);
- box-shadow: inset 0 1px 0 #ffffff, 0 0 5px rgba(0, 0, 0, 0.5);
+.tabs-left .tabs {
+ float: left;
+ margin-right: 19px;
+ border-right: 1px solid #ddd;
}
-.subnav a {
- padding: 8px 10px;
- font-size: 12px;
- color: #0069d6;
- text-shadow: 0 1px 0 #fff;
- border-left: 1px solid #f9f9f9;
- border-right: 1px solid #e5e5e5;
+.tabs-left .tabs > li > a {
+ margin-right: -1px;
+ -webkit-border-radius: 4px 0 0 4px;
+ -moz-border-radius: 4px 0 0 4px;
+ border-radius: 4px 0 0 4px;
}
-.subnav a:hover {
- color: #00438a;
- background-color: #eee;
+.tabs-left .tabs > li > a:hover {
+ border-color: #eee #ddd #eee #eee;
}
-.subnav li:first-child a {
- border-left: 0;
- -webkit-border-radius: 6px 0 0 6px;
- -moz-border-radius: 6px 0 0 6px;
- border-radius: 6px 0 0 6px;
+.tabs-left .tabs .active > a, .tabs-left .tabs .active > a:hover {
+ border-color: #ddd transparent #ddd #ddd;
}
-.subnav li:last-child a {
- border-right: 0;
- -webkit-border-radius: 0 6px 6px 0;
- -moz-border-radius: 0 6px 6px 0;
- border-radius: 0 6px 6px 0;
+.tabs-right .tabs {
+ float: right;
+ margin-left: 19px;
+ border-left: 1px solid #ddd;
}
-.subnav ul .active > a {
- color: #404040;
- background-color: #eee;
+.tabs-right .tabs > li > a {
+ margin-left: -1px;
+ -webkit-border-radius: 0 4px 4px 0;
+ -moz-border-radius: 0 4px 4px 0;
+ border-radius: 0 4px 4px 0;
}
+.tabs-right .tabs > li > a:hover {
+ border-color: #eee #eee #eee #ddd;
+}
+.tabs-right .tabs .active > a, .tabs-right .tabs .active > a:hover {
+ border-color: #ddd #ddd #ddd transparent;
+}
.breadcrumb {
padding: 7px 14px;
margin: 0 0 18px;
background-color: #f5f5f5;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
@@ -2315,21 +2061,25 @@
display: inline;
text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
padding: 0 5px;
- color: #bfbfbf;
+ color: #999999;
}
.breadcrumb .active a {
- color: #404040;
+ color: #333333;
}
.pagination {
height: 36px;
margin: 18px 0;
}
.pagination ul {
- float: left;
+ display: inline-block;
+ *display: inline;
+ /* IE7 inline-block hack */
+
+ *zoom: 1;
margin: 0;
border: 1px solid #ddd;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
@@ -2355,23 +2105,27 @@
}
.pagination a:hover, .pagination .active a {
background-color: #c7eefe;
}
.pagination .disabled a, .pagination .disabled a:hover {
- color: #bfbfbf;
+ color: #999999;
background-color: transparent;
+ cursor: default;
}
.pagination .next a {
border: 0;
}
+.pagination.centered {
+ text-align: center;
+}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
- z-index: 10000;
+ z-index: 1020;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
}
@@ -2382,11 +2136,13 @@
}
.modal {
position: fixed;
top: 50%;
left: 50%;
- z-index: 11000;
+ z-index: 1030;
+ max-height: 500px;
+ overflow: auto;
width: 560px;
margin: -250px 0 0 -250px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
@@ -2401,13 +2157,10 @@
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-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;
-ms-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
@@ -2419,10 +2172,13 @@
}
.modal-header {
padding: 5px 15px;
border-bottom: 1px solid #eee;
}
+.modal-header .close {
+ margin-top: 7px;
+}
.modal-body {
padding: 15px;
}
.modal-footer {
padding: 14px 15px 15px;
@@ -2450,11 +2206,11 @@
float: right;
margin-left: 5px;
}
.twipsy {
position: absolute;
- z-index: 1000;
+ z-index: 1050;
display: block;
visibility: visible;
padding: 5px;
font-size: 11px;
filter: alpha(opacity=0);
@@ -2528,11 +2284,11 @@
}
.popover {
position: absolute;
top: 0;
left: 0;
- z-index: 1000;
+ z-index: 1040;
display: none;
padding: 5px;
}
.popover.top {
margin-top: -5px;
@@ -2616,10 +2372,361 @@
background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
margin-bottom: 0;
}
+.btn.danger,
+.alert-message.danger,
+.btn.danger:hover,
+.alert-message.danger:hover,
+.btn.error,
+.alert-message.error,
+.btn.error:hover,
+.alert-message.error:hover,
+.btn.success,
+.alert-message.success,
+.btn.success:hover,
+.alert-message.success:hover,
+.btn.info,
+.alert-message.info,
+.btn.info:hover,
+.alert-message.info:hover {
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ color: #ffffff;
+}
+.btn.danger,
+.alert-message.danger,
+.btn.error,
+.alert-message.error {
+ background-color: #c43c35;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: linear-gradient(top, #ee5f5b, #c43c35);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
+ border-color: #c43c35 #c43c35 #882a25;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+.btn.success, .alert-message.success {
+ background-color: #57a957;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
+ background-image: -ms-linear-gradient(top, #62c462, #57a957);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
+ background-image: linear-gradient(top, #62c462, #57a957);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
+ border-color: #57a957 #57a957 #3d773d;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+.btn.info, .alert-message.info {
+ background-color: #339bb9;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: linear-gradient(top, #5bc0de, #339bb9);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
+ border-color: #339bb9 #339bb9 #22697d;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+.btn {
+ display: inline-block;
+ padding: 5px 10px 6px;
+ font-size: 13px;
+ line-height: normal;
+ color: #333;
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+ background-color: #e6e6e6;
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
+ background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
+ background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
+ background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
+ background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
+ background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
+ background-repeat: no-repeat;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
+ border: 1px solid #ccc;
+ border-bottom-color: #bbb;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+ cursor: pointer;
+ -webkit-transition: 0.1s linear all;
+ -moz-transition: 0.1s linear all;
+ -ms-transition: 0.1s linear all;
+ -o-transition: 0.1s linear all;
+ transition: 0.1s linear all;
+}
+.btn:hover {
+ color: #333333;
+ text-decoration: none;
+ background-position: 0 -15px;
+}
+.btn:focus {
+ outline: 1px dotted #666;
+}
+.btn.primary {
+ color: #ffffff;
+ 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='#049cdb', endColorstr='#0064cd', GradientType=0);
+ border-color: #0064cd #0064cd #003f81;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+.btn.active, .btn:active {
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+.btn.disabled {
+ cursor: default;
+ background-image: none;
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+ filter: alpha(opacity=65);
+ -moz-opacity: 0.65;
+ opacity: 0.65;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+.btn[disabled] {
+ cursor: default;
+ background-image: none;
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+ filter: alpha(opacity=65);
+ -moz-opacity: 0.65;
+ opacity: 0.65;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+.btn.large {
+ padding: 9px 14px 9px;
+ font-size: 15px;
+ line-height: normal;
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
+}
+.btn.small {
+ padding: 7px 9px 7px;
+ font-size: 11px;
+}
+:root .alert-message, :root .btn {
+ border-radius: 0 \0;
+}
+button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
+ padding: 0;
+ border: 0;
+}
+.btn-group {
+ position: relative;
+ zoom: 1;
+}
+.btn-group:before, .btn-group:after {
+ display: table;
+ *display: inline;
+ content: "";
+ zoom: 1;
+}
+.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;
+ margin-left: -1px;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+.btn-group .btn:first-child {
+ margin-left: 0;
+ -webkit-border-top-left-radius: 4px;
+ -moz-border-radius-topleft: 4px;
+ border-top-left-radius: 4px;
+ -webkit-border-bottom-left-radius: 4px;
+ -moz-border-radius-bottomleft: 4px;
+ border-bottom-left-radius: 4px;
+}
+.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;
+ -webkit-border-bottom-right-radius: 4px;
+ -moz-border-radius-bottomright: 4px;
+ border-bottom-right-radius: 4px;
+}
+.btn-group .btn.large:first-child {
+ margin-left: 0;
+ -webkit-border-top-left-radius: 6px;
+ -moz-border-radius-topleft: 6px;
+ border-top-left-radius: 6px;
+ -webkit-border-bottom-left-radius: 6px;
+ -moz-border-radius-bottomleft: 6px;
+ border-bottom-left-radius: 6px;
+}
+.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;
+ -webkit-border-bottom-right-radius: 6px;
+ -moz-border-radius-bottomright: 6px;
+ border-bottom-right-radius: 6px;
+}
+.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;
+ margin-bottom: 18px;
+ color: #333333;
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+ background-color: #eedc94;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
+ background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
+ background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
+ background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
+ background-image: -o-linear-gradient(top, #fceec1, #eedc94);
+ background-image: linear-gradient(top, #fceec1, #eedc94);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
+ border-color: #eedc94 #eedc94 #e4c652;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ border-width: 1px;
+ border-style: solid;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
+ -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;
+}
+.alert-message p {
+ margin-bottom: 0;
+}
+.alert-message div {
+ margin-top: 5px;
+ margin-bottom: 2px;
+ line-height: 28px;
+}
+.alert-message .btn {
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
+ box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
+}
+.alert-message.error, .alert-message.success, .alert-message.info {
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+.alert-message.block-message {
+ padding: 14px;
+ background-image: none;
+ background-color: #fdf5d9;
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+ border-color: #fceec1;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+.alert-message.block-message ul, .alert-message.block-message p {
+ margin-right: 30px;
+}
+.alert-message.block-message ul {
+ margin-bottom: 0;
+}
+.alert-message.block-message li {
+ color: #333333;
+}
+.alert-message.block-message .alert-actions {
+ margin-top: 5px;
+}
+.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
+ color: #333333;
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+}
+.alert-message.block-message.error {
+ background-color: #fddfde;
+ border-color: #fbc7c6;
+}
+.alert-message.block-message.success {
+ background-color: #d1eed1;
+ border-color: #bfe7bf;
+}
+.alert-message.block-message.info {
+ background-color: #ddf4fb;
+ border-color: #c6edf9;
+}
.thumbnails {
margin-left: -20px;
margin-bottom: 0;
list-style: none;
zoom: 1;
@@ -2648,11 +2755,11 @@
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
- border-color: #0069d6;
+ border-color: #0088cc;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
@@ -2660,80 +2767,282 @@
max-width: 100%;
}
.thumbnail .caption {
padding: 9px;
}
-.hidden {
+.carousel {
+ position: relative;
+}
+.carousel .carousel-inner {
+ overflow: hidden;
+ width: 100%;
+ position: relative;
+}
+.carousel .item {
display: none;
- visibility: hidden;
+ position: relative;
+ -webkit-transition: 0.6s ease-in-out left;
+ -moz-transition: 0.6s ease-in-out left;
+ -ms-transition: 0.6s ease-in-out left;
+ -o-transition: 0.6s ease-in-out left;
+ transition: 0.6s ease-in-out left;
}
-@media (max-width: 480px) {
- .modal {
- width: auto;
- margin: 0;
+.carousel .active, .carousel .next, .carousel .prev {
+ display: block;
+}
+.carousel .next, .carousel .prev {
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+.carousel .next {
+ left: 100%;
+}
+.carousel .prev {
+ left: -100%;
+}
+.carousel .next.left, .carousel .prev.right {
+ left: 0%;
+}
+.carousel .active.left {
+ left: -100%;
+}
+.carousel .active.right {
+ left: 100%;
+}
+.carousel .nav {
+ width: auto;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ height: 50px;
+ position: absolute;
+ top: 50%;
+ margin: -25px 0 0;
+ cursor: pointer;
+ background: rgba(0, 0, 0, 0.7);
+ color: white;
+ font-size: 42px;
+ left: 5px;
+ font-weight: 100;
+ padding: 0 15px;
+}
+.carousel .nav.right {
+ right: 5px;
+ left: auto;
+}
+.carousel .nav:hover {
+ text-decoration: none;
+ background: rgba(0, 0, 0, 0.8);
+}
+.label {
+ padding: 1px 3px 2px;
+ font-size: 9.75px;
+ font-weight: bold;
+ color: #ffffff;
+ text-transform: uppercase;
+ background-color: #999999;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+.label.important {
+ background-color: #c43c35;
+}
+.label.warning {
+ background-color: #f89406;
+}
+.label.success {
+ background-color: #46a546;
+}
+.label.notice {
+ background-color: #62cffc;
+}
+@-webkit-keyframes progress-bar-stripes {
+ from {
+ background-position: 0 0;
}
- .horizontal-form .control-group > label {
- float: none;
- width: auto;
- padding-top: 0;
- text-align: left;
+ to {
+ background-position: 40px 0;
}
- .horizontal-form .controls {
- margin-left: 0;
- }
- .horizontal-form .control-list {
- padding-top: 0;
- }
- .horizontal-form .form-actions {
- padding-left: 0;
- }
}
-@media (max-width: 768px) {
- .container {
- width: auto;
- padding: 0 20px;
+@keyframes progress-bar-stripes {
+ from {
+ background-position: 0 0;
}
- .row {
- margin-left: 0;
+ to {
+ background-position: 40px 0;
}
- [class*="span"] {
- float: none;
- display: block;
- width: auto;
- margin: 0;
- }
- .nav {
+}
+.progress, .progress .bar {
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+.progress {
+ height: 18px;
+ margin-bottom: 18px;
+ background-color: #f9f9f9;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
+ background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f9f9f9));
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
+ background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+}
+.progress .bar {
+ width: 0%;
+ height: 18px;
+ margin: ;
+ background-color: #0480be;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be);
+ background-image: -ms-linear-gradient(top, #149bdf, #0480be);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #149bdf), color-stop(100%, #0480be));
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
+ background-image: -o-linear-gradient(top, #149bdf, #0480be);
+ background-image: linear-gradient(top, #149bdf, #0480be);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ -webkit-transition: width 0.6s ease;
+ -moz-transition: width 0.6s ease;
+ -ms-transition: width 0.6s ease;
+ -o-transition: width 0.6s ease;
+ transition: width 0.6s ease;
+}
+.progress.striped .bar {
+ background-color: #62c462;
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ -webkit-background-size: 40px 40px;
+ -moz-background-size: 40px 40px;
+ -o-background-size: 40px 40px;
+ background-size: 40px 40px;
+}
+.progress.active .bar {
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ -moz-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite;
+}
+.progress.danger .bar {
+ background-color: #c43c35;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
+ background-image: linear-gradient(top, #ee5f5b, #c43c35);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
+}
+.progress.danger.striped .bar {
+ background-color: #ee5f5b;
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress.success .bar {
+ background-color: #57a957;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
+ background-image: -ms-linear-gradient(top, #62c462, #57a957);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
+ background-image: linear-gradient(top, #62c462, #57a957);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
+}
+.progress.success.striped .bar {
+ background-color: #62c462;
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.progress.info .bar {
+ background-color: #339bb9;
+ background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
+ background-image: linear-gradient(top, #5bc0de, #339bb9);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
+}
+.progress.info.striped .bar {
+ background-color: #5bc0de;
+ background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+ background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+.hidden {
+ display: none;
+ visibility: hidden;
+}
+@media (max-width: 480px) {
+ .navbar .nav {
position: absolute;
top: 0;
left: 0;
width: 180px;
padding-top: 40px;
list-style: none;
}
- .nav, .nav > li:last-child a {
+ .navbar .nav, .navbar .nav > li:last-child a {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
- .nav > li {
+ .navbar .nav > li {
float: none;
display: none;
}
- .nav > li > a {
+ .navbar .nav > li > a {
float: none;
background-color: #222;
}
- .nav > .active {
+ .navbar .nav > .active {
display: block;
position: absolute;
top: 0;
left: 0;
}
- .navbar ul .active > a {
+ .navbar .nav > .active > a {
background-color: transparent;
}
- .nav > .active a:after {
+ .navbar .nav > .active > a:hover {
+ background-color: #333;
+ }
+ .navbar .nav > .active > a:after {
display: inline-block;
width: 0;
height: 0;
margin-top: 8px;
margin-left: 6px;
@@ -2745,14 +3054,70 @@
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
content: "↓";
}
- .nav > .active a:hover {
- background-color: rgba(255, 255, 255, 0.05);
+ .navbar .nav:hover > li {
+ display: block;
}
+ .navbar .nav:hover > li > a:hover {
+ background-color: #333;
+ }
+ .modal {
+ width: auto;
+ margin: 0;
+ }
+ .modal.fade.in {
+ top: auto;
+ }
+ .horizontal-form .control-group > label {
+ float: none;
+ width: auto;
+ padding-top: 0;
+ text-align: left;
+ }
+ .horizontal-form .controls {
+ margin-left: 0;
+ }
+ .horizontal-form .control-list {
+ padding-top: 0;
+ }
+ .horizontal-form .form-actions {
+ padding-left: 0;
+ }
+ .modal {
+ position: fixed;
+ top: 20px;
+ left: 20px;
+ right: 20px;
+ width: auto;
+ }
+ .modal .close {
+ padding: 10px;
+ }
}
+@media (max-width: 768px) {
+ .navbar-fixed {
+ position: absolute;
+ }
+ .navbar-fixed .nav {
+ float: none;
+ }
+ .container {
+ width: auto;
+ padding: 0 20px;
+ }
+ .row {
+ margin-left: 0;
+ }
+ .row > [class*="span"] {
+ float: none;
+ display: block;
+ width: auto;
+ margin: 0;
+ }
+}
@media (min-width: 768px) and (max-width: 940px) {
.container {
width: 748px;
}
.span1 {
@@ -2846,10 +3211,13 @@
}
.container {
width: @siteWidth;
}
+ .row {
+ margin-left: @gridGutterWidth * -1;
+ }
[class*="span"] {
margin-left: @gridGutterWidth;
}
// Default columns
@@ -2879,6 +3247,6 @@
.offset10 { .offset(10); }
.offset11 { .offset(11); }
.offset12 { .offset(12); }
}
-*/
+*/
\ No newline at end of file