mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: use button styling
This commit is contained in:
parent
a076630b9c
commit
f5bc3fb5a6
@ -23,7 +23,7 @@
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MenuHolder .submit {
|
.MenuHolder .action {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 7px 0 0 4px;
|
margin: 7px 0 0 4px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
<% end_control %>
|
<% end_control %>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<input type="submit" class="submit" value="<% _t('ADD', 'Add') %>" />
|
<input type="submit" class="action" value="<% _t('ADD', 'Add') %>" />
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user