946
947
948
949
950
951
952
953
954
955
956
957
958
959
|
}
//////////////////////////////////
// Styles for /fileedit:
body.fileedit textarea {
font-family: monospace;
width: 100%;
flex: 10 1 auto;
}
body.fileedit fieldset {
margin: 0.5em 0 0.5em 0;
padding: 0.25em 0;
border-radius: 0.5em;
border-color: inherit;
border-width: 1px;
|
>
|
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
|
}
//////////////////////////////////
// Styles for /fileedit:
body.fileedit textarea {
font-family: monospace;
width: 100%;
flex: 10 1 auto;
height: initial;
}
body.fileedit fieldset {
margin: 0.5em 0 0.5em 0;
padding: 0.25em 0;
border-radius: 0.5em;
border-color: inherit;
border-width: 1px;
|