This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbackend.css
104 lines (84 loc) · 1.51 KB
/
backend.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
body {
cursor : default;
}
.tooltip {
position: absolute;
display: none;
background-color: #FFFFFF;
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 2px;
width : 200px;
}
p.ttlink{
cursor : help;
text-decoration: underline;
}
.cat_table {
background-color: #ECF3F7;
width: 100%;
border: 0;
}
.cat_subelem {
display:none;
}
ul {
list-style-type:none;
margin:0;
padding:0;
}
ul li {
margin:0;
padding:0;
}
li {
margin: 0;
padding: 0;
}
#dragableTable {text-align:center;}
#dragableTable li {float:left; margin: 4px; }
#dragableTable td {text-align:center; vertical-align: middle; background-color:#ddd; cursor:'move';}
.FG_button {
width: 100%;
padding: 5px;
margin-top: 5px;
}
.FG_error {
color: red;
font-weight: bold;
}
div.info {
background: #DBFFBF url(./images/info.png) no-repeat 5px center;
border: 1px solid #83C750;
border-radius: 5px;
-moz-border-radius: 5px;
padding: 15px 5px 15px 60px;
font-weight: bold;
margin-top: 15px;
min-height: 20px;
}
.FG_cat_list {
display:block;
}
.FG_cat_list th, .FG_table th {
background: #CEE5F2;
font-size: 12px;
padding: 3px 0 3px 0;
}
#FG_table {
background-color: #d3dcdc;
border: 0;
}
#FG_upload {
margin: 10px 0 10px 0;
padding: 5px;
border: 1px solid #BFC6C7;
border-radius: 5px;
-moz-border-radius: 5px;
}
.uploadifyQueueItem {
margin: 5px 0 5px 0;
border: 1px solid #BFC6C7;
border-radius: 5px;
}