Commit c69d5a31 authored by prumde's avatar prumde

Updated absolute path to relative path

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175181 ce508802-f39f-4f6c-b175-0d175dae99d5
parent aaf85b8b
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
.logout-button { .logout-button {
background: mediumvioletred; background: mediumvioletred;
color: #fff; color: #fff;
background-image: url(../../assets/images/svg/logout.svg); background-image: url(/ibase/ecm/assets/images/svg/logout.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: calc(50% - 42px) 8px; background-position: calc(50% - 42px) 8px;
background-size: 35px 35px; background-size: 35px 35px;
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
} }
.image-edit-icon { .image-edit-icon {
content: url(../../assets/images/svg/edit.svg); content: url(/ibase/ecm/assets/images/svg/edit.svg);
position: absolute; position: absolute;
height: 35px; height: 35px;
width: 35px; width: 35px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment