-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
111 lines (93 loc) · 1.93 KB
/
style.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
.wpt-wrapper {
padding: 10px 20px;
margin: 20px;
border: 1px solid #222223;
display: inline-block;
background-color: #d1d3d6;
}
.wpt-wrapper:hover {
background-color: #e8e8e8;
}
.wpt-wrapper ul {
list-style-type: disc !important;
}
.wpt-wrapper li {
margin-left: 20px;
}
.wordpressplagiarismtracking-search-case-widget,
#wordpressplagiarismtracking_quick_insert_form {
/*the theme should do this*/
/*border: 1px solid #B1BCC4;
padding: 5px 10px;*/
}
.case-search select,
.case-search input,
.case-link input {
width: 100% !important;
}
.piklist-notice-error,
.piklist-notice-update {
display: table;
width: 100%;
text-align: center;
border-radius: 10px;
}
.piklist-notice-error p,
.piklist-notice-update p {
display: table-cell;
vertical-align: middle;
line-height: 2em;
cursor: default;
}
/* shortcode buttons to quickly display certain cases */
.quick-actions {
margin: 25px 0;
}
.quick-actions .btn-default {
margin-right: 10px;
padding: 10px 15px;
color: #777;
}
.quick-actions h4{
clear: left;
}
.wpt-search-terms {
margin-bottom: 10px;
cursor: default;
}
.wpt-search-term-item {
display: inline-block;
border: 1px solid #ccc;
padding: 2px 10px;
margin-right: 5px;
}
/* Shortcode table styles*/
.plagiarism-cases-table td,
.plagiarism-cases-table th {
/*border-bottom: 1px solid #B1BCC4;*/
padding: 0px 5px;
}
.plagiarism-single-case table.dataTable thead th,
.plagiarism-single-case table.dataTable thead td {
display: none;
}
#DataTables_Table_0_length{
display: none;
}
.first-row-single-case{
width: 7.5em;
}
/*quick insert form styling*/
#wordpressplagiarismtracking_quick_insert_form .piklist-field-list label {
border-bottom: 1px dashed #ccc;
padding: 10px 0;
}
#wordpressplagiarismtracking_quick_insert_form .piklist-field-list label input {
width: 15px;
height: 15px;
margin-right: 15px;
float: left;
}
.form-control{
padding: 2px 12px !important;
}