diff --git a/frontends/etiquette_flask/templates/album.html b/frontends/etiquette_flask/templates/album.html index f669957..c168868 100644 --- a/frontends/etiquette_flask/templates/album.html +++ b/frontends/etiquette_flask/templates/album.html @@ -37,6 +37,18 @@ h2, h3 margin-right: auto; } +#right .confirm_holder_stage2 +{ + display: flex; + flex-direction: row; +} +#right .confirm_holder_stage2 span, +#right .confirm_holder_stage2 input +{ + flex: 1; + min-width: 0; +} + .remove_child_button { display: none; @@ -107,12 +119,16 @@ h2, h3 {% else %} Grid view {% endif %} -
- - - - -
+ @@ -165,18 +181,27 @@ ALBUM_ID = undefined; Delete -
- - - - -
-
- - - - -
+ + +
@@ -265,28 +290,9 @@ ALBUM_ID = undefined; {% endif %} {## Shared ############################################################################}