|
@@ -205,35 +205,36 @@ pre {
|
|
|
padding: 0% 5%;
|
|
|
}
|
|
|
|
|
|
-#mappping_ASPO {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.head_section {
|
|
|
- padding: 2% 7%;
|
|
|
+#mapping_ASPO,
|
|
|
+#mapping_MPP {
|
|
|
+ max-height: 700px;
|
|
|
+ overflow: auto;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
.section_container {
|
|
|
padding: 0% 5%;
|
|
|
}
|
|
|
|
|
|
-.table {
|
|
|
- width: 80%;
|
|
|
- margin: 0 auto; /* or margin: 0 auto 0 auto */
|
|
|
- }
|
|
|
-
|
|
|
.table td {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
+.table thead {
|
|
|
+ position: sticky;
|
|
|
+ top: 0;
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
+
|
|
|
.table thead th {
|
|
|
vertical-align: middle;
|
|
|
+ font-size: 15px;
|
|
|
+ font-weight: 400;
|
|
|
}
|
|
|
|
|
|
-.table thead tr{
|
|
|
- background-color: #6c757d;
|
|
|
+.table thead tr {
|
|
|
+ background-color: #3f4149;
|
|
|
color: #fff;
|
|
|
- font-weight: 400;
|
|
|
}
|
|
|
|
|
|
.table tr td:last-child {
|
|
@@ -249,9 +250,8 @@ tr:nth-child(odd) {
|
|
|
background-color: #d8e2ef;
|
|
|
}
|
|
|
|
|
|
-#mappingChoiceSection {
|
|
|
- width: 100%;
|
|
|
- padding: 0% 15%;
|
|
|
+tr:nth-child(2n+1) {
|
|
|
+ background-color: #ebeff4;
|
|
|
}
|
|
|
|
|
|
.mappingChoice {
|
|
@@ -272,8 +272,7 @@ tr:nth-child(odd) {
|
|
|
}
|
|
|
|
|
|
#mappingTables {
|
|
|
- margin-top: 50px;
|
|
|
- margin-bottom: 100px;
|
|
|
+ margin-top: 30px;
|
|
|
}
|
|
|
|
|
|
.btn-menu {
|