Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 057c633

Browse files
Merge pull request #81 from SURFnet/display-group-info-and-actions-on-same-line
Display user/group info and actions on same line
2 parents a2ec6d9 + 898dda0 commit 057c633

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

web/css/grouphub.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,11 @@ footer a {
13421342
.edit_group_container ul.users > div:last-child > li:last-child {
13431343
margin-bottom: 20px; }
13441344

1345+
.edit_group_container ul.users li div:first-child {
1346+
float:left;
1347+
max-width: 90%;
1348+
}
1349+
13451350
.edit_group_container ul.users li p {
13461351
margin: 0 60px 0 0;
13471352
padding: 0;
@@ -1367,15 +1372,16 @@ footer a {
13671372
/* line 248, _edit_group.scss */
13681373
.edit_group_container ul.users li a {
13691374
float: right;
1370-
display: inline-block; }
1375+
}
1376+
13711377
/* line 251, _edit_group.scss */
13721378
.edit_group_container ul.users li a i {
13731379
background-color: white;
13741380
color: #a6a6a6;
13751381
border: 1px solid #a6a6a6;
13761382
border-radius: 50%;
13771383
padding: 2px 4px;
1378-
margin: 6px 15px 0 5px; }
1384+
margin: 0 15px }
13791385
/* line 262, _edit_group.scss */
13801386
.edit_group_container #group_deletion_confirmation {
13811387
position: absolute;

0 commit comments

Comments
 (0)