Browse Source

fix jquery collapse and input height

devel
Dmitry Novikov 7 years ago
parent
commit
3fe295b8e7
  1. 6
      static/css/custom.css
  2. 3
      static/js/all.min.js

6
static/css/custom.css

@ -75,7 +75,6 @@ body {
.main {
margin-top: 10px;
/*display: table;*/
}
.table-responsive thead {
@ -257,14 +256,11 @@ div#loading {
display: none;
}
.scroll-area {
overflow-y: auto;
max-height: 65vh;
}
pre {
border: 0; background-color: transparent;
white-space: pre-wrap;
@ -303,3 +299,5 @@ pre {
.font-extra-large{
font-size: 75px;
}
.form-group-sm .form-control{height: 25px;}

3
static/js/all.min.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save