From c0f90a69275ab713e45fb0d94d0f5ae8f70e6499 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 16 Nov 2015 10:23:59 +0100 Subject: [PATCH] No left and right padding for previous and next page respectively --- public/css/icinga/controls.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/css/icinga/controls.less b/public/css/icinga/controls.less index aea9b11e5..3386424b2 100644 --- a/public/css/icinga/controls.less +++ b/public/css/icinga/controls.less @@ -47,6 +47,14 @@ text-decoration: none; } } + + .previous-page { + padding-left: 0; + } + + .next-page { + padding-right: 0; + } } .sort-control { @@ -64,6 +72,10 @@ width: 8em; margin-left: 0; } + + > form > i { + .sr-only(); + } } html.no-js .sort-control form {