From e32ab7b4b7f8bac0f391a55e8947b4ede7b3d58b Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 24 Oct 2014 12:39:08 +1100 Subject: [PATCH] Single enterprise dashboard styling --- .../stylesheets/admin/dashboard-single-ent.css.sass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin/dashboard-single-ent.css.sass b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass index 0052c6c58b..a75c424085 100644 --- a/app/assets/stylesheets/admin/dashboard-single-ent.css.sass +++ b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass @@ -13,4 +13,13 @@ transition: opacity 300ms ease-out padding: 0.77778em 1.33333em 0.77778em 0.77778em a.close - float: right \ No newline at end of file + float: right + + +.dashboard_item + .header + padding: 0.77778em 1.33333em 0.77778em 0.77778em + height: auto !important + .list + .button.bottom + width: 100% \ No newline at end of file