미디어위키:Gadget-preview-params.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 |
편집 요약 없음 |
||
3번째 줄: | 3번째 줄: | ||
padding: 12px; | padding: 12px; | ||
background: #f7f7f7; | background: #f7f7f7; | ||
} | } | ||
.param-field:not(:first-child) .cdx-label { | .param-field:not(:first-child) .cdx-label { | ||
11번째 줄: | 8번째 줄: | ||
} | } | ||
.param-field { | .param-field { | ||
margin-bottom: 8px; | |||
.cdx-field__control { | .cdx-field__control { | ||
width: 100%; | width: 100%; |
2024년 10월 2일 (수) 19:40 판
.preview-params {
border: 1px solid #c8ccd1;
padding: 12px;
background: #f7f7f7;
}
.param-field:not(:first-child) .cdx-label {
display: none;
}
.param-field {
margin-bottom: 8px;
.cdx-field__control {
width: 100%;
display: flex;
align-items: end;
gap: 8px;
}
.cdx-field {
margin: 0;
width: 100%;
}
.cdx-text-input {
min-width: 0;
width: 100%;
}
.param-field--middle-eq {
margin-bottom: 8px;
}
}