Files
dojo/public/home/admin/mensajes/cssMsg.css

30 lines
381 B
CSS
Raw Normal View History

2018-07-18 04:28:26 -05:00
section.messages{
justify-content:end;
}
article.select{
flex:1;
overflow:auto;
min-width:200px;
max-width:400px;
}
select.entry{
margin:10px;
2018-08-15 01:08:15 +00:00
min-height:400px;
2018-07-18 04:28:26 -05:00
}
option.entry{
margin:10px;
}
article.view{
flex:1;
min-width:200px;
max-width:500px;
2018-08-15 01:08:15 +00:00
padding-right: 40px;
2018-07-18 04:28:26 -05:00
}
article.view p{}
div.spcr{
background-color:gray;
height:3px;
width:30px;
}