From 1ecf3561ecc6bb09d40b9200e97264be66387540 Mon Sep 17 00:00:00 2001 From: Rajat Jain Date: Mon, 19 Oct 2020 16:42:25 +0530 Subject: [PATCH] Fixed all 4 buttons for Wide-SCreens Signed-off-by: Rajat Jain text-align: $right; put back --- themes/bootstrap/scss/_common.scss | 7 +++++++ themes/metro/scss/_common.scss | 7 +++++++ themes/original/scss/_common.scss | 7 +++++++ themes/pmahomme/scss/_common.scss | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index 2b0c7e7cf4..6fbfb12fca 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -3801,3 +3801,10 @@ body .ui-dialog { .ui-timepicker-div dl .ui_tpicker_timezone select { margin-left: 50px; } + +// Extra large devices (large desktops, 1200px and up) +@include media-breakpoint-up(xl){ + .tblFooters { + text-align: #{$left}; + } +} \ No newline at end of file diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index 508ffcab37..a1cd0d9b67 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -3771,3 +3771,10 @@ body { float: left; } } + +// Extra large devices (large desktops, 1200px and up) +@include media-breakpoint-up(xl){ + .tblFooters { + text-align: #{$left}; + } +} \ No newline at end of file diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index ac622732dd..e7382679d7 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -3488,3 +3488,10 @@ body { margin-top: 4px; height: 0.75rem; } + +// Extra large devices (large desktops, 1200px and up) +@include media-breakpoint-up(xl){ + .tblFooters { + text-align: #{$left}; + } +} \ No newline at end of file diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 2f972b4abc..b640775a7c 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -3860,3 +3860,10 @@ body .ui-dialog { margin-top: 4px; height: 0.75rem; } + +// Extra large devices (large desktops, 1200px and up) +@include media-breakpoint-up(xl){ + .tblFooters { + text-align: #{$left}; + } +} \ No newline at end of file