Show More
@@ -3183,11 +3183,6 b' input.perm_filter {' | |||
|
3183 | 3183 | font-size: 16px; |
|
3184 | 3184 | } |
|
3185 | 3185 | |
|
3186 | .compare-revision-selector > div { | |
|
3187 | display: inline-block; | |
|
3188 | margin-right: 8px; | |
|
3189 | } | |
|
3190 | ||
|
3191 | 3186 | table.code-difftable { |
|
3192 | 3187 | border-collapse: collapse; |
|
3193 | 3188 | border-radius: 0px !important; |
@@ -28,18 +28,18 b'' | |||
|
28 | 28 | <div id="body" class="panel-heading"> |
|
29 | 29 | <div class="compare-revision-selector"> |
|
30 | 30 | ## divs are "inline-block" and cannot have whitespace between them. |
|
31 |
< |
|
|
31 | <span> | |
|
32 | 32 | ${h.hidden('compare_org')} |
|
33 |
</ |
|
|
33 | </span><span> | |
|
34 | 34 | <i class="icon-right"></i> |
|
35 |
</ |
|
|
35 | </span><span> | |
|
36 | 36 | ${h.hidden('compare_other')} |
|
37 |
</ |
|
|
37 | </span><span> | |
|
38 | 38 | %if not c.compare_home: |
|
39 | 39 | <a class="btn btn-default btn-sm" href="${c.swap_url}"><i class="icon-arrows-cw"></i> ${_('Swap')}</a> |
|
40 | 40 | %endif |
|
41 | 41 | <div id="compare_revs" class="btn btn-default btn-sm"><i class="icon-git-compare"></i> ${_('Compare Revisions')}</div> |
|
42 |
</ |
|
|
42 | </span> | |
|
43 | 43 | </div> |
|
44 | 44 | </div> |
|
45 | 45 |
General Comments 0
You need to be logged in to leave comments.
Login now