You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/04/28 09:42:38 UTC

[incubator-dlab] branch DLAB-1702 created (now dc72973)

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a change to branch DLAB-1702
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at dc72973  [DLAB-1702]: Fixed time circle on scheduler

This branch includes the following new commits:

     new dc72973  [DLAB-1702]: Fixed time circle on scheduler

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: [DLAB-1702]: Fixed time circle on scheduler

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DLAB-1702
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit dc72973357e3cc7c854577ec44f392186fb23d6c
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Tue Apr 28 12:42:23 2020 +0300

    [DLAB-1702]: Fixed time circle on scheduler
---
 .../src/app/shared/time-picker/time-picker.component.scss    | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/time-picker/time-picker.component.scss b/services/self-service/src/main/resources/webapp/src/app/shared/time-picker/time-picker.component.scss
index 999d7d7..55909ef 100755
--- a/services/self-service/src/main/resources/webapp/src/app/shared/time-picker/time-picker.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/shared/time-picker/time-picker.component.scss
@@ -214,6 +214,7 @@
       .mat-mini-fab {
         box-shadow: none;
         background-color: transparent;
+        transform: translateX(0);
       }
     }
 
@@ -226,6 +227,7 @@
       pointer-events: none;
       box-shadow: none;
       cursor: none;
+      transform: none;
     }
   }
 }
@@ -292,7 +294,7 @@
 
 .ticker-deg180 {
   top: 100%;
-  left: 50%;
+  left: 51%;
 }
 
 .ticker-deg195 {
@@ -302,7 +304,7 @@
 
 .ticker-deg210 {
   top: 93.30127019%;
-  left: 25%;
+  left: 26%;
 }
 
 .ticker-deg225 {
@@ -312,17 +314,17 @@
 
 .ticker-deg240 {
   top: 75%;
-  left: 6.69872981%;
+  left: 7.69872981%;
 }
 
 .ticker-deg255 {
   top: 62.94095226%;
-  left: 1.703708686%;
+  left: 2.703708686%;
 }
 
 .ticker-deg270 {
   top: 50%;
-  left: 0%;
+  left: 1%;
 }
 
 .ticker-deg285 {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org