diff --git a/less/groups.less b/less/groups.less index e5d5dd1..c93dc4c 100644 --- a/less/groups.less +++ b/less/groups.less @@ -1,4 +1,6 @@ [component="groups/container"] { + margin-top: 300px; + [component="groups/summary"] { .panel-body { min-height: 72px; @@ -45,9 +47,15 @@ min-height: 200px; position: relative; margin-bottom: 1em; + background-origin: content-box; + width: 100%; + top: 50px; + position: absolute; + left: auto; + right: 0px; @media (min-width: @screen-md-min) { - min-height: 250px; + min-height: 300px; } &.initialised:hover { @@ -141,6 +149,4 @@ } } } - - } \ No newline at end of file diff --git a/templates/groups/details.tpl b/templates/groups/details.tpl index dafbe11..92b79dd 100644 --- a/templates/groups/details.tpl +++ b/templates/groups/details.tpl @@ -1,7 +1,5 @@ - -