blob: 8fd0601cca152d1b2342a1539fcc56c2b3826d12 (
plain)
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
28
29
30
|
.maintenance .basic_div
{
margin-top: 8px;
}
.maintenance p
{
margin: 10px 0;
}
.maintenance #log_table h4
{
margin-top: 10px;
margin-bottom: 4px;
}
.maintenance table
{
border-collapse: collapse;
font-size: smaller;
}
.maintenance table th, .maintenance table td
{
border: 1px black solid;
}
.maintenance select, .maintenance input[type="file"]::file-selector-button
{
color: #ff1d04;
font-size: medium;
border-radius: 4px;
background-color: white;
border: lightgrey 2px outset;
}
|