From 09e80f5dba03f760b352e8fac5169a223205377a Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 27 Apr 2019 15:33:28 -0700 Subject: [PATCH] Replace bespoke add_, create_child buttons with confirm buttons. --- .../etiquette_flask/templates/album.html | 123 +++++++----------- 1 file changed, 46 insertions(+), 77 deletions(-) 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 ############################################################################}