forked from Public/pics
Add very basic context buttons to album pages.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user