From b91aa89016956def5ca075321b2ee3dc760b8d4a Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 8 Jan 2017 08:06:05 +0000 Subject: [PATCH] Spruce up small inputs with submit buttons --- static/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/global.css b/static/styles/global.css index 7214386..4d363e4 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -11,10 +11,10 @@ font-size: 110%; } -.sidebar .box .add_form { +.flex_input_container { display: flex; } -.sidebar .box .add_form input[type=text] { +.flex_input_container > input[type=text]{ flex-grow: 1; box-sizing: border-box; width: 100%;