~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/web/extjs/resources/css/structure/combo.css

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 3.0 RC2
 
3
 * Copyright(c) 2006-2009, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 */
 
8
 
 
9
.x-combo-list {
 
10
    border:1px solid;
 
11
    zoom:1;
 
12
    overflow:hidden;
 
13
}
 
14
 
 
15
.x-combo-list-inner {
 
16
    overflow:auto;
 
17
    position:relative; /* for calculating scroll offsets */
 
18
    zoom:1;
 
19
    overflow-x:hidden;
 
20
}
 
21
 
 
22
.x-combo-list-hd {
 
23
    border-bottom:1px solid;
 
24
    padding:3px;
 
25
}
 
26
 
 
27
.x-resizable-pinned .x-combo-list-inner {
 
28
    border-bottom:1px solid;
 
29
}
 
30
 
 
31
.x-combo-list-item {
 
32
    padding:2px;
 
33
    border:1px solid;
 
34
    white-space: nowrap;
 
35
    overflow:hidden;
 
36
    text-overflow: ellipsis;
 
37
}
 
38
 
 
39
.x-combo-list .x-combo-selected{
 
40
        border:1px dotted !important;
 
41
    cursor:pointer;
 
42
}
 
43
 
 
44
.x-combo-list .x-toolbar {
 
45
    border-top:1px solid;
 
46
    border-bottom:0 none;
 
47
}
 
 
b'\\ No newline at end of file'