Changeset - 8c38b8a5a1ac
[Not reviewed]
default
0 2 0
Mads Kiilerich - 10 years ago 2015-08-17 01:11:42
madski@unity3d.com
comments: move spacing around status radio buttons to css

Convenient when we add more radio buttons.
2 files changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -4378,6 +4378,10 @@ form.comment-inline-form {
 
    margin: 2px 0px 8px 5px !important
 
}
 

	
 
input.status_change_radio {
 
    margin-left: 15px;
 
}
 

	
 
.notification-paginator {
 
    padding: 0px 0px 4px 16px;
 
}
kallithea/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -163,7 +163,7 @@
 
                  ${_('No change')}
 
                </label>
 
                %for status,lbl in c.changeset_statuses:
 
                    <span style="margin-left: 15px;">
 
                    <span>
 
                        <input type="radio" class="status_change_radio" name="changeset_status" id="${status}" value="${status}">
 
                        <label for="${status}"><i class="icon-circle changeset-status-${status}" /></i>${lbl}</label>
 
                    </span>
0 comments (0 inline, 0 general)