From 9fd7802af1a0f73039a66feaed30d8d230b065b6 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 30 Mar 2016 15:06:47 -0400 Subject: Added 'Created by...' line in integration list --- webapp/sass/routes/_backstage.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webapp/sass/routes') diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss index 729c8c912..e7e8c1e01 100644 --- a/webapp/sass/routes/_backstage.scss +++ b/webapp/sass/routes/_backstage.scss @@ -196,6 +196,11 @@ margin-bottom: 1em; } + .item-details__creation { + color: $dark-gray; + margin-bottom: 1em; + } + .list-item__actions { flex-grow: 0; flex-shrink: 0; -- cgit v1.2.3-1-g7c22 From 74daec08ce7f1b6a09e4b364f45b0f05f3c28a9e Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 4 Apr 2016 10:06:39 -0400 Subject: Fixed integration list actions getting squished by webhooks with long names --- webapp/sass/routes/_backstage.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/sass/routes') diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss index e7e8c1e01..13c51c8b4 100644 --- a/webapp/sass/routes/_backstage.scss +++ b/webapp/sass/routes/_backstage.scss @@ -201,7 +201,7 @@ margin-bottom: 1em; } - .list-item__actions { + .item-actions { flex-grow: 0; flex-shrink: 0; padding-left: 20px; -- cgit v1.2.3-1-g7c22