diff --git a/arches_for_science/media/css/project.css b/arches_for_science/media/css/project.css index 8e02bb22b..225226ac3 100644 --- a/arches_for_science/media/css/project.css +++ b/arches_for_science/media/css/project.css @@ -1191,6 +1191,9 @@ cursor: pointer; color: #213e5f; font-size: 14px; + font-weight: 400; + margin-top: 5px; + margin-bottom: 5px; } .file-configuration input[type=radio]{ margin:0; @@ -1223,12 +1226,62 @@ padding: 0; } -.importer-configuration h4{ +.importer-configuration { position: relative; cursor: pointer; color: #213e5f; font-size: 14px; + margin-bottom: 0px; +} + +.importer-config-panel { + padding: 2px 15px 15px 15px; + border-bottom: 1px solid #ddd; +} + +.importer-list-container { + width: 470px; +} + +.importer-list-container div:hover { + background: #EBF6FC; +} + +.file-config-header { + font-size: 14px; + color: #213e5f; + margin: 5px 0px 0px 0px; +} + +.file-config-instuctions { + margin: 0px 0px 5px 0px; + font-weight: 400; + color: #666; + font-size: 13px; +} + +.importer-config-panel input { + margin-top: 3px; + margin-bottom: 10px; + height: 28px; + font-size: 13px; +} + +.importer-config-panel input::placeholder { + font-size: 12px; + padding-left: 5px; + padding-bottom: 5px; +} + +.importer-config-panel textarea { + margin-top: 3px; } + +.importer-config-panel textarea::placeholder { + font-size: 12px; + margin-left: 5px; +} + .importer-configuration input[type=radio]{ margin:0; } @@ -1240,6 +1293,10 @@ display: flex; flex-direction: row; margin-top: 10px; + margin-bottom: 10px; + z-index: 1; + position: relative; + width: 100%; } .file-configuration .file-buttons{ flex: 1; @@ -1247,11 +1304,18 @@ align-items: center; display: flex; padding: 10px 20px; - background-color: #fdfdfd; + background-color: #f9f9f9; border: 1px solid #ddd; } + +.file-configuration .file-buttons:hover { + background: #fff; +} + .file-configuration .file-buttons.active { font-weight: bold; + font-size: 13px; + background: #fff; } .file-configuration .dataTables_wrapper .row:first-child{ background-color: #ddd; @@ -1284,6 +1348,23 @@ z-index: 1; } +.table-tools-container { + display: flex; + margin-top: 5px; + padding-left: 5px; + padding-bottom: 10px; +} + +.import-tool { + color: #579ddb; + margin-right: 10px; +} + +.import-tool:hover { + color: #156AB7; + cursor: pointer; +} + /* Show the tooltip text when you mouse over the tooltip container */ .tip:hover .tooltiptext { visibility: visible; @@ -1292,8 +1373,14 @@ text-align: center; margin: 16px 0px 16px 30px; height:fit-content; - background-color: #fde9ad; + background-color: #FFFF00; + border: 1px solid #9951C0; + border-radius: 2px; + color: #440468; + font-weight: 400; overflow-y: auto; + padding: 40px; + width: 600px; } .afs-error-message { diff --git a/arches_for_science/templates/views/components/plugins/file-configuration.htm b/arches_for_science/templates/views/components/plugins/file-configuration.htm index 586d59dd6..e5011cf96 100644 --- a/arches_for_science/templates/views/components/plugins/file-configuration.htm +++ b/arches_for_science/templates/views/components/plugins/file-configuration.htm @@ -1,67 +1,74 @@ {% load i18n %} -
{% trans "Name" %} | -{% trans "Configuration" %} | -- |
---|---|---|
-
-
-
-
+
+ |
+
+
+
+
+ |
+
+