hedera-web/forms/account/address-list/style.css

49 lines
558 B
CSS
Raw Normal View History

2015-07-23 15:58:48 +00:00
.address-list
{
padding: 1em;
}
.address-list .box
{
2015-12-02 17:26:58 +00:00
max-width: 30em;
2015-07-23 15:58:48 +00:00
}
.address-list .form
{
margin: 0 auto;
max-width: 25em;
padding: 2em;
}
.address
{
2015-12-02 17:26:58 +00:00
padding: 1em;
border-bottom: 1px solid #DDD;
2015-07-23 15:58:48 +00:00
}
.address p
{
margin: 0.2em 0;
2015-12-02 17:26:58 +00:00
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.address p.important
{
font-size: 1.2em;
2015-07-23 15:58:48 +00:00
}
.address .actions
{
2015-12-02 17:26:58 +00:00
float: right;
}
.address .actions > .htk-button
{
margin: 0;
}
2015-12-02 17:26:58 +00:00
.address .actions > *
{
display: inline-block;
vertical-align: middle;
}
.address .actions > input
{
margin: .6em;
2015-07-23 15:58:48 +00:00
}