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') 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