MINOR: use button styling

This commit is contained in:
Will Rossiter 2009-04-27 02:21:12 +00:00
parent a076630b9c
commit f5bc3fb5a6
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
font-size: 11px;
}
.MenuHolder .submit {
.MenuHolder .action {
float: left;
margin: 7px 0 0 4px;
font-size: 11px;

View File

@ -8,5 +8,5 @@
<% end_control %>
</select>
<input type="submit" class="submit" value="<% _t('ADD', 'Add') %>" />
<input type="submit" class="action" value="<% _t('ADD', 'Add') %>" />
</div>