~dongpo-deng/sahana-eden/test

« back to all changes in this revision

Viewing changes to static/scripts/ext/resources/css/structure/combo.css

  • Committer: Deng Dongpo
  • Date: 2010-08-01 09:29:44 UTC
  • Revision ID: dongpo@dhcp-21193.iis.sinica.edu.tw-20100801092944-8t9obt4xtl7otesb
initial

Show diffs side-by-side

added added

removed removed

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