aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-03-16 19:59:48 +0000
committerChristopher Baines <mail@cbaines.net>2019-03-16 19:59:48 +0000
commit902409b8284cb5827b9a8b36ef19110db28c5e60 (patch)
treec300d177f915db427635e85541a6c4f2a6d7d5d8
parent38888aea6b398fb5a44af77314c03900cf64d43d (diff)
downloaddata-service-902409b8284cb5827b9a8b36ef19110db28c5e60.tar
data-service-902409b8284cb5827b9a8b36ef19110db28c5e60.tar.gz
Increase the margin for buttons on the right of the compare page
-rw-r--r--guix-data-service/web/view/html.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-data-service/web/view/html.scm b/guix-data-service/web/view/html.scm
index d84230d..8d7405c 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -563,7 +563,9 @@
" and "
(samp ,(string-take target-commit 8) "…"))
(div
- (@ (class "btn-group-vertical btn-group-lg pull-right") (role "group"))
+ (@ (class "btn-group-vertical btn-group-lg pull-right")
+ (style "margin-top: 2em;")
+ (role "group"))
(a (@ (class "btn btn-default")
(href ,(string-append "/compare/packages" query-params)))
"Compare packages")