0
1
Fork 0
hedera-web-mindshore/forms/admin/items/style.css

42 lines
455 B
CSS
Raw Normal View History

.items
2017-05-09 12:03:06 +00:00
{
padding: 1em;
}
.items .box
{
2017-05-09 12:03:06 +00:00
max-width: 25em;
margin: 0 auto;
}
2017-05-09 12:03:06 +00:00
/* Row */
.items .row
{
2017-05-09 12:03:06 +00:00
padding: 1em;
border-bottom: 1px solid #DDD;
}
2017-05-09 12:03:06 +00:00
.items .row > .photo
{
2017-05-09 12:03:06 +00:00
margin-right: 1em;
float: left;
2019-05-27 13:38:06 +00:00
border-radius: 3%;
height: 5.5em;
width: 5.5em;
}
2017-05-09 12:03:06 +00:00
.items .row > p
{
2017-05-09 12:03:06 +00:00
margin: .1em 0;
margin-left: 5em;
2019-03-13 08:57:18 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
2017-05-09 12:03:06 +00:00
/* Topbar */
2017-05-09 12:03:06 +00:00
.action-bar .htk-search-entry
{
2017-05-09 12:03:06 +00:00
margin: .8em .6em;
}