-
Notifications
You must be signed in to change notification settings - Fork 3
/
PageProtector.css
29 lines (21 loc) · 936 Bytes
/
PageProtector.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
table.AdminDataList.pageprotector td:first-child, table.AdminDataList.pageprotector th:first-child {
width: 5% !important;
}
table.AdminDataList.pageprotector td:nth-child(2), table.AdminDataList.pageprotector th:nth-child(2) {
width: 25% !important;
}
table.AdminDataList.pageprotector td:nth-child(3), table.AdminDataList .pageprotector th:nth-child(3) {
width: 30% !important;
}
table.AdminDataList.pageprotector td:nth-child(4), table.AdminDataList.pageprotector th:nth-child(4) {
width: 10% !important;
}
table.AdminDataList.pageprotector td:nth-child(n+5), table.AdminDataList.pageprotector th:nth-child(5) {
width: 10% !important;
}
table.AdminDataList.pageprotector td:nth-child(n+5), table.AdminDataList.pageprotector th:nth-child(6) {
width: 10% !important;
}
table.AdminDataList.pageprotector td:nth-child(n+5), table.AdminDataList.pageprotector th:nth-child(7) {
width: 10% !important;
}