summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-09 20:57:51 +0500
committerCorey Hulen <corey@hulen.com>2016-05-09 08:57:51 -0700
commit12cc9def7beac97ab2b0beae946e19c5eb65e144 (patch)
tree5f4053e167dabb2e5086e4e342561f280d9b75a5 /webapp/sass/routes
parent64b6d8cde5cff996d1c14eecb082e1fe4caced5d (diff)
downloadchat-12cc9def7beac97ab2b0beae946e19c5eb65e144.tar.gz
chat-12cc9def7beac97ab2b0beae946e19c5eb65e144.tar.bz2
chat-12cc9def7beac97ab2b0beae946e19c5eb65e144.zip
Improvements to system console and DM modal (#2930)
Fixing audit and compliance table Changing prop Minor improvement to the DM modal
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_admin-console.scss35
1 files changed, 20 insertions, 15 deletions
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;