forked from verdnatura/hedera-web
42 lines
455 B
CSS
42 lines
455 B
CSS
.items
|
|
{
|
|
padding: 1em;
|
|
}
|
|
.items .box
|
|
{
|
|
max-width: 25em;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
/* Row */
|
|
|
|
.items .row
|
|
{
|
|
padding: 1em;
|
|
border-bottom: 1px solid #DDD;
|
|
}
|
|
.items .row > .photo
|
|
{
|
|
margin-right: 1em;
|
|
float: left;
|
|
border-radius: 3%;
|
|
height: 5.5em;
|
|
width: 5.5em;
|
|
}
|
|
.items .row > p
|
|
{
|
|
margin: .1em 0;
|
|
margin-left: 5em;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
/* Topbar */
|
|
|
|
.action-bar .htk-search-entry
|
|
{
|
|
margin: .8em .6em;
|
|
}
|
|
|