diff --git a/controllets/document-card-controllet/document-card-controllet.html b/controllets/document-card-controllet/document-card-controllet.html new file mode 100644 index 0000000..5cc9d72 --- /dev/null +++ b/controllets/document-card-controllet/document-card-controllet.html @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/controllets/select-dataset-controllet/select-dataset-controllet.html b/controllets/select-dataset-controllet/select-dataset-controllet.html index ccf06f7..f2b387f 100755 --- a/controllets/select-dataset-controllet/select-dataset-controllet.html +++ b/controllets/select-dataset-controllet/select-dataset-controllet.html @@ -135,6 +135,11 @@ background-color: #E0E0E0; } + .item.expanded { + /*border: 2px solid #2196F3;*/ + border-color: #2196F3; + } + .pad { @apply(--layout-flex); /*@apply(--layout-vertical);*/ @@ -171,15 +176,37 @@ width: calc(100% - 8px); } - #select_dataset_container #list_container { - /*height: calc(100% - 244px);*/ - /*width: calc(100% - 8px);*/ + #select_dataset_container #list_info { + display: flex; height: calc(100% - 48px); - width: 100%; - border: 4px solid #B6B6B6; - border-top: 0px; - border-bottom: 0px; + width: calc(100% + 8px);/*bad*/ + } + + #select_dataset_container #list_container { position: relative; + height: 100%; + width: 50%; + border-left: 4px solid #B6B6B6;; + } + + #select_dataset_container #info_container { + position: relative; + height: 100%; + width: 50%; + border-right: 4px solid #B6B6B6; + + /*background-color: red;*/ + } + + #select_dataset_container #info { + position: relative; + height: calc(100% - 56px); + width: calc(100% - 56px); + padding: 11px; + border: 1px solid #B6B6B6; + border-radius: 4px; + background-color: #E0E0E0; + margin: 16px; } #select_dataset_container #treemap_container { @@ -264,6 +291,12 @@ #suggested_div { visibility: hidden; } + + /*.info_resource_name {*/ + /*color: #2196F3;*/ + /*font-weight: bold;*/ + /*line-height: 48px;*/ + /*}*/ @@ -303,30 +336,32 @@ -
- - + +
+
+
+
+