fixed error in wux

This commit is contained in:
daniel 2017-08-18 12:02:47 +02:00
parent ab3cd7dcc0
commit f0efe69ad4
3 changed files with 14 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -4209,7 +4209,7 @@ div#footer_help{
color:white;
background-color: #373737;
border: 1px solid #373737;
height: 30px;
height: 28px;
}
.wux_global_result_title p {
@ -4230,16 +4230,20 @@ div#footer_help{
.wux_global_result_content_left ul{
display: inline-flex;
margin-top: 23px;
margin-top: 15px;
}
.wux_global_result_content_left ul li p{
margin-top: 30px;
margin-top: 35px;
margin-right: 10px;
margin-left: 10px;
}
.wux_global_result_content_left ul li p b{
font-size: 16px;
}
.wux_global_result_content_right{
float:right;
width: 60%;
@ -4247,15 +4251,20 @@ div#footer_help{
.wux_global_result_content_right ul{
display: inline-flex;
margin-top: 23px;
margin-top: 15px;
margin-left:100px;
}
.wux_global_result_content_right ul li p{
margin-top: 30px;
margin-top: 40px;
margin-right: 10px;
margin-left: 10px;
}
.wux_global_result_content_right ul li p b{
font-size: 16px;
}
.wux_transaction_container{
width: 100%;
margin-bottom: 30px;