Skip to content
Snippets Groups Projects
Commit b7a65636 authored by Irina Zaks's avatar Irina Zaks
Browse files

Add classes to accomodate nested tables for fields with multiple targets, for...

Add classes to accomodate nested tables for fields with multiple targets, for example body (summary and text)
parent 172b5433
No related merge requests found
......@@ -28,3 +28,37 @@
float: left;
margin-right: .5em;
}
#edit-mappings th.source {
width: 20%;
}
#edit-mappings th.target {
width: 40%;
padding-left: 2rem;
}
#edit-mappings th.summary {
width: 16%
}
#edit-mappings th.configure,
#edit-mappings th.unique,
#edit-mappings th.remove {
width: 8%
}
.source-target {
padding-left: 0;
}
.source-target td.source {
width: 40%;
padding: 0;
}
.source-target td.target {
width: 60%;
padding: 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment