source: branches/1.2/workflow/templates/default/css/lb.css @ 1349

Revision 1349, 861 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

Line 
1#lightbox
2{
3        background-color:#eee;
4        padding: 10px;
5        border-bottom: 2px solid #666;
6        border-right: 2px solid #666;
7}
8
9#lightboxDetails
10{
11        font-size: 0.8em;
12        padding-top: 0.4em;
13}
14
15#lightboxCaption
16{
17        float: left;
18}
19
20#keyboardMsg
21{
22        float: right;
23}
24
25#closeButton
26{
27        top: 5px;
28        right: 5px;
29}
30
31#lightbox img
32{
33        border: none;
34        clear: both;
35}
36
37#overlay img
38{
39        border: none;
40}
41
42#overlay
43{
44        background-image: url(../images/lb_overlay.png);
45}
46
47* html #overlay
48{
49        background-color: #333;
50        back\ground-color: transparent;
51        background-image: url(../images/blank.gif);
52        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lb_overlay.png", sizingMethod="scale");
53}
54
55kbd
56{
57        background-color:#DDDDDD;
58        border-bottom:1px solid #CCCCCC;
59        border-right:1px solid #CCCCCC;
60        color:#555555;
61        font-family:inherit;
62        font-size:inherit;
63        padding:0pt 3px 2px 4px;
64}
Note: See TracBrowser for help on using the repository browser.