Skip to content

Commit

Permalink
Merge pull request #518 from civicrm/RSE-1608-save-fields-screen
Browse files Browse the repository at this point in the history
RSE-1608: Adjust style for export dialog
  • Loading branch information
lisandro-compucorp authored Jun 7, 2021
2 parents fe09f8c + 0493fca commit f1f8303
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ _What has been changed. Please provide screenshots or gifs ([LICEcap](http://www
## Technical Details
_If the PR introduces noteworthy technical changes, please describe them here. Provide code snippets if necessary_

### Core overrides
_If the PR overrides/patches a core file, then please explain here, for each file:_

1. _Which file it is_
2. _The reason why it was overridden/patched_
3. _What the override/patch consists of_

## Backstop JS Report
_Attaching Backstop JS test report is must for every Pull Request. Run BackstopJS tests from https://github.com/compucorp/backstopjs-config/actions/workflows/backstop.yml, and attach a link to the workflow run_
## Comments
_Anything else you would like the reviewer to note_
39 changes: 39 additions & 0 deletions scss/civicrm/contact/pages/_export.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,42 @@
}
}
}

.crm-export-ui-save-mapping-dialog {
$export-form-label-width: 190px;

&.ui-dialog-content.ui-widget-content {
padding: 0;
}

.crm-form-block {
box-shadow: none;
margin-bottom: 0;
padding: $panel-body-padding;

label {
display: inline-block;
width: $export-form-label-width;
}
}

.ui-dialog-buttonpane.ui-widget-content {
height: auto;
padding: $modal-inner-padding;
position: inherit;
width: auto;

.crm-button {
background: $brand-primary;
border-radius: 0;

&:hover {
background: darken($brand-primary, $crm-darken-percentage);
}
}
}

.crm-marker {
margin-right: 0;
}
}

0 comments on commit f1f8303

Please sign in to comment.