Changeset - 48840976caa8
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2011-11-25 19:23:47
marcin@python-works.com
button style fix on edit and add files
2 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files_add.html
Show inline comments
 
@@ -77,9 +77,9 @@
 
				<div style="padding: 10px;color:#666666">${_('commit message')}</div>
 
				<textarea id="commit" name="message" style="height: 100px;width: 99%;margin-left:4px"></textarea>
 
			</div>
 
			<div style="text-align: right;padding-top: 5px">
 
			<input id="reset" type="button" value="${_('Reset')}" class="ui-button-small" />
 
			${h.submit('commit',_('Commit changes'),class_="ui-button-small-blue")}
 
			<div style="text-align: l;padding-top: 5px">
 
            ${h.submit('commit',_('Commit changes'),class_="ui-button-small")}
 
            ${h.reset('reset',_('Reset'),class_="ui-button-small")}
 
			</div>
 
			${h.end_form()}
 
			<script type="text/javascript">
rhodecode/templates/files/files_edit.html
Show inline comments
 
@@ -44,9 +44,9 @@
 
				<div style="padding: 10px;color:#666666">${_('commit message')}</div>
 
				<textarea id="commit" name="message" style="height: 60px;width: 99%;margin-left:4px"></textarea>
 
			</div>
 
			<div style="text-align: right;padding-top: 5px">
 
			<input id="reset" type="button" value="${_('Reset')}" class="ui-button-small" />
 
			${h.submit('commit',_('Commit changes'),class_="ui-button-small-blue")}
 
			<div style="text-align: left;padding-top: 5px">
 
            ${h.submit('commit',_('Commit changes'),class_="ui-button-small")}
 
            ${h.reset('reset',_('Reset'),class_="ui-button-small")}
 
			</div>
 
			${h.end_form()}
 
			<script type="text/javascript">
0 comments (0 inline, 0 general)