Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix #846 - Group edit form layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Oct 29, 2017
1 parent 3a0f022 commit 85569ef
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ New in 3.2.1.4
- FIX: Issue #842: Would it be possible to change a private to a protected?
- FIX: Issue #843: Add an activity or resource popup display.
- FIX: Issue #844: While adding images with floating submit buttons.
- FIX: Issue #846: Group edit form layout.

New in 3.2.1.3
==============
Expand Down
1 change: 1 addition & 0 deletions less/essential.less
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
@import "essential/question";
@import "essential/search";
@import "essential/tabs";
@import "essential/user";
// Load as last for potential overwrites.
@import "essential/print";
@import "essential/responsive";
Expand Down
12 changes: 12 additions & 0 deletions less/essential/user.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* @group User */

#groupeditform {
.groups,
.members {
display: inline-block;
float: none;
vertical-align: top;
}
}

/* @end */
8 changes: 8 additions & 0 deletions style/essential.css
Original file line number Diff line number Diff line change
Expand Up @@ -22912,6 +22912,14 @@ body.format-topcoll .course-content ul.ctopics li.section .content .toggle a h3:
border: 1px solid #eee;
}
/* @end */
/* @group User */
#groupeditform .groups,
#groupeditform .members {
display: inline-block;
float: none;
vertical-align: top;
}
/* @end */
/* @group Print Styling */
#printonly {
display: none;
Expand Down

0 comments on commit 85569ef

Please sign in to comment.