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