replace display info with new table
This commit is contained in:
parent
17bad25c00
commit
dff66191c0
|
@ -141,6 +141,10 @@ body {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.display-info {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-remove {
|
.btn-remove {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -148,7 +152,7 @@ body {
|
||||||
color: red;
|
color: red;
|
||||||
/* border-color: red; */
|
/* border-color: red; */
|
||||||
/* border-width: 2px; */
|
/* border-width: 2px; */
|
||||||
position: absolute;
|
/* position: absolute; */
|
||||||
margin-top: 5px !important;
|
margin-top: 5px !important;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
Loading…
Reference in New Issue