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:
459192b
)
Fix rendering of Dashlet placeholder
author
Christian Wach
<needle@haystack.co.uk>
Mon, 18 Jan 2021 11:39:49 +0000
(11:39 +0000)
committer
Christian Wach
<needle@haystack.co.uk>
Mon, 18 Jan 2021 11:39:49 +0000
(11:39 +0000)
css/dashboard.css
patch
|
blob
|
blame
|
history
diff --git
a/css/dashboard.css
b/css/dashboard.css
index 2586b3c9012dc3e114b6cefb6bef4a90067f9754..ff84027a6229951fc1feab9232e93712cc1e23ca 100644
(file)
--- a/
css/dashboard.css
+++ b/
css/dashboard.css
@@
-91,7
+91,9
@@
fieldset.crm-inactive-dashlet-fieldset legend {
#civicrm-dashboard .ui-sortable-placeholder {
border: 2px dashed grey;
visibility: visible !important;
- height: 80px !important;
+ width: 226px;
+ height: 66px !important;
+ vertical-align: bottom;
}
#civicrm-dashboard .ui-sortable-placeholder * {