From f701e07f3a47e10c66eef831442b623df88c4597 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Thu, 18 Apr 2019 23:22:51 +0200 Subject: buttons --- site/assets/css/css.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'site/assets/css/css.css') diff --git a/site/assets/css/css.css b/site/assets/css/css.css index e67b60d7..fa91a67f 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -767,7 +767,7 @@ section.fullwidth .image { display: flex; flex-direction: row; flex-wrap: wrap; - margin:0; + margin: 20px 0 0 0; } .dataset-list a { text-decoration: none; @@ -838,16 +838,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; -- cgit v1.2.3-70-g09d2 From 484c5e1d7057ae544de7288324092d88d07afa40 Mon Sep 17 00:00:00 2001 From: adamhrv Date: Fri, 19 Apr 2019 02:54:18 +0200 Subject: fix typo --- site/assets/css/css.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'site/assets/css/css.css') diff --git a/site/assets/css/css.css b/site/assets/css/css.css index e3aff814..7a1d881a 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -764,10 +764,16 @@ 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; -- cgit v1.2.3-70-g09d2