From 12cc9def7beac97ab2b0beae946e19c5eb65e144 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 9 May 2016 20:57:51 +0500 Subject: Improvements to system console and DM modal (#2930) Fixing audit and compliance table Changing prop Minor improvement to the DM modal --- webapp/sass/routes/_admin-console.scss | 35 +++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'webapp/sass/routes/_admin-console.scss') diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss index 6416aa61c..65fefdb33 100644 --- a/webapp/sass/routes/_admin-console.scss +++ b/webapp/sass/routes/_admin-console.scss @@ -28,6 +28,12 @@ } } + .table { + &.table-margin--none { + margin-bottom: 0; + } + } + .sidebar--left { &.sidebar--collapsable { background: #333; @@ -154,24 +160,15 @@ width: 100%; } - .compliance__panel { - overflow: scroll; - width: 100%; - height: 400px; - border: 1px solid #ddd; - margin-top: 10px; - padding: 5px; - background-color: white; - } - + .compliance__panel, .audit__panel { - overflow: scroll; - width: 100%; - height: 400px; - border: 1px solid #ddd; + background-color: $white; + border: 1px solid $border-gray; + height: 70vh; margin-top: 10px; + overflow: auto; padding: 5px; - background-color: white; + width: 100%; } .app__content { @@ -199,6 +196,10 @@ .form-group { margin-bottom: 25px; + + &.form-group--small { + margin-bottom: 10px; + } } .file__upload { @@ -225,6 +226,10 @@ margin: 0; } + &.no-margin--top { + margin-top: 0; + } + ul, ol { padding-left: 23px; -- cgit v1.2.3-1-g7c22