フォトライブラリ スタイル修正
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -3774,6 +3774,11 @@ body.itemid-132 table { | ... | @@ -3774,6 +3774,11 @@ body.itemid-132 table { |
3774 | background-color: #fff; | 3774 | background-color: #fff; |
3775 | } | 3775 | } |
3776 | 3776 | ||
3777 | .item-page.photos-custom > div p:hover { | ||
3778 | cursor: pointer; | ||
3779 | } | ||
3780 | |||
3781 | |||
3777 | .item-page.photos-custom > div p img { | 3782 | .item-page.photos-custom > div p img { |
3778 | display: block; | 3783 | display: block; |
3779 | /* 親要素の真ん中に表示 */ | 3784 | /* 親要素の真ん中に表示 */ |
... | @@ -3804,7 +3809,6 @@ body.itemid-132 table { | ... | @@ -3804,7 +3809,6 @@ body.itemid-132 table { |
3804 | } | 3809 | } |
3805 | 3810 | ||
3806 | .item-page.photos-custom #photo-popup { | 3811 | .item-page.photos-custom #photo-popup { |
3807 | /* display: block; */ | ||
3808 | position: fixed; | 3812 | position: fixed; |
3809 | top: 50%; | 3813 | top: 50%; |
3810 | left: 50%; | 3814 | left: 50%; | ... | ... |
-
Please register or sign in to post a comment