summaryrefslogtreecommitdiff
path: root/site/assets
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-04-18 23:22:51 +0200
committeradamhrv <adam@ahprojects.com>2019-04-18 23:22:51 +0200
commitf701e07f3a47e10c66eef831442b623df88c4597 (patch)
tree68f5b51a8135d77d9b42164696e5b42e51c773d7 /site/assets
parent95302fe0c52a8aaecc40410cc9c76d258e708faa (diff)
buttons
Diffstat (limited to 'site/assets')
-rw-r--r--site/assets/css/css.css17
1 files changed, 12 insertions, 5 deletions
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;