summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-03-17 14:38:40 -0400
committerThomas Park <thomas@thomaspark.me>2015-03-17 14:38:40 -0400
commit0b99e59d9ba103694240d1a1e0f9ffdfaaaea709 (patch)
treeac8638e87d02fad4f7ad17230029371e887bf2bd /cosmo/bootstrap.css
parent66e5c761eea0ce48fcf72844f043db4bcb43c6d9 (diff)
update bootswatch to 3.3.4
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css46
1 files changed, 32 insertions, 14 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index 878360b9..085dedca 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -957,12 +957,24 @@ th {
.glyphicon-bitcoin:before {
content: "\e227";
}
+.glyphicon-btc:before {
+ content: "\e227";
+}
+.glyphicon-xbt:before {
+ content: "\e227";
+}
.glyphicon-yen:before {
content: "\00a5";
}
+.glyphicon-jpy:before {
+ content: "\00a5";
+}
.glyphicon-ruble:before {
content: "\20bd";
}
+.glyphicon-rub:before {
+ content: "\20bd";
+}
.glyphicon-scale:before {
content: "\e230";
}
@@ -1159,6 +1171,9 @@ hr {
overflow: visible;
clip: auto;
}
+[role="button"] {
+ cursor: pointer;
+}
h1,
h2,
h3,
@@ -2562,10 +2577,13 @@ output {
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
- cursor: not-allowed;
background-color: #e6e6e6;
opacity: 1;
}
+.form-control[disabled],
+fieldset[disabled] .form-control {
+ cursor: not-allowed;
+}
textarea.form-control {
height: auto;
}
@@ -2632,6 +2650,7 @@ input[type="search"] {
}
.radio-inline,
.checkbox-inline {
+ position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
@@ -2668,6 +2687,7 @@ fieldset[disabled] .checkbox label {
padding-top: 11px;
padding-bottom: 11px;
margin-bottom: 0;
+ min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
@@ -2709,6 +2729,7 @@ select[multiple].form-group-sm .form-control {
padding: 5px 10px;
font-size: 13px;
line-height: 1.5;
+ min-height: 34px;
}
.input-lg {
height: 64px;
@@ -2745,6 +2766,7 @@ select[multiple].form-group-lg .form-control {
padding: 18px 30px;
font-size: 19px;
line-height: 1.3333333;
+ min-height: 40px;
}
.has-feedback {
position: relative;
@@ -3363,11 +3385,9 @@ input[type="button"].btn-block {
}
.collapse {
display: none;
- visibility: hidden;
}
.collapse.in {
display: block;
- visibility: visible;
}
tr.collapse.in {
display: table-row;
@@ -3395,7 +3415,7 @@ tbody.collapse.in {
height: 0;
margin-left: 2px;
vertical-align: middle;
- border-top: 4px solid;
+ border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
@@ -4035,11 +4055,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.tab-content > .tab-pane {
display: none;
- visibility: hidden;
}
.tab-content > .active {
display: block;
- visibility: visible;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
@@ -4083,7 +4101,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar-collapse.collapse {
display: block !important;
- visibility: visible !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
@@ -4811,7 +4828,8 @@ a.label:focus {
position: relative;
top: -1px;
}
-.btn-xs .badge {
+.btn-xs .badge,
+.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
@@ -5643,10 +5661,10 @@ a.list-group-item-danger.active:focus {
width: 100%;
border: 0;
}
-.embed-responsive.embed-responsive-16by9 {
+.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
-.embed-responsive.embed-responsive-4by3 {
+.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
@@ -5707,7 +5725,7 @@ button.close {
right: 0;
bottom: 0;
left: 0;
- z-index: 1040;
+ z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
@@ -5748,10 +5766,12 @@ button.close {
outline: 0;
}
.modal-backdrop {
- position: absolute;
+ position: fixed;
top: 0;
right: 0;
+ bottom: 0;
left: 0;
+ z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
@@ -5822,7 +5842,6 @@ button.close {
position: absolute;
z-index: 1070;
display: block;
- visibility: visible;
font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
@@ -6345,7 +6364,6 @@ button.close {
}
.hidden {
display: none !important;
- visibility: hidden !important;
}
.affix {
position: fixed;