summaryrefslogtreecommitdiff
path: root/views/style.scss
blob: 77c7c4e69ecdabf53528a4d6a1afbe1a35b6f9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body {
  background-color:#E7E7E7;
}
table.table-borderless tbody tr td{
  border-top: none;
}
h4.head-back, h5.head-back{
  background-color: #E7E7E7;
}
.nav-tabs {
  background-color: #E7E7E7;
  margin-bottom: 0;

  li.active a:hover {
    background-color: #f5f5f5;
  }

  li a {
    height: 5em;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
}

.plot {
  height: 300px;
  width: 300px;
}
.faq {
  text-align: block;
  margin-left:15%;
  margin-right:15%;
  margin-top:2%;
}
.faq h1 {
  text-align: center;
}
.tablesorter-bootstrap thead .sorter-false {
  cursor: default;
}
ul.share-buttons{
  list-style: none;
}
.dropdown-menu {
  min-width: 0px !important;
  width:60px;
}
.dropdown-menu a {
  padding: 0 2px 1px 2px !important;
}
.page-header{
  margin:20px 0 20px;
  text-align:justify;
  display:inline-block;
  width:98.5%;
}
.footer .modal img{
  width: 250px;
  padding: 1em;
}
footer button{
  padding-bottom: 1em !important;
}
.dropdown-menu img{
  margin-left: 0.7em;
}