Leave out labels on photo index pages.

They were pretty much only displaying filenames, so not adding much.
This commit is contained in:
2017-11-09 15:55:23 +01:00
parent 9fe8acc747
commit ee9bdd45c0
2 changed files with 6 additions and 13 deletions

View File

@@ -163,14 +163,12 @@ ul#nav li a:hover {
.tiled_grid div.landscape, .tiled_grid div.portrait, .tiled_grid div.panorama,
.tiled_grid div.duo, .tiled_grid div.single {
background: #fff;
border-bottom-style: none !important;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
float: left;
line-height: 0;
margin: 0 3.5% 3.5% 0;
overflow: none;
position: relative;
padding-bottom: 5px;
width: 31%;
}
.tiled_grid div img {
@@ -181,7 +179,7 @@ ul#nav li a:hover {
color: #000;
margin: 0;
font: 400 18px "Open Sans", sans-serif;
padding: 20px 5px 15px;
padding: 15px 5px;
text-overflow: ellipsis;
text-align: center;
white-space: nowrap;
@@ -192,9 +190,7 @@ ul#nav li a:hover {
}
.tiled_grid div.landscape:hover, .tiled_grid div.portrait:hover, .tiled_grid div.panorama:hover,
.tiled_grid div.duo:hover, .tiled_grid div.single:hover {
padding-bottom: 0;
border-bottom-width: 5px;
border-bottom-style: solid !important;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* Panoramas */
@@ -519,12 +515,9 @@ textarea {
/* Styling for the photo pages
--------------------------------*/
#photo_frame {
overflow: hidden;
text-align: center;
}
#photo_frame a {
background: #fff;
border: 0.9em solid #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
cursor: -moz-zoom-in;
display: inline-block;
@@ -674,7 +667,7 @@ a#previous_photo:hover, a#next_photo:hover {
}
.tiled_grid div h4 {
font-size: 14px;
padding: 15px 5px 10px;
padding: 15px 5px;
}
.tiled_row > div, .tiled_row .single, .tiled_row .duo {