mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
[GD-9] fix css that causes some tests to fail
This commit is contained in:
parent
61e47e4916
commit
bb511be211
@ -170,8 +170,8 @@ CSS
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.item-form-save-btn {
|
||||
margin-right: 20px;
|
||||
.form-btn-group .save {
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
HTML: item-info-edit-form
|
||||
@ -226,7 +226,7 @@ HTML: item-info-edit-form
|
||||
</div>
|
||||
|
||||
<div class="form-btn-group">
|
||||
<input value="Save" class="item-form-save-btn" type="submit">
|
||||
<input value="Save" class="save" type="submit">
|
||||
<input value="Cancel" class="cancel" type="button"
|
||||
onclick="itemInfoCancelEdit('{{item.uid}}');">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user