From 0d0c0c24a5e8d5676824e44dd17d9e004363fcfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Gl=C3=B6ggler?= Date: Wed, 9 Aug 2023 15:41:43 +0200 Subject: [PATCH] refs #753 --- assets/css/opencast.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/css/opencast.scss b/assets/css/opencast.scss index e3e2c789b..183d84647 100644 --- a/assets/css/opencast.scss +++ b/assets/css/opencast.scss @@ -52,15 +52,16 @@ $action-menu-icon-size: 20px; .oc--pagination { margin-bottom: 1em; display: flex; + line-height: 19px; select.oc--pagination--limit { margin-left: 1em; - height: 42px; font-size: 1.2em; + line-height: 19px; } button { - padding: 8px 16px; + padding: 3px 16px; border: 1px solid #ddd; float: left; cursor: pointer; @@ -70,7 +71,7 @@ $action-menu-icon-size: 20px; } &.oc--paging-arrow { - padding: 8px 8px; + padding: 3px 8px; img { vertical-align: middle;