Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Commit

Permalink
fix(css): style elgg notice box
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Sep 21, 2016
1 parent 2df315d commit 632289b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sass/page/components/interactions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,10 @@

.interactions-image-block {
@include image-block($comment-avatar-size, $comment-padding);
}

.interactions-component .elgg-box {
margin: 10px;
padding: 10px;
@include border-radius($border-radius);
}
2 changes: 2 additions & 0 deletions views/default/page/components/interactions.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
.interactions-image-block > .elgg-image { -webkit-order: 1; order: 1; -webkit-flex: 0 0 30px; flex: 0 0 30px; margin-right: 10px; }
.interactions-image-block > .elgg-image-alt { -webkit-order: 3; order: 3; -webkit-flex: 0 0 auto; flex: 0 0 auto; margin-left: 10px; }
.interactions-image-block > .elgg-body { -webkit-order: 2; order: 2; -webkit-flex: 1 1 auto; flex: 1 1 auto; }

.interactions-component .elgg-box { margin: 10px; padding: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

0 comments on commit 632289b

Please sign in to comment.