Skip to content
Snippets Groups Projects
Commit d99e5211 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

update css

parent f29bf581
No related branches found
No related tags found
No related merge requests found
...@@ -407,6 +407,7 @@ ...@@ -407,6 +407,7 @@
} }
.pjDetailsMore{ .pjDetailsMore{
z-index: 1;
position: absolute; position: absolute;
left: -14px; left: -14px;
text-align: center; text-align: center;
...@@ -830,27 +831,11 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ ...@@ -830,27 +831,11 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
transition: height 0.5s; transition: height 0.5s;
} }
.visaPjView{ .visaPjView{
margin: auto; color: initial;
margin-top: 10px;
font-size: 10px;
height:20px;
width:20px;
cursor: pointer;
padding: 10px;
background-color: green;
color: white !important;
border-radius: 25px;
-moz-box-shadow: 0px 0px 10px 0px #656565;
-webkit-box-shadow: 0px 0px 10px 0px #656565;
-o-box-shadow: 0px 0px 10px 0px #656565;
box-shadow: 0px 0px 10px 0px #656565;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
} }
.visaPjUp{ .visaPjUp{
margin: auto; margin: auto;
margin-top: 10px; margin-top: 10px;
font-size: 10px; font-size: 10px;
height:20px; height:20px;
width:20px; width:20px;
...@@ -865,9 +850,6 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ ...@@ -865,9 +850,6 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{
box-shadow: 0px 0px 10px 0px #656565; box-shadow: 0px 0px 10px 0px #656565;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10); filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=10);
} }
.visaPjView a{
color: white !important;
}
.visaPjDel{ .visaPjDel{
margin: auto; margin: auto;
font-size: 10px; font-size: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment