|
@@ -189,20 +189,16 @@ |
|
|
width: 37px; |
|
|
width: 37px; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image-view { |
|
|
.image-view { |
|
|
float: left; |
|
|
float: left; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image-view-subject { |
|
|
.image-view-subject { |
|
|
padding: inherit; |
|
|
padding: inherit; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image-view-col { |
|
|
.image-view-col { |
|
|
padding-bottom: 5px; |
|
|
padding-bottom: 5px; |
|
|
padding-top: 5px; |
|
|
padding-top: 5px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
table.field-info { |
|
|
table.field-info { |
|
|
opacity: 0; |
|
|
opacity: 0; |
|
|
bottom: -20px; |
|
|
bottom: -20px; |
|
@@ -212,28 +208,25 @@ table.field-info { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
padding-bottom: 0px !important; |
|
|
padding-bottom: 0px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.zoom-view { |
|
|
.zoom-view { |
|
|
top: 10px !important; |
|
|
top: 10px !important; |
|
|
right: 10px !important; |
|
|
right: 10px !important; |
|
|
width: 36px; |
|
|
width: 36px; |
|
|
height: 36px; |
|
|
height: 36px; |
|
|
opacity: 0; |
|
|
opacity: 0; |
|
|
font-size: 20px; |
|
|
|
|
|
|
|
|
font-size: 16px; |
|
|
color: black; |
|
|
color: black; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
padding: 0px !important; |
|
|
padding: 0px !important; |
|
|
border-radius: 20px; |
|
|
border-radius: 20px; |
|
|
|
|
|
border: 0px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image-field { |
|
|
.image-field { |
|
|
position: relative; |
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image-field:hover .field-info { |
|
|
.image-field:hover .field-info { |
|
|
opacity: 0.9; |
|
|
opacity: 0.9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.image-field:hover .zoom-view { |
|
|
.image-field:hover .zoom-view { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
|
|
|
|
|
|
} |