From 50a8d2ca75c85e23537e8161fd106fc358f2c013 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 3 Nov 2015 13:02:33 +0100 Subject: [PATCH] CSS: Remove text-left mixin refs #5543 --- application/views/scripts/group/list.phtml | 8 +------- application/views/scripts/user/list.phtml | 16 +++++----------- public/css/icinga/main.less | 6 +----- 3 files changed, 7 insertions(+), 23 deletions(-) diff --git a/application/views/scripts/group/list.phtml b/application/views/scripts/group/list.phtml index 01bf3f7dd..e0b806069 100644 --- a/application/views/scripts/group/list.phtml +++ b/application/views/scripts/group/list.phtml @@ -6,16 +6,10 @@ use Icinga\Data\Reducible; if (! $this->compact): ?>
tabs; ?> -
-
+
limiter ?> -
-
paginator ?> -
-
sortBox ?> -
backendSelection; ?> diff --git a/application/views/scripts/user/list.phtml b/application/views/scripts/user/list.phtml index c89ea82e8..c389c20f7 100644 --- a/application/views/scripts/user/list.phtml +++ b/application/views/scripts/user/list.phtml @@ -3,18 +3,12 @@ use Icinga\Data\Extensible; use Icinga\Data\Reducible; if (! $this->compact): ?> -
+
tabs ?> -
-
- limiter ?> -
-
- paginator ?> -
-
- sortBox ?> -
+
+ limiter ?> + paginator ?> + sortBox ?>
backendSelection ?> diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 14ef2ada5..16c4f918d 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -33,10 +33,6 @@ text-align: center; } -.text-left { - text-align: left; -} - .text-right { text-align: right; } @@ -176,11 +172,11 @@ table.listing-table { border-spacing: @vertical-padding 0; th { - .text-left(); color: @text-color-light; font-size: @font-size-small; // Reset default font-weight font-weight: normal; + text-align: left; width: 10em; } }