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