source: contrib/MailArchiver/sources/src/VAADIN/widgetsets/serpro.mailarchiver.config.MailArchiverWidgetSet/popupbutton/popupbutton.css @ 6785

Revision 6785, 952 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1.v-popupbutton. .v-button-wrap * {
2        float: left;
3}       
4
5.v-popupbutton .v-popup-indicator {
6        display: inline-block;
7        cursor: pointer;
8        width: 13px;
9        height: 11px;
10        background: transparent url(../../../themes/base/common/img/sprites.png) no-repeat -5px -10px;
11}
12
13.v-popupbutton.v-disabled .v-popup-indicator {
14        cursor: default;
15}
16
17.v-ie6 .v-popupbutton .v-popup-indicator {
18        display: inline;
19        zoom: 1;
20}
21.v-ie7 .v-popupbutton .v-popup-indicator {
22        display: inline;
23        zoom: 1;
24        position: relative;
25        top: -4px;
26}
27
28.v-popupbutton-popup {
29        font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
30        font-size: 12px;
31        line-height: normal;
32        color: #222;
33       
34        background: #f8f8f9;
35        border: none;
36        border-radius: 3px;
37        -webkit-border-radius: 3px;
38        -moz-border-radius: 3px;
39        -o-border-radius: 3px;
40}
41
42.v-popupbutton-popup.fixed {
43        position: fixed !important;
44        z-index: 20001 !important;
45}
46
47.v-shadow-fixed {
48        position: fixed !important;
49        z-index: 20000 !important;
50}
Note: See TracBrowser for help on using the repository browser.