aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-15 00:47:27 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-15 00:47:27 +0200
commita925dd38ad8a51dbf443506b0772150a5cef0799 (patch)
treee7c3250e0aff34c5cab90b454b8d95765fc6c795 /static/style.css
parentHTML Generated events now come without an UID. (diff)
downloadcalp-a925dd38ad8a51dbf443506b0772150a5cef0799.tar.gz
calp-a925dd38ad8a51dbf443506b0772150a5cef0799.tar.xz
Repair jump to date.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index abb4f8c7..a413ce83 100644
--- a/static/style.css
+++ b/static/style.css
@@ -108,16 +108,16 @@ html, body {
padding-bottom: 1ex;
}
-.jump-to > form {
+#jump-to > form {
display: flex;
}
-.jump-to input {
+#jump-to input {
flex-grow: 2;
margin-right: 1em;
}
-.jump-to button, .jump-to a {
+#jump-to button, #jump-to a {
/* Same as height, figure out way to force this */
width: 2.5em;
}