summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css25
1 files changed, 19 insertions, 6 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 8c47e980..e21b46ea 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -789,15 +789,21 @@ section.fullwidth .image {
/* intro - list of datasets */
.dataset-heading {
- background: #000;
+ /*background: #000;*/
width: 100%;
padding: 10px;
}
+.dataset-heading p{
+ max-width: none;
+}
+.dataset-heading h1{
+ max-width: none;
+}
.dataset-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
- margin:0;
+ margin: 20px 0 0 0;
}
.dataset-list a {
text-decoration: none;
@@ -868,16 +874,23 @@ section.fullwidth .image {
display: inline-block;
margin: 0;
cursor: pointer;
- margin-right: 20px;
- font-size: 16px;
+ margin-right: 10px;
transition: background 0.2s;
background: #555;
color: #fff;
- padding: 4px 6px;
+ padding: 8px 12px;
border-radius: 4px;
font-weight: 500;
- font-size: 14px;
+ font-size: 11px;
cursor: pointer;
+ user-select: none;
+ -moz-user-select: none;
+ -khtml-user-select: none;
+ -webkit-user-select: none;
+ -o-user-select: none;
+}
+.dataset-list .sort-options li:last-child {
+ margin-right:0;
}
.dataset-list .sort-options li.active {
background: #fff;