Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Farid committed Dec 11, 2023
1 parent 8854c19 commit 507dfba
Showing 1 changed file with 0 additions and 77 deletions.
77 changes: 0 additions & 77 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,83 +10,6 @@
font-size: 14px;
direction: rtl;
}
.lang-en {
display: none;
}
/* a {
text-decoration-line: none;
}
p {
margin: 0;
padding: 5px;
}
table {
font-size: 12px;
width: 100%;
border-collapse:collapse;
}
th {
background: #aaa;
padding: 10px 2px;
height: 44px;
font-weight: normal;
text-align: right;
}
table.content td {
background: #ddd;
height: 20px;
padding: 8px;
}
table.list tr:nth-child(odd) td {
background: #ddd;
}
table.list tr:nth-child(even) td {
background: #ccc;
}
table.list tr:last-child td {
border-bottom: 2px solid #666;
}
td {
padding: 5px;
}
table.list tr td:first-child:before {
counter-increment: Serial;
content: counter(Serial);
}
table.list tr td:last-child, th:last-child {
text-align: left;
}
div.scan-finished {
}
div.text-div {
background-color: #ddd;
width: 340px;
height: 20px;
padding: 10px;
}
input[type=number] {
width: 60px;
}
input[type=text] {
width: 170px;
}
button.start{
width: 150px;
font-size: 16px;
font-weight: bold;
color: green;
padding: 7px;
float: left;
}
button.cancel{
width: 150px;
font-size: 16px;
font-weight: bold;
color: red;
padding: 7px;
float: left;
display: none;
} */
</style>
</head>
<body id="body">
Expand Down

0 comments on commit 507dfba

Please sign in to comment.