-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
98 lines (91 loc) · 1.98 KB
/
Copy pathstyles.css
File metadata and controls
98 lines (91 loc) · 1.98 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.fix-delete-modules-main {
padding-top: 10px;
padding-bottom: 10px;
border: 2px;
width: 80%;
}
.fix-diagnosis {
border: 2px;
border-top: 0;
border-bottom: 0;
border-radius: 10px;
padding: 10px;
background-color: #fee;
width: 100%;
}
.fix-diagnosis-heading {
border-top: 2px;
color: #511;
}
#page-admin-tool-fix_delete_modules-index .fix-diagnosis .generaltable th {
padding: 0.5rem;
border-radius: 10px;
border-top: 0;
border-bottom: 0;
background-color: #f99;
}
#page-admin-tool-fix_delete_modules-index .fix-diagnosis .generaltable td {
padding: 5px;
border-top: 0;
border-radius: 10px;
background-color: #efdcdc;
}
.fix-diagnosis-action {
border: 2px;
border-bottom: 5px;
width: 100%;
}
.fix-diagnosis-action p {
border-radius: 10px;
padding: 10px;
background-color: #ffb1b1;
}
.fix-results {
border-radius: 10px;
padding: 10px;
background-color: #e1ffe1;
}
.fix-results-heading {
border: 2px;
border-radius: 10px;
padding: 5px;
background-color: #a1eea1;
}
#page-admin-tool-fix_delete_modules-delete_module .fix-results .generaltable th {
padding: 0.5rem;
border-radius: 10px;
border-top: 0;
border-bottom: 0;
background-color: #7c7;
}
.fix-report {
border-radius: 10px;
padding: 10px;
background-color: #e1e1ff;
}
.fix-report-table-heading {
border: 2px;
border-radius: 10px;
padding: 5px;
background-color: #b1b1ff;
}
.fix-report-table {
border: 2px;
border-radius: 10px;
border-top: 5px solid#e1e1ff;
border-bottom: 5px solid#e1e1ff;
padding: 3px;
background-color: #f5f5ff;
width: 100%;
}
#page-admin-tool-fix_delete_modules-index #id_submit {
background-color: #d44;
}
#page-admin-tool-fix_delete_modules-index .mform .fitem .felement {
margin-left: 0;
}
#page-admin-tool-fix_delete_modules-index #fitem_id_submit div.col-md-3 {
position: absolute;
left: -999px;
max-width: 0;
}