Show More
@@ -367,7 +367,6 b' div:hover > a.permalink {' | |||||
367 | height: 40px; |
|
367 | height: 40px; | |
368 | width: 46px; |
|
368 | width: 46px; | |
369 | display: block; |
|
369 | display: block; | |
370 | background: url("../images/button_home.png"); |
|
|||
371 | background-position: 0 0; |
|
370 | background-position: 0 0; | |
372 | margin: 0; |
|
371 | margin: 0; | |
373 | padding: 0; |
|
372 | padding: 0; | |
@@ -1738,7 +1737,7 b' div.form div.fields div.field div.button' | |||||
1738 |
|
1737 | |||
1739 | #summary-menu-stats a span { |
|
1738 | #summary-menu-stats a span { | |
1740 | background-color: #DEDEDE; |
|
1739 | background-color: #DEDEDE; | |
1741 | color: 888 !important; |
|
1740 | color: #888 !important; | |
1742 | border-radius: 4px; |
|
1741 | border-radius: 4px; | |
1743 | padding: 2px 4px; |
|
1742 | padding: 2px 4px; | |
1744 | font-size: 10px; |
|
1743 | font-size: 10px; | |
@@ -3473,7 +3472,7 b' table.code-browser .submodule-dir {' | |||||
3473 | } |
|
3472 | } | |
3474 |
|
3473 | |||
3475 | #msg_close { |
|
3474 | #msg_close { | |
3476 |
background: transparent url("../i |
|
3475 | background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0; | |
3477 | cursor: pointer; |
|
3476 | cursor: pointer; | |
3478 | height: 16px; |
|
3477 | height: 16px; | |
3479 | position: absolute; |
|
3478 | position: absolute; |
@@ -75,7 +75,7 b'' | |||||
75 | <div style="padding: 10px;color:#666666">${_('Commit message')}</div> |
|
75 | <div style="padding: 10px;color:#666666">${_('Commit message')}</div> | |
76 | <textarea id="commit" name="message" style="height: 100px;width: 99%;margin-left:4px" placeholder="${c.default_message}"></textarea> |
|
76 | <textarea id="commit" name="message" style="height: 100px;width: 99%;margin-left:4px" placeholder="${c.default_message}"></textarea> | |
77 | </div> |
|
77 | </div> | |
78 | <div style="text-align: l;padding-top: 5px"> |
|
78 | <div style="text-align: left;padding-top: 5px"> | |
79 | ${h.submit('commit',_('Commit changes'),class_="ui-btn")} |
|
79 | ${h.submit('commit',_('Commit changes'),class_="ui-btn")} | |
80 | ${h.reset('reset',_('Reset'),class_="ui-btn")} |
|
80 | ${h.reset('reset',_('Reset'),class_="ui-btn")} | |
81 | </div> |
|
81 | </div> |
@@ -54,7 +54,7 b'' | |||||
54 | <input type="submit" value="${_('Search')}" class="ui-button"/> |
|
54 | <input type="submit" value="${_('Search')}" class="ui-button"/> | |
55 | </div> |
|
55 | </div> | |
56 | </div> |
|
56 | </div> | |
57 |
<div style="font-weight: bold;clear: |
|
57 | <div style="font-weight: bold;clear:both;margin-left:200px">${c.runtime}</div> | |
58 | </div> |
|
58 | </div> | |
59 |
|
59 | |||
60 | <div class="field"> |
|
60 | <div class="field"> |
General Comments 0
You need to be logged in to leave comments.
Login now