Wux style review
This commit is contained in:
parent
d0f1239d9d
commit
843f4f3f50
File diff suppressed because it is too large
Load Diff
|
@ -4081,103 +4081,11 @@ div#footer_help {
|
|||
background-size: 120px 80px;
|
||||
}
|
||||
|
||||
/*
|
||||
* ---------------------------------------------------------------------
|
||||
* - WUX VIEW -
|
||||
* ---------------------------------------------------------------------
|
||||
*/
|
||||
#mssg_error_div {
|
||||
color: red;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.wux_global_result_container {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.wux_global_result_title {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: #373737;
|
||||
border: 1px solid #373737;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.wux_global_result_title p {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.wux_global_result_content {
|
||||
width: 100%;
|
||||
border: 1px solid #e2e2e2;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.wux_global_result_content_left {
|
||||
float: left;
|
||||
width: 40%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wux_global_result_content_left ul {
|
||||
display: inline-flex;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.wux_global_result_content_left ul li p {
|
||||
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%;
|
||||
}
|
||||
|
||||
.wux_global_result_content_right ul {
|
||||
display: inline-flex;
|
||||
margin-top: 15px;
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
.wux_global_result_content_right ul li p {
|
||||
margin-top: 36px;
|
||||
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;
|
||||
}
|
||||
|
||||
.wux_result_transaction {
|
||||
width: 33%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wux_transaction_graphs {
|
||||
width: 33%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wux_transaction_graphs_pie {
|
||||
width: 33%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.pagination_show_more {
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
|
|
|
@ -1,10 +1 @@
|
|||
/*
|
||||
* Wux style
|
||||
*/
|
||||
|
||||
.wux_execution_result_transaction {
|
||||
width: auto;
|
||||
height: auto;
|
||||
float: right;
|
||||
margin-right: 200px;
|
||||
}
|
||||
/* Enterprise content */
|
||||
|
|
Loading…
Reference in New Issue