blob: 7f077d3a5ca5f72f3e409b8072ef614ef6f08d5b (
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
31
32
33
|
tr.ui-sortable-helper > td {
background: #229ac1 !important;
}
#whitelist td {
max-width: 800px;
max-width:350px;
word-wrap: break-word;
}
table#whitelist th {
vertical-align: middle;
}
#rules button {
margin-top:0 !important;
}
.drag-handle {
cursor:pointer;
}
#loadingBox {
display:none;
}
.librejs-banners {
text-align: center;
}
.librejs-controls {
margin-bottom: 8px;
}
|