-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
68 lines (65 loc) · 1.15 KB
/
stylesheet.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
.updated_setting
{
border: 1px solid #e6db55;
background-color: #ffffe0;
padding: 0 5px;
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 12px;
}
.updated_setting p,
.error_plugin p {
margin: 0.5em 0;
padding: 2px;
}
.middle_table1
{
background:#bbb;
}
.middle_table1 .td
{
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
padding-left:1px;
}
.dataTableHeadingRow
{
height:30px;
background-color:#cccccc;
}
.dataTableRow1
{
height:20px;
background-color: #F7F7F7;
}
.dataTableRow2
{
height:20px;
background-color: #ffffff;
}
#field_order_box tr.field_content
{
background:#f5f5f5;
}
#field_order_box tr.field_content-highlight
{
height:40px;
background:#FFFCBF;
}
#field_order_box tr.field_content:hover
{
cursor: move;
background:#dfdfdf;
}
.ui-icon {
display: block;
float:right;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
width: 16px;
height: 16px;
background-position: 16px 16px;
background-image: url(img/icons.png)
}
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }