debug report #4042
This commit is contained in:
parent
e9473e3aea
commit
48a6b2b6d8
File diff suppressed because one or more lines are too long
|
@ -228,53 +228,21 @@ table.wc_status_table {
|
|||
}
|
||||
#debug-report {
|
||||
display: none;
|
||||
margin: 10px;
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
|
||||
background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
|
||||
background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
|
||||
background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
|
||||
background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
|
||||
background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
|
||||
-webkit-background-size: 100% 20px;
|
||||
-moz-background-size: 100% 20px;
|
||||
-ms-background-size: 100% 20px;
|
||||
-o-background-size: 100% 20px;
|
||||
background-size: 100% 20px;
|
||||
box-shadow:
|
||||
0 1px 1px rgba(0,0,0,0.25), /* The top layer shadow */
|
||||
0 10px 0 -5px #fff, /* The second layer */
|
||||
0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
|
||||
0 20px 0 -10px #fff, /* The third layer */
|
||||
0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
|
||||
border-top: 40px solid #fff;
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 4px;
|
||||
top: 0;
|
||||
margin: -40px 0 0 0;
|
||||
left: 30px;
|
||||
bottom: 0;
|
||||
border: 1px solid;
|
||||
border-color: transparent #efe4e4;
|
||||
}
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
height: 300px;
|
||||
padding: 5px 40px;
|
||||
border: 0;
|
||||
padding: 20px;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
resize: none;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
background: transparent;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue