forked from verdnatura/hedera-web
Cambios varios
This commit is contained in:
parent
6a28912da5
commit
93380ab0d1
|
@ -140,6 +140,7 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
|
margin: 0;
|
||||||
margin-right: .2em;
|
margin-right: .2em;
|
||||||
}
|
}
|
||||||
.right-panel .filters > button
|
.right-panel .filters > button
|
||||||
|
|
|
@ -160,7 +160,7 @@
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
width: 12em;
|
width: 12em;
|
||||||
margin-bottom: .6em;
|
margin-bottom: .8em;
|
||||||
}
|
}
|
||||||
.vn-gui .user-info
|
.vn-gui .user-info
|
||||||
{
|
{
|
||||||
|
@ -169,7 +169,8 @@
|
||||||
}
|
}
|
||||||
.vn-gui .user-info > p
|
.vn-gui .user-info > p
|
||||||
{
|
{
|
||||||
margin: .1em 0;
|
margin: 0;
|
||||||
|
margin-top: .2em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue