~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/FCK/editor/skins/default/fck_dialog.css

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 
3
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 
4
 *
 
5
 * == BEGIN LICENSE ==
 
6
 *
 
7
 * Licensed under the terms of any of the following licenses at your
 
8
 * choice:
 
9
 *
 
10
 *  - GNU General Public License Version 2 or later (the "GPL")
 
11
 *    http://www.gnu.org/licenses/gpl.html
 
12
 *
 
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 
14
 *    http://www.gnu.org/licenses/lgpl.html
 
15
 *
 
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 
18
 *
 
19
 * == END LICENSE ==
 
20
 *
 
21
 * Styles used by the dialog boxes.
 
22
 */
 
23
 
 
24
body
 
25
{
 
26
        margin: 0px;
 
27
        padding: 10px;
 
28
}
 
29
 
 
30
body, td, input, select, textarea
 
31
{
 
32
        font-size: 11px;
 
33
        font-family:  Arial, Helvetica, Verdana;
 
34
}
 
35
 
 
36
body, .BackColor
 
37
{
 
38
        background-color: #f1f1e3;
 
39
}
 
40
 
 
41
.PopupBody
 
42
{
 
43
        margin: 0px;
 
44
        padding: 0px;
 
45
}
 
46
 
 
47
.PopupTitle
 
48
{
 
49
        font-weight: bold;
 
50
        font-size: 14pt;
 
51
        color: #ffff00;
 
52
        background: #5b0204 url(images/headerbg.jpg) repeat-x scroll top left;
 
53
        padding: 8px 10px 8px 10px;
 
54
}
 
55
 
 
56
.PopupButtons
 
57
{
 
58
        background-color: #5b0204;
 
59
        padding: 7px 10px 7px 10px;
 
60
}
 
61
 
 
62
/* Styles removed in order to get standard button style (for concistency
 
63
   with the rest of DHIS' appearance)
 
64
 
 
65
.Button
 
66
{
 
67
        border: #737357 1px solid;
 
68
        color: #3b3b1f;
 
69
        background-color: #c7c78f;
 
70
}
 
71
 
 
72
*/
 
73
 
 
74
#btnOk
 
75
{
 
76
        width: 100px;
 
77
}
 
78
 
 
79
.DarkBackground
 
80
{
 
81
        background-color: #d7d79f;
 
82
}
 
83
 
 
84
.LightBackground
 
85
{
 
86
        background-color: #ffffff;
 
87
}
 
88
 
 
89
.PopupTitleBorder
 
90
{
 
91
        border-bottom: #d5d59d 1px solid;
 
92
}
 
93
 
 
94
.PopupTabArea
 
95
{
 
96
        color: #737357;
 
97
        background-color: #e3e3c7;
 
98
}
 
99
 
 
100
.PopupTabEmptyArea
 
101
{
 
102
        padding-left: 10px ;
 
103
        border-bottom: #d5d59d 1px solid;
 
104
}
 
105
 
 
106
.PopupTab, .PopupTabSelected
 
107
{
 
108
        border-right: #d5d59d 1px solid;
 
109
        border-top: #d5d59d 1px solid;
 
110
        border-left: #d5d59d 1px solid;
 
111
        padding-right: 5px;
 
112
        padding-left: 5px;
 
113
        padding-bottom: 3px;
 
114
        padding-top: 3px;
 
115
        color: #737357;
 
116
}
 
117
 
 
118
.PopupTab
 
119
{
 
120
        margin-top: 1px;
 
121
        border-bottom: #d5d59d 1px solid;
 
122
        cursor: pointer;
 
123
        cursor: hand;
 
124
}
 
125
 
 
126
.PopupTabSelected
 
127
{
 
128
        font-weight:bold;
 
129
        cursor: default;
 
130
        padding-top: 4px;
 
131
        border-bottom: #f1f1e3 1px solid;
 
132
        background-color: #f1f1e3;
 
133
}
 
134
 
 
135
.PopupSelectionBox
 
136
{
 
137
        border: #ff9933 1px solid !important;
 
138
        background-color: #fffacd !important;
 
139
        cursor: pointer;
 
140
        cursor: hand;
 
141
}
 
142
 
 
143
#message {
 
144
        font-style: italic;
 
145
        color: #666;
 
146
        margin: 2px 0;
 
147
        }
 
 
b'\\ No newline at end of file'