PhotoPage: replace custom sub-photo boxes with generic equivalents

This commit is contained in:
2023-03-11 13:57:57 +01:00
parent cf31f0af07
commit a9a2c64d81
2 changed files with 15 additions and 33 deletions

View File

@@ -421,14 +421,6 @@ a#previous_photo:hover, a#next_photo:hover {
font-size: 16px;
}
#sub_photo {
background: #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
float: left;
padding: 2%;
margin: 25px 3.5% 25px 0;
width: 68.5%;
}
#sub_photo #tag_list {
list-style: none;
margin: 1em 0;
@@ -446,15 +438,6 @@ a#previous_photo:hover, a#next_photo:hover {
}
#photo_exif_box {
background: #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
margin: 25px 0 25px 0;
overflow: auto;
padding: 2%;
float: right;
width: 20%;
}
#photo_exif_box dt {
font-weight: bold;
float: left;
@@ -469,15 +452,6 @@ a#previous_photo:hover, a#next_photo:hover {
margin: 0;
}
#user_actions_box {
background: #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
float: left;
margin: 25px 0 25px 0;
overflow: auto;
padding: 2%;
width: 20%;
}
/* Responsive: smartphone in portrait
---------------------------------------*/