Commit dbb13504 authored by kpandey's avatar kpandey

Changes in css

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174823 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 555970d1
...@@ -218,6 +218,19 @@ ...@@ -218,6 +218,19 @@
box-shadow: 0 -5px 0 0 #f2f2f2; box-shadow: 0 -5px 0 0 #f2f2f2;
/*box-shadow: 0 0 0 5px #f2f2f2, 0 5px 0 5px #f2f2f2;*/ /*box-shadow: 0 0 0 5px #f2f2f2, 0 5px 0 5px #f2f2f2;*/
} }
.item-card > .item-card-overlay {
position: relative !important;
top: 309px !important;
left: calc(100% - 100px) !important;
height: initial !important;
width: initial !important;
z-index: 1 !important;
display: inline !important;
}
.item-card-overlay-action{
border: 2px solid ghostwhite !important;
}
} }
.ecm-total-items{ .ecm-total-items{
......
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