Merge branch 'refs/heads/develop'
This commit is contained in:
commit
9fd9b3d033
2 changed files with 12 additions and 11 deletions
|
@ -808,7 +808,7 @@ aside .widget li:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Photo Albums */
|
/* Photo Albums */
|
||||||
/*
|
|
||||||
.photo-album-actions .icon-padding,
|
.photo-album-actions .icon-padding,
|
||||||
.photo-edit-link-wrap .icon-padding {
|
.photo-edit-link-wrap .icon-padding {
|
||||||
margin-left: 10px !important;
|
margin-left: 10px !important;
|
||||||
|
@ -867,20 +867,21 @@ aside .widget li:hover {
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justified-gallery {
|
.justified-gallery {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
.justified-gallery > a,
|
.justified-gallery > a,
|
||||||
.justified-gallery > div,
|
.justified-gallery > div,
|
||||||
.justified-gallery > figure{
|
.justified-gallery > figure{
|
||||||
height: 180px !important;
|
height: 115px !important;
|
||||||
width: 180px !important;
|
width: 115px !important;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
left: auto !important;
|
left: auto !important;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 4px !important;
|
margin: 1px !important;
|
||||||
}
|
}
|
||||||
.justified-gallery > .jg-entry-visible > img,
|
.justified-gallery > .jg-entry-visible > img,
|
||||||
.justified-gallery > .jg-entry-visible > a > img,
|
.justified-gallery > .jg-entry-visible > a > img,
|
||||||
|
@ -888,7 +889,7 @@ aside .widget li:hover {
|
||||||
.justified-gallery > .jg-entry-visible > a > svg{
|
.justified-gallery > .jg-entry-visible > a > svg{
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
margin: 0 !important;
|
margin: 1px !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
object-fit:cover;
|
object-fit:cover;
|
||||||
|
|
|
@ -753,7 +753,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Photo Albums */
|
/* Photo Albums */
|
||||||
/*
|
|
||||||
.photo-album-actions .icon-padding,
|
.photo-album-actions .icon-padding,
|
||||||
.photo-edit-link-wrap .icon-padding {
|
.photo-edit-link-wrap .icon-padding {
|
||||||
margin-left: 10px !important;
|
margin-left: 10px !important;
|
||||||
|
@ -818,14 +818,14 @@
|
||||||
.justified-gallery > a,
|
.justified-gallery > a,
|
||||||
.justified-gallery > div,
|
.justified-gallery > div,
|
||||||
.justified-gallery > figure{
|
.justified-gallery > figure{
|
||||||
height: 180px !important;
|
height: 115px !important;
|
||||||
width: 180px !important;
|
width: 115px !important;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
left: auto !important;
|
left: auto !important;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 4px !important;
|
margin: 1px !important;
|
||||||
}
|
}
|
||||||
.justified-gallery > .jg-entry-visible > img,
|
.justified-gallery > .jg-entry-visible > img,
|
||||||
.justified-gallery > .jg-entry-visible > a > img,
|
.justified-gallery > .jg-entry-visible > a > img,
|
||||||
|
@ -833,13 +833,13 @@
|
||||||
.justified-gallery > .jg-entry-visible > a > svg{
|
.justified-gallery > .jg-entry-visible > a > svg{
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
margin: 0 !important;
|
margin: 1px !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
object-fit:cover;
|
object-fit:cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
}
|
}
|
||||||
#photo-photo {
|
/* #photo-photo {
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue