Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: TechnoCloud
Views: 149
1
.rescontainer table {
2
border-collapse: collapse;
3
text-align: center;
4
width: 100%;
5
max-width: 100%;
6
margin-bottom: 10px;
7
}
8
9
.rescontainer table th {
10
font-weight: bold;
11
text-align: center;
12
vertical-align: middle !important;
13
}
14
15
.rescontainer .text {
16
margin-bottom: 10px;
17
}
18
19
.rescontainer .errors {
20
display: none;
21
}
22
23
.rescontainer table td.bad {
24
background-color: #ffbdbd;
25
}
26
27
.rescontainer .btnsExport {
28
margin: 0 0 10px 0;
29
}
30
.rescontainer .btnsExport .btn-group {
31
margin: 0 16px 0 0
32
}
33
.rescontainer .btnsExport .btn-primary {
34
margin: 0 6px 0 0;
35
}
36