2015-12-10 23:24:14 +00:00
|
|
|
.connections
|
|
|
|
{
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
.connections .box
|
|
|
|
{
|
|
|
|
max-width: 25em;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2015-12-10 23:41:55 +00:00
|
|
|
.action-bar .connections-sum
|
2015-12-10 23:24:14 +00:00
|
|
|
{
|
2015-12-10 23:41:55 +00:00
|
|
|
padding: .4em;
|
|
|
|
margin-top: .9em;
|
|
|
|
margin-right: .5em;
|
|
|
|
background-color: #1e88e5;
|
|
|
|
border-radius: 0.1em;
|
|
|
|
box-shadow: 0 0 0.4em #666;
|
2015-12-10 23:24:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* List */
|
|
|
|
|
|
|
|
.connections .item
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
padding: 1em;
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
}
|
|
|
|
.connections .item > button
|
|
|
|
{
|
|
|
|
float: right;
|
2016-01-15 12:31:08 +00:00
|
|
|
margin: 0;
|
2015-12-10 23:24:14 +00:00
|
|
|
}
|
|
|
|
.connections .item > p
|
|
|
|
{
|
|
|
|
margin: .1em 0;
|
|
|
|
}
|
|
|
|
.connections .item > p.important
|
|
|
|
{
|
|
|
|
font-size: 1.2em;
|
2015-12-10 23:41:55 +00:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2015-12-10 23:24:14 +00:00
|
|
|
}
|
|
|
|
|