Add very basic context buttons to album pages.

This commit is contained in:
2016-09-04 14:49:13 +02:00
parent ddcc28aff6
commit 2d77fbdbb7
3 changed files with 57 additions and 0 deletions

View File

@@ -314,6 +314,23 @@ ul#nav li a:hover {
}
/* Album button box
---------------------*/
.album_button_box {
float: right;
margin-bottom: 20px;
}
.album_button_box > a {
background: #fff;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
display: inline-block;
float: left;
font-size: 1em;
padding: 8px 10px;
margin-left: 12px;
}
/* Generic boxed content
--------------------------*/
.boxed_content {
@@ -703,6 +720,7 @@ a#previous_photo:hover, a#next_photo:hover {
border-color: #aaa;
}
/* Spinner animation
----------------------*/
.spinner {