From d2ba6d1f2269ce715e4132fe6f6496cc2e5246c8 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 14 Mar 2016 10:28:50 +0100 Subject: [PATCH] QA, removed not needed #app. --- app/assets/stylesheets/print.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index 684aa75a0..e9ff01dc1 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -1,12 +1,12 @@ #app > *:not(.content):not(.active), #app > .hide, -#app .icon, -#app .btn, -#app .avatar { +.icon, +.btn, +.avatar { display: none; } -#app .table { +.table { margin: 1em 0; border: 1px solid; padding: 1em; @@ -19,7 +19,7 @@ */ -#app .dashboard + .sidebar { +.dashboard + .sidebar { display: none; } @@ -30,9 +30,9 @@ */ -#app .bulkAction, -#app .overviews .checkbox-replacement, -#app .overviews .overview-header { +.bulkAction, +.overviews .checkbox-replacement, +.overviews .overview-header { display: none; }