File tree Expand file tree Collapse file tree 2 files changed +126
-110
lines changed
marklogic-data-hub-central/ui/src/components/entities/mapping/mapping-step-detail Expand file tree Collapse file tree 2 files changed +126
-110
lines changed Original file line number Diff line number Diff line change 4444 overflow-y : auto ;
4545}
4646
47+ .srcDataContainer {
48+ display : flex ;
49+ align-items : center ;
50+ justify-content : space-between ;
51+ }
52+
4753.sourceTable {
4854 & thead > tr > th {
4955 background-color : #EEEEEE ;
6571
6672.sourceTitle {
6773 font-size : 16px ;
68- margin-top : -15px ;
69- margin-bottom : 16px ;
7074 white-space : nowrap ;
7175}
7276
117121
118122 > .columnOptionsSelectorContainer {
119123 display : inline-block ;
120- min-width : 1000px ;
121- margin-bottom : 10px ;
122124
123125 > .columnOptionsSelector {
124126 float : right ;
125- margin : 15px 15px 0px 0px ;
127+ margin : -20px 15px 0px 0px ;
128+ padding-bottom : 10px ;
126129 }
127130
128131 > .entityCollapseButtons {
129132 float : right ;
130- margin-top : 10px ;
131- padding-right : 15px ;
133+ margin-top : -25px ;
132134 }
133135 }
134136}
135137
136138.sourceButtons {
137139 display : flex ;
138- float : right ;
139- margin-top : -25 px ;
140+ align-items : center ;
141+ margin-left : 50 px ;
140142}
141143
142144.navigationButtons {
143145 width : 100% ;
146+ position : absolute ;
147+ margin-top : 5% ;
148+ margin-left : -20% ;
144149}
145150
146151.sourceCollapseButtons {
147- width : 100% ;
148- padding-top : 23px ;
149- padding-bottom : 9px ;
152+ width : 100% ;
153+ position : absolute ;
154+ margin-left : 63% ;
155+ padding-right : 20px ;
150156}
151157
152158> .expandCollapseBtn {
@@ -234,11 +240,6 @@ hr {
234240 align-items : flex-start ;
235241 float : left ;
236242}
237- .sourceDetails {
238- position : relative ;
239- padding-top : 5px ;
240- margin-bottom : -41px ;
241- }
242243.sourceDataIcon :before {
243244 content : " \e934 " ;
244245 font-family : MLCustomFont;
@@ -254,6 +255,13 @@ hr {
254255 font-size : 14px ;
255256}
256257
258+ .sourceDetailsContainer {
259+ display : flex ;
260+ flex : 1 ;
261+ padding-left : 20px ;
262+ padding-bottom : 10px ;
263+ }
264+
257265.sourceValue {
258266 margin-top : -6px ;
259267 margin-bottom : -20px ;
@@ -279,15 +287,14 @@ hr {
279287
280288.expandIcon {
281289 margin-left : -16px ;
282- vertical-align :middle ;
290+ vertical-align : middle ;
283291 text-align : left ;
284- font-size : 13px ;
292+ font-size : 13px ;
285293 padding-right : 1px ;
286294}
287295
288296.inputURIContainer {
289297 padding-top : 10px ;
290- margin-left : -4px ;
291298 vertical-align : middle ;
292299 text-align : left ;
293300 width : 105% ;
374381
375382 .stepSettingsLink {
376383 position : absolute ;
377- bottom : 75 px ;
378- padding-right : 27 px ;
384+ bottom : 105 px ;
385+ padding-right : 30 px ;
379386 right : 22px ;
380387 color : #44499C ;
381388 cursor : pointer ;
@@ -389,15 +396,16 @@ hr {
389396}
390397
391398.legend {
399+ align-items : center ;
392400 display : flex ;
393401 justify-content : flex-end ;
394- margin-bottom : -80 px ;
402+ margin-bottom : -100 px ;
395403 padding-top : 20px ;
396404 padding-right : 40px ;
397405 position : relative ;
398406
399407 .clearTestIcons {
400- bottom : 80 % ;
408+ bottom : 70 % ;
401409 padding-right : 10px ;
402410 position : absolute ;
403411 }
You can’t perform that action at this time.
0 commit comments