Skip to content

Commit

Permalink
Merge pull request #8236 from jdalsem/fix-widget-panel-toggle
Browse files Browse the repository at this point in the history
fix(ui): prevent button jumping on widget add panel toggle
  • Loading branch information
jdalsem committed Jun 30, 2015
2 parents dc14e3c + 088de48 commit 4379bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/aalborg_theme/views/default/css/elements/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
text-align: right;
margin: 0 5px 15px;
}
.elgg-widget-add-control .elgg-button {
display: inline;
}
.elgg-widgets-add-panel {
padding: 10px;
margin: 0 5px 15px;
Expand Down
3 changes: 3 additions & 0 deletions views/default/css/elements/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
text-align: right;
margin: 5px 5px 15px;
}
.elgg-widget-add-control .elgg-button {
display: inline;
}
.elgg-widgets-add-panel {
padding: 10px;
margin: 0 5px 15px;
Expand Down

0 comments on commit 4379bd3

Please sign in to comment.