summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss81
1 files changed, 44 insertions, 37 deletions
diff --git a/views/style.scss b/views/style.scss
index a23bb5d..63f9e74 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -1,57 +1,43 @@
-@media (min-width: 320px){
+/*@media (min-width: 320px){
.page-header{
- img.media-object{
- margin-left:0;
- }
+ //img.media-object{
+ // margin-left:0;
+ //}
background-color: #fff;
padding:10px 0 10px 0;
margin: 0;
- text-align:left;
+ //text-align:left;
//display:inline-block;
width:100%;
}
}
@media (min-width: 480px){
.page-header{
- img.media-object{
- margin-left:1em;
- }
+ //img.media-object{
+ // margin-left:1em;
+ //}
background-color: #fff;
padding:20px 0 20px 0;
margin: 0;
- text-align:center;
+ //text-align:center;
//display:inline-block;
width:100%;
}
+}*/
+.page-header {
+ background-color: #fff;
}
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;
-
- li.active a:hover {
- background-color: #f5f5f5;
- }
-
- li a {
- //height: 7em;
- }
-}
img {
max-width: 100%;
max-height: 100%;
}
.plot {
- height: 300px;
- width: 300px;
+ height: 50%;
+ width: 50%;
}
.faq {
text-align: block;
@@ -62,12 +48,6 @@ img {
.faq h1 {
text-align: center;
}
-.tablesorter-bootstrap thead .sorter-false {
- cursor: default;
-}
-.tablesorter-bootstrap thead {
- background-color: #E7E7E7;
-}
ul.share-buttons{
list-style: none;
}
@@ -82,14 +62,41 @@ ul.share-buttons{
width: 30px;
padding-right: 5px;
}
+.footer{
+ margin-top:3em;
+}
+.single-batch{
+ table-layout: fixed;
+ width: 100%;
+}
+.help table, .help th, .help td {
+ background-color: white;
+ border: 1px solid black;
+ border-bottom: none;
+ width: 100%;
+}
+.help th, .help td {
+ padding: 10px;
+ text-align: left;
+}
+/*img.supporters {
+ width: 150px;
+ height: 150px;
+}*/
supporters{
- text-align:center;
+ background-color: #fff;
img{
width: 200px;
margin: 1em;
}
}
-.footer{
- margin-top:3em;
+.table td.fit,
+.table th.fit {
+ white-space: nowrap;
+ width: 1%;
+}
+
+.modal-body p {
+ word-wrap: break-word;
}