source: branches/2.2/jabberit_messenger/jmessenger/templates/default/css/selectEditableStyle.css @ 3102

Revision 3102, 746 bytes checked in by amuller, 14 years ago (diff)

Ticket #986 - Efetuado merge para o Branch 2.2( atualizacao do modulo)

  • Property svn:executable set to *
Line 
1        .selectBoxArrow
2        {
3                margin-top:1px;
4                float:left;
5                position:absolute;
6                right:1px;
7
8        }       
9       
10        .selectBoxInput
11        {
12                font-family: Verdana, Helvetica, sans;
13                font-size: 11px !important;
14                border:0px !important;
15                padding-left:1px;
16                height:16px;
17                position:absolute;
18                bottom:0px;
19                left:0px;
20        }
21
22        .selectBox
23        {
24                border:1px solid #cecece !important;
25                height:20px;   
26        }
27       
28        .selectBoxOptionContainer
29        {
30                position:absolute;
31                border:1px solid #cecece !important;
32                font-size:12px;
33                background-color:#FFF;
34                left:-1px;
35                top:20px;
36                visibility:hidden;
37                height: 100px;
38                overflow-y:auto;
39        }
40
41        .selectBoxAnOption
42        {
43                font-family: Verdana, Helvetica, sans;
44                font-size:12px;
45                cursor:default;
46                margin:1px;
47                overflow:hidden;
48                white-space:nowrap;
49        }
Note: See TracBrowser for help on using the repository browser.