blob: 8bfada2e2172140593d2dd21adfb08405198dc36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
.dijitEditorIconAutoSave {
background-image: url(../icons/autoSave.png);
background-repeat: no-repeat;
width: 18px;
height: 18px;
}
.dijitEditorIconAutoSaveDefault {
background-position: -18px 0px;
}
.dijitDisabled .dijitEditorIconAutoSaveDefault {
background-position: -54px 0px;
}
.dijitEditorIconAutoSaveSetting {
background-position: 0px 0px;
}
.dijitEditorAutoSaveSettingDialog {
width: 21em;
}
.dijitEditorAutoSaveSettingInputArea {
margin-top: 0.3em;
margin-left: 2em;
}
.dijitEditorAutoSaveSettingInputArea .textBox {
width: 2em;
}
.dijitEditorAutoSaveSettingInputArea .boxLabel {
margin: 0em 0em 0em 0.3em;
}
.dijitEditorAutoSaveSettingButtonArea {
text-align: right;
margin: 0.3em 0em 0em 0em;
}
.lucid .dijitEditorAutoSaveSettingDialog {
width: 22em;
}
.lucid .dijitEditorAutoSaveSettingInputArea .textBox {
width: 2.5em;
}
|