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
|
||||||
---------------------*/
|
---------------------*/
|
||||||
.album_button_box {
|
.album_button_box {
|
||||||
float: right;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
.album_button_box > a,
|
.album_button_box > a,
|
||||||
|
@ -22,7 +22,7 @@ class AlbumButtonBox extends Template
|
|||||||
public function html_main()
|
public function html_main()
|
||||||
{
|
{
|
||||||
echo '
|
echo '
|
||||||
<div class="album_button_box">';
|
<div class="container album_button_box">';
|
||||||
|
|
||||||
foreach ($this->buttons as $button)
|
foreach ($this->buttons as $button)
|
||||||
echo '
|
echo '
|
||||||
|
Loading…
Reference in New Issue
Block a user