source: companies/serpro/jabberit_messenger/templates/default/css/selectEditStyle.css @ 903

Revision 903, 749 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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
42        .selectBoxAnOption
43        {
44                font-family: Verdana, Helvetica, sans;
45                font-size:12px;
46                cursor:default;
47                margin:1px;
48                overflow:hidden;
49                white-space:nowrap;
50        }
Note: See TracBrowser for help on using the repository browser.