Skip to content
Snippets Groups Projects
Commit 71e0d33d authored by Turchin's avatar Turchin
Browse files

returned bill.css

parent bec8def0
Branches
Tags
No related merge requests found
.main_table
{
.RatingTableModulesHead {
background: #f0f7fd;
}
.title {
padding: 5px;
text-align: center;
table-layout: fixed; /* Фиксированная ширина ячеек */
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
table {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
color: #363636;
}
.equal-width-cols {
width: 100%;
table-layout: fixed;
}
.equal-width-cols td {
width: 100%;
}
td {
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}
.student_td {
padding: 0 5px;
text-align: left;
font-size: 13px;
color: #417b9d;
overflow: hidden;
text-overflow: ellipsis;
}
.debt_rate
{
text-align: center;
color: #ff0c03;
font-weight: bold;
font-size: 14px;
}
.success_rate
{
text-align: center;
color: #00c509;
font-weight: bold;
font-size: 14px;
}
.absent_rate
{
text-align: center;
color: #000000;
font-weight: bold;
font-size: 14px;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment