chooser.css
1.35 KB
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
/*
* Ext JS Library 1.1 Beta 1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
.details{
padding: 10px;
text-align: center;
}
.details-info{
border-top: 1px solid #cccccc;
font: 11px Arial, Helvetica, sans-serif;
margin-top: 5px;
padding-top: 5px;
text-align: left;
}
.details-info b{
color: #555555;
display: block;
margin-bottom: 4px;
}
.details-info span{
display: block;
margin-bottom: 5px;
margin-left: 5px;
}
.ychooser-dlg select{
font-size: 12px;
}
.ychooser-view{
background: white;
font: 11px Arial, Helvetica, sans-serif;
overflow: auto;
}
.ychooser-view .thumb{
background: #dddddd;
padding: 3px;
}
.ychooser-view .thumb img{
height: 60px;
width: 80px;
}
.ychooser-view .thumb-wrap{
float: left;
margin: 4px;
margin-right: 0;
padding: 5px;
}
.ychooser-view .thumb-wrap span{
display: block;
overflow: hidden;
text-align: center;
}
.ychooser-view .x-view-selected{
background: #c3daf9;
border: 2px solid #6593cf;
padding: 3px;
}
.ychooser-view .x-view-selected .thumb{
background:transparent;
}
.ychooser-view .loading-indicator {
font-size:11px;
background-image:url('../../resources/images/grid/loading.gif');
background-repeat: no-repeat;
background-position: left;
padding-left:20px;
margin:10px;
}