Skip to content

Commit

Permalink
ExportUI - Convert Angular controller to component
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Sep 21, 2022
1 parent b082b2b commit 2008daa
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 224 deletions.
7 changes: 4 additions & 3 deletions ang/exportui.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* "fade-out" effect */
div.crm-export-field-selector-outer {
.crm-export-field-selector-outer {
display: block;
position: relative;
overflow-x: hidden;
}
div.crm-export-field-selector-outer:after {
.crm-export-field-selector-outer:after {
position: absolute;
top: 0;
right: 0;
Expand All @@ -27,7 +28,7 @@ table.crm-export-field-selector tfoot tr td > span {
}
.crm-export-field-selector tbody td {
cursor: move;
width: 18%
width: 18%;
}
.crm-export-field-selector tbody td:first-child {
width: 28%;
Expand Down
Loading

0 comments on commit 2008daa

Please sign in to comment.