Improvements to system console and DM modal (#2930)

Fixing audit and compliance table

Changing prop

Minor improvement to the DM modal
Этот коммит содержится в:
Asaad Mahmood
2016-05-09 20:57:51 +05:00
коммит произвёл Corey Hulen
родитель 64b6d8cde5
Коммит 12cc9def7b
7 изменённых файлов: 61 добавлений и 26 удалений

Просмотреть файл

@@ -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;