projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
670a34b
)
CRM-17352 fix display of modal on drupal8 (#5)
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 12 Jan 2018 00:07:05 +0000
(11:07 +1100)
committer
colemanw
<coleman@civicrm.org>
Fri, 12 Jan 2018 00:07:05 +0000
(19:07 -0500)
css/crm.designer.css
patch
|
blob
|
blame
|
history
diff --git
a/css/crm.designer.css
b/css/crm.designer.css
index 2b5e8c1dc80241015524ee5151d8e9c2943fc706..ac0bda7fff4f45f64c62914f0ce1cc02218d731d 100644
(file)
--- a/
css/crm.designer.css
+++ b/
css/crm.designer.css
@@
-209,6
+209,11
@@
button#crm-designer-add-custom-set {
margin: 0 2em 0 0;
}
+/* Hack for Drupal 8 for some reason was moving it around strange */
+.crm-designer-dialog .ui-resizable {
+ position: absolute;
+}
+
.crm-designer-dialog .disabled .description {
display: none;
}