diff --git a/public/react/src/modules/page/VNC.css b/public/react/src/modules/page/VNC.css index d59d91121..1180baf76 100644 --- a/public/react/src/modules/page/VNC.css +++ b/public/react/src/modules/page/VNC.css @@ -1,11 +1,12 @@ .float_button { - background-image: url(./images/float_switch.jpg); - height: 112px; + background-image: url(images/float_switch.jpg); + height: 141px; width: 38px; position: absolute; left: -38px; top: 32%; cursor: pointer; + padding-top: 15px; } .float_button .text { position: relative; @@ -17,8 +18,8 @@ } .jupyter_float_button { - background-image: url(./images/float_switch.jpg); - height: 112px; + background-image: url(images/float_switch.jpg); + height: 141px; width: 38px; position: absolute; right: 0px; @@ -26,6 +27,7 @@ cursor: pointer; left:auto; z-index: 99999999; + padding-top: 15px; } .jupyter_float_button .text { @@ -37,6 +39,16 @@ user-select: none; } +@keyframes mymove +{ + from {right:0px;} + to {right:330px;} +} + .newjupyter_float_button{ - right: 330px; + /*right: 330px;*/ + /*animation-duration:2s;*/ + /*infinite*/ + animation:mymove 0.35s; + animation-fill-mode:forwards; } \ No newline at end of file diff --git a/public/react/src/modules/page/images/float_switch.jpg b/public/react/src/modules/page/images/float_switch.jpg index 12fc6f878..3e5262597 100644 Binary files a/public/react/src/modules/page/images/float_switch.jpg and b/public/react/src/modules/page/images/float_switch.jpg differ diff --git a/public/react/src/modules/page/images/test/float_switch.jpg b/public/react/src/modules/page/images/test/float_switch.jpg new file mode 100644 index 000000000..12fc6f878 Binary files /dev/null and b/public/react/src/modules/page/images/test/float_switch.jpg differ diff --git a/public/react/src/modules/tpm/jupyter/index.scss b/public/react/src/modules/tpm/jupyter/index.scss index b860fde03..932b0c89f 100644 --- a/public/react/src/modules/tpm/jupyter/index.scss +++ b/public/react/src/modules/tpm/jupyter/index.scss @@ -114,7 +114,7 @@ .ant-drawer-content-wrapper{ width:330px !important; - box-shadow: -2px 0 8px #070F1A !important; + //box-shadow: -2px 0 8px #070F1A !important; } .ant-drawer-body{ padding: 0px;