30 lines
381 B
CSS
30 lines
381 B
CSS
|
|
section.messages{
|
||
|
|
justify-content:end;
|
||
|
|
}
|
||
|
|
article.select{
|
||
|
|
flex:1;
|
||
|
|
overflow:auto;
|
||
|
|
min-width:200px;
|
||
|
|
max-width:400px;
|
||
|
|
|
||
|
|
}
|
||
|
|
select.entry{
|
||
|
|
margin:10px;
|
||
|
|
min-height:400px;
|
||
|
|
}
|
||
|
|
option.entry{
|
||
|
|
margin:10px;
|
||
|
|
}
|
||
|
|
article.view{
|
||
|
|
flex:1;
|
||
|
|
min-width:200px;
|
||
|
|
max-width:500px;
|
||
|
|
padding-right: 40px;
|
||
|
|
}
|
||
|
|
article.view p{}
|
||
|
|
div.spcr{
|
||
|
|
background-color:gray;
|
||
|
|
height:3px;
|
||
|
|
width:30px;
|
||
|
|
}
|