From 95510dd24486749fc62caed75babe18d20834450 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 26 Sep 2017 12:06:07 +0200 Subject: [PATCH] Fix styling of prev/next links Signed-off-by: Morris Jobke --- _shared_assets/themes/nextcloud_com/static/styles.css | 4 ++++ _shared_assets/themes/nextcloud_release/static/styles.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index 1daa423f6..fc5434a98 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -1138,3 +1138,7 @@ a.headerlink { box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); border-radius: 2px; } + +li.next { + float: right; +} diff --git a/_shared_assets/themes/nextcloud_release/static/styles.css b/_shared_assets/themes/nextcloud_release/static/styles.css index 40015cd84..cd80fa378 100644 --- a/_shared_assets/themes/nextcloud_release/static/styles.css +++ b/_shared_assets/themes/nextcloud_release/static/styles.css @@ -479,3 +479,7 @@ li.next { box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3); border-radius: 2px; } + +li.next { + float: right; +}