mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
MINOR Aligned the 'Add field' buttons and drop down
This commit is contained in:
parent
bfb99a4f20
commit
89c7cf8a15
@ -10,7 +10,6 @@
|
||||
border: 1px solid #ddd;
|
||||
background: #f4f4f4;
|
||||
overflow: hidden;
|
||||
padding: 4px 0;
|
||||
width: 100%;
|
||||
}
|
||||
.MenuHolder h2 {
|
||||
@ -21,13 +20,13 @@
|
||||
.MenuHolder select {
|
||||
float: left;
|
||||
width: 240px;
|
||||
margin: 7px 0 0 8px;
|
||||
margin: 18px 0 0 8px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.MenuHolder .action {
|
||||
float: left;
|
||||
margin: 7px 0 0 4px;
|
||||
margin: 14px 0 0 4px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
|
@ -26,4 +26,5 @@
|
||||
<input type="submit" class="action" value="<% _t('ADD', 'Add') %>" />
|
||||
</div>
|
||||
<% end_if %>
|
||||
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user