미디어위키:Gadget-MetadataEditor.css: 두 판 사이의 차이
보이기
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
26번째 줄: | 26번째 줄: | ||
background-color: #eeffee; | background-color: #eeffee; | ||
border-radius: 0.4rem; | border-radius: 0.4rem; | ||
} | |||
.sr-only { | |||
position:relative; | |||
} | } |
2025년 1월 27일 (월) 17:27 판
#containerLeft {
width: 100%;
height: 500px;
margin-right: 10px;
overflow-y: scroll;
}
#containerRight {
position:relative;
z-index: 1;
flex-direction: column;
width: 100%;
}
.jsoneditor-field {
background-color: yellow;
}
.je-header > span {
font-size: 24px;
text-align: center;
font-weight: bold;
}
.je-indented-panel {
background-color: #eeffee;
border-radius: 0.4rem;
}
.sr-only {
position:relative;
}