forked from Public/pics
AlbumButtonBox: un-float album_button_box
This commit is contained in:
parent
89cc00ffd9
commit
ead4240173
@ -366,8 +366,8 @@ div.polaroid a {
|
||||
/* Album button box
|
||||
---------------------*/
|
||||
.album_button_box {
|
||||
float: right;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
.album_button_box > a,
|
||||
|
@ -22,7 +22,7 @@ class AlbumButtonBox extends Template
|
||||
public function html_main()
|
||||
{
|
||||
echo '
|
||||
<div class="album_button_box">';
|
||||
<div class="container album_button_box">';
|
||||
|
||||
foreach ($this->buttons as $button)
|
||||
echo '
|
||||
|
Loading…
Reference in New Issue
Block a user