mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Resetting margin on URLSegment help text (changed due to new .help default styling in core)
This commit is contained in:
parent
bda7272761
commit
01201f04bb
@ -26,6 +26,7 @@
|
||||
.field.urlsegment .prefix, .field.urlsegment .preview { padding-top: 8px; display: inline-block; }
|
||||
.field.urlsegment .prefix { color: #777; }
|
||||
.field.urlsegment .cancel, .field.urlsegment .update, .field.urlsegment .edit { margin-left: 7px; }
|
||||
.field.urlsegment .help { margin-left: 0; }
|
||||
|
||||
#Form_EditForm #Title .update { margin-left: 7px; }
|
||||
|
||||
|
@ -120,6 +120,10 @@
|
||||
.cancel, .update, .edit {
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
.help {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#Form_EditForm #Title .update {
|
||||
|
Loading…
Reference in New Issue
Block a user