summaryrefslogtreecommitdiff
path: root/simplex/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css46
1 files changed, 32 insertions, 14 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index b305c01f..5ef36072 100644
--- a/simplex/bootstrap.css
+++ b/simplex/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: #dddddd;
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: 9px;
padding-bottom: 9px;
margin-bottom: 0;
+ min-height: 31px;
}
.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: 12px;
line-height: 1.5;
+ min-height: 30px;
}
.input-lg {
height: 53px;
@@ -2745,6 +2766,7 @@ select[multiple].form-group-lg .form-control {
padding: 14px 16px;
font-size: 17px;
line-height: 1.3333333;
+ min-height: 35px;
}
.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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
@@ -6345,7 +6364,6 @@ button.close {
}
.hidden {
display: none !important;
- visibility: hidden !important;
}
.affix {
position: fixed;