aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-12-01 01:08:21 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-12-01 01:08:21 +0100
commit2bca602e35b9a45d4685679b246741c4f4fd4a05 (patch)
treef9e330988e1ee45eb66aa68922aae08bc2f5db69 /mu4web/static
parentAllow selecting of sort key for search results. (diff)
downloadmu4web-2bca602e35b9a45d4685679b246741c4f4fd4a05.tar.gz
mu4web-2bca602e35b9a45d4685679b246741c4f4fd4a05.tar.xz
Add "remember me".
Diffstat (limited to 'mu4web/static')
-rw-r--r--mu4web/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index 8b88aa5..2164fbd 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -84,6 +84,10 @@ tr:nth-child(2n) {
grid-column: 1/3;
}
+.loginform div {
+ grid-column: 1/3;
+}
+
main {
margin: 1em;
}