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

Revision 1349, 1.3 KB checked in by niltonneto, 15 years ago (diff)

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

  • Property svn:executable set to *
Line 
1        #linenumbers {
2                width: 43px;
3                height: 100%;
4                overflow: auto;
5                position: absolute;
6                top: 0px;
7                left: 0px;
8                z-Index: 1;
9                background-color: #EEEEEE;
10                border: 0px;
11                border-right: 1px; outset buttonhighlight;
12        }
13        #codeframe > #linenumbers {
14                width: 42px;
15        }
16        #codeframe {
17                padding: 0px;
18                padding-left: 40px;
19                background-color: white;
20                height: 100%;
21                width: auto;
22        }
23        BODY {
24                font-family: courier, lucidatypewriter;
25                font-size: 14px;
26                margin: 0px;
27        }
28    #inputLine {
29                position: absolute;
30                top:  -2px;
31                left: 44px;
32                width: 100%;
33                height: 20px;
34                overflow: display;
35                z-Index: 3;
36                margin: 0px;
37                border: 0px;
38                padding: 0px;
39    }
40        #inputLine FORM {
41                border: 0px;
42                margin: 0px;
43                padding: 0px;
44        }
45    #inputLine #inputLineEntry {
46                border: 0px;
47                width: 100%;
48                margin: 0px;
49                padding: 0px;
50                background-color: #E6E6FA;
51                font-family: courier, lucidatypewriter;
52        }
53        code, code li, pre {
54                word-break: keep-all;
55                white-space: no-wrap;
56                font-family: courier, lucidatypewriter;
57                font-size: 16px;
58        }
59    #content {
60                margin: 0px;
61                padding: 0px;
62                border: 0px;
63                padding-left: 4px;
64                padding-right: 4px;
65                width: auto;
66                position: absolute;
67                left: 0px;
68                z-Index: 2;
69        }
70        #content code {
71                margin: 0px;
72                padding: 0px;
73                border: 0px;
74        }
75
76        #content ol {
77                margin-top: 0px;       
78        }
Note: See TracBrowser for help on using the repository browser.