guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mathieu Othacehe
Date: Fri, 23 Apr 2021 13:44:04 -0400 (EDT)

branch: master
commit 5ec784a97854157f5f98a78a2a445e36930be39b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Apr 23 16:31:43 2021 +0200

    Fix buttons size.
    
    * src/cuirass/templates.scm (specifications-table): Fix buttons size.
---
 src/cuirass/templates.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 5a49313..f87489b 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -265,14 +265,14 @@ system whose names start with " (code "guile-") ":" (br)
       (nearest-exact-integer (* 100 (/ succeeded total)))))
 
   "Return HTML for the SPECS table."
-  `((div (@ (class "d-flex flex-row"))
+  `((div (@ (class "d-flex flex-row mb-3"))
          (div (@ (class "lead mr-auto"))
               "Specifications")
          (div
           (a (@ (class "btn btn-outline-primary mr-1")
                 (href "/specification/add/")
                 (role "button"))
-             (span (@ (class "oi oi-plus text-primary")
+             (i (@ (class "oi oi-plus text-primary py-1")
                       (title "Add")
                       (aria-hidden "true"))
                    "")))
@@ -280,14 +280,14 @@ system whose names start with " (code "guile-") ":" (br)
           (a (@ (class "btn btn-outline-warning mr-1")
                 (href "/events/rss/")
                 (role "button"))
-             (span (@ (class "oi oi-rss text-warning")
+             (i (@ (class "oi oi-rss text-warning py-1")
                       (title "RSS")
                       (aria-hidden "true"))
                    "")))
          (div
           (button (@ (class "btn btn-outline-primary job-toggle")
                      (type "button"))
-                  (span (@ (class "oi oi-contrast d-inline-block")
+                  (span (@ (class "oi oi-contrast d-inline-block py-1")
                            (title "Toggle jobs"))))))
     (script "
 $(document).ready(function() {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]