mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Fix link dialog box layout in CMS
This commit is contained in:
parent
11f73de330
commit
829f59e443
@ -249,8 +249,8 @@ form.nostyle input.text, form.nostyle textarea, form.nostyle select, form.nostyl
|
||||
.field { display: block; border-bottom: 1px solid #D2D5D8; -webkit-box-shadow: 0 1px 0 rgba(245, 245, 245, 0.8); -moz-box-shadow: 0 1px 0 rgba(245, 245, 245, 0.8); -o-box-shadow: 0 1px 0 rgba(245, 245, 245, 0.8); box-shadow: 0 1px 0 rgba(245, 245, 245, 0.8); padding: 0 0 7px 0; margin: 8px 0; *zoom: 1; }
|
||||
.field.noborder, .field:last-child { padding-bottom: 0; border-bottom: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
|
||||
.field:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
|
||||
.field.nolabel .middleColumn { margin-left: 0; }
|
||||
.field.nolabel .description { margin-left: 0; }
|
||||
.field.nolabel > .middleColumn { margin-left: 0; }
|
||||
.field.nolabel > .description { margin-left: 0; }
|
||||
.field.checkbox label.right { margin: 4px 0 0 0; display: inline; font-style: normal; color: #4f5861; clear: none; }
|
||||
.field label.left { float: left; display: block; width: 176px; padding: 8px 8px 8px 0; line-height: 16px; }
|
||||
.field label.right { cursor: pointer; clear: both; color: #7f8b97; display: block; font-style: italic; margin: 4px 0 0 184px; }
|
||||
|
File diff suppressed because one or more lines are too long
@ -36,10 +36,10 @@ form.nostyle {
|
||||
@include legacy-pie-clearfix();
|
||||
|
||||
&.nolabel {
|
||||
.middleColumn {
|
||||
> .middleColumn {
|
||||
margin-left: 0;
|
||||
}
|
||||
.description {
|
||||
> .description {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
@ -638,11 +638,11 @@ form.small .field, .field.small {
|
||||
.ui-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
&.no-text {
|
||||
padding: 5px 6px;
|
||||
color: lighten($color-text, 10%);
|
||||
|
||||
|
||||
&.active,
|
||||
&:active,
|
||||
&:focus,
|
||||
|
Loading…
Reference in New Issue
Block a user