diff --git a/assets/styles/kourend.sass b/assets/styles/kourend.sass
index 07efa37..cf0f01a 100644
--- a/assets/styles/kourend.sass
+++ b/assets/styles/kourend.sass
@@ -25,7 +25,9 @@ a
&:hover
color: $primary-color-dark
-button.button-primary
+button.button-primary,
+input[type=button].button-primary,
+input[type=submit].button-primary
background: $primary-color
transition: background 180ms ease-in-out
&:hover
@@ -67,25 +69,6 @@ table tbody tr
&:hover
background: #d8d8d8
-/* Material card styles */
-.card-1
- box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
- transition: all 0.3s cubic-bezier(.25,.8,.25,1)
- &:hover
- box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)
-
-.card-2
- box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)
-
-.card-3
- box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)
-
-.card-4
- box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)
-
-.card-5
- box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22)
-
.container
max-width: 1200px
diff --git a/templates/benchmark/list.tmpl b/templates/benchmark/list.tmpl
index 6c96ad4..852aa3e 100644
--- a/templates/benchmark/list.tmpl
+++ b/templates/benchmark/list.tmpl
@@ -4,7 +4,7 @@
List of benchmarks
Add new benchmark
-
+
| Name |
diff --git a/templates/hardware/list.tmpl b/templates/hardware/list.tmpl
index 3a0a04f..256af3d 100644
--- a/templates/hardware/list.tmpl
+++ b/templates/hardware/list.tmpl
@@ -4,7 +4,7 @@
List of hardware
Add new hardware
-
+
| Name |
diff --git a/templates/hardware/view.tmpl b/templates/hardware/view.tmpl
index 470db68..2e05f31 100644
--- a/templates/hardware/view.tmpl
+++ b/templates/hardware/view.tmpl
@@ -14,7 +14,7 @@
{{ $length := len .hardware.Tests }} {{ if eq $length 0 }}
There are currently no tests using this hardware component.
{{ else }}
-
+
| Test |
diff --git a/templates/index/dashboard.tmpl b/templates/index/dashboard.tmpl
index 22fd253..016d161 100644
--- a/templates/index/dashboard.tmpl
+++ b/templates/index/dashboard.tmpl
@@ -5,7 +5,7 @@
Recently updated tests:
-
+
| Title |
@@ -33,7 +33,7 @@
Recently updated hardware:
-
+
| Name |
@@ -56,7 +56,7 @@
Recently updated benchmarks:
-
+
| Name |
diff --git a/templates/layout/header.tmpl b/templates/layout/header.tmpl
index bc4e5a3..c9df75b 100644
--- a/templates/layout/header.tmpl
+++ b/templates/layout/header.tmpl
@@ -17,5 +17,5 @@
{{ template "navbar" . }}
-
+
{{ end }}
diff --git a/templates/layout/navbar.tmpl b/templates/layout/navbar.tmpl
index e2d4ca7..dfb6f61 100644
--- a/templates/layout/navbar.tmpl
+++ b/templates/layout/navbar.tmpl
@@ -1,5 +1,5 @@
{{ define "navbar" }}
-