group/collection edit page cleanup
This commit is contained in:
parent
ec65c76a66
commit
44b714d0eb
@ -1 +1 @@
|
|||||||
2015-03-02.959
|
2015-03-03.960
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#group-new-submit-wrapper {
|
#group-new-submit-wrapper {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#group-edit-form > label {
|
#group-edit-form > label {
|
||||||
float: left;
|
float: left;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#group-edit-form .field {
|
#group-edit-form .field {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#group-edit-submit-wrapper input {
|
#group-edit-submit-wrapper input {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
@ -25,7 +25,7 @@
|
|||||||
#group-edit-select-end {
|
#group-edit-select-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#group-edit-name-label {
|
#group-edit-name-label {
|
||||||
float: left;
|
float: left;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#group_members_select_label {
|
#group_members_select_label {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -662,7 +662,6 @@ footer {
|
|||||||
|
|
||||||
.group-delete-wrapper {
|
.group-delete-wrapper {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rconnect {
|
.rconnect {
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
<a href="group/drop/{{$id}}?t={{$form_security_token}}"
|
<a href="group/drop/{{$id}}?t={{$form_security_token}}"
|
||||||
onclick="return confirmDelete();"
|
onclick="return confirmDelete();"
|
||||||
id="group-delete-icon-{{$id}}"
|
id="group-delete-icon-{{$id}}"
|
||||||
class="group-delete-icon" ><i class="icon-remove drop-icons"></i></a>
|
class="group-delete-icon btn btn-default" title="{{$delete}}" ><i class="icon-trash drop-icons"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="group-delete-end"></div>
|
<div class="group-delete-end"></div>
|
||||||
|
Reference in New Issue
Block a user