From f128aece3df685c3d35ebb8fa159ea445afa8a50 Mon Sep 17 00:00:00 2001 From: Tijana Maksimovic Date: Thu, 19 Apr 2018 16:42:41 +0200 Subject: [PATCH] TT#35360 Optimise destination list for mobile devices Change-Id: If133757db784f8ad798cab85dfb9f32256b3bb41 --- .../CallForward/CscAddDestinationForm.vue | 4 -- .../CscCallForwardDestinations.vue | 10 ++- .../pages/CallForward/CscCallForwardTime.vue | 11 ++-- .../pages/CallForward/CscCallForwardTimes.vue | 4 +- .../pages/CallForward/CscDestination.vue | 64 +++++++++++++++++-- .../pages/CallForward/CscDestinations.vue | 26 ++++---- 6 files changed, 86 insertions(+), 33 deletions(-) diff --git a/src/components/pages/CallForward/CscAddDestinationForm.vue b/src/components/pages/CallForward/CscAddDestinationForm.vue index e844e486..3bc74406 100644 --- a/src/components/pages/CallForward/CscAddDestinationForm.vue +++ b/src/components/pages/CallForward/CscAddDestinationForm.vue @@ -155,8 +155,4 @@ .q-slider.label-always padding 15px 0 5px height 50px - - .add-destination-button - padding-left 0px - padding-right 0px diff --git a/src/components/pages/CallForward/CscCallForwardDestinations.vue b/src/components/pages/CallForward/CscCallForwardDestinations.vue index 0db05824..936f4512 100644 --- a/src/components/pages/CallForward/CscCallForwardDestinations.vue +++ b/src/components/pages/CallForward/CscCallForwardDestinations.vue @@ -1,16 +1,19 @@