datasets.css
900 Bytes
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
/* Admin generic styles */
table.admintable {
width: 100%;
}
table.admintable td.left_title {
width: 20% !important;
}
table.admintable td.right_details {
width: 80% !important;
}
table.admintable input, table.admintable textarea {
width: 50% !important;
min-width: 250px !important;
}
table.adminlist td label.label-sources {
margin-right: 5px;
}
/* Selectables */
.datasources_selectable .ui-selecting {
background: #FECA40;
}
.datasources_selectable .ui-selectee {
cursor: pointer;
}
.datasources_selectable .ui-unselecting {
background: #EEE;
}
.datasources_selectable .ui-selected {
background: #F39814;
color: #fff;
}
.datasources_selectable {
list-style-type: none;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
width: 250px;
float: left;
border-top: 1px solid #CCC;
}
.datasources_selectable li {
margin: 3px;
padding: .4em;
font-size: 1.4em;
line-height: normal;
}