From 71df05c5ff148681e5a92c891313c6bb3cda0500 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 1 Jul 2016 15:04:38 -0700 Subject: Put network status checkmarks at end of row --- ui/app/css/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/app/css/index.css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index d8b84e8b6..de694f873 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -158,6 +158,9 @@ textarea.twelve-word-phrase { .check { color: #F7861C; + flex: 1 0 auto; + display: flex; + justify-content: flex-end; } /* app sections -- cgit