|
1 //ClearHistory dialog |
|
2 |
|
3 #dummy |
|
4 { |
|
5 } |
|
6 |
|
7 #ClearHistoryDialogId |
|
8 { |
|
9 width: 302px; |
|
10 } |
|
11 |
|
12 #ClearHistoryDialogId div.top{ |
|
13 background-image: url(icons/dialog_top.png); |
|
14 background-repeat: no-repeat; |
|
15 height:11px; |
|
16 width: 302px; |
|
17 } |
|
18 |
|
19 #ClearHistoryDialogId div.body{ |
|
20 background-image: url(icons/dialog_center.png); |
|
21 height: 97px; |
|
22 background-repeat: repeat-y; |
|
23 width: 302px; |
|
24 } |
|
25 |
|
26 #ClearHistoryDialogId div.bottom{ |
|
27 background-image: url(icons/dialog_bottom.png); |
|
28 background-repeat: no-repeat; |
|
29 height:10px; |
|
30 background-position:left bottom; |
|
31 width: 302px; |
|
32 } |
|
33 |
|
34 #ClearHistoryDialogId div.textLabel{ |
|
35 background-image: url(icons/icon_dialog_history_clear.png); |
|
36 background-repeat: no-repeat; |
|
37 font-size: 22px; |
|
38 height: 21px; |
|
39 width: 250px; |
|
40 padding-left: 40px; |
|
41 color: #fff; |
|
42 margin-bottom: 20px; |
|
43 margin-left: 15px; |
|
44 } |
|
45 |
|
46 #ClearHistoryDialogId div.controls{ |
|
47 height: 50px; |
|
48 /*width: 230px;*/ |
|
49 width: 302px; |
|
50 } |
|
51 |
|
52 #ClearHistoryDialogId div.clearDoneButton{ |
|
53 |
|
54 width: 100px; |
|
55 height: 50px; |
|
56 background-image: url(icons/button_dialog_history_clear_ok_wait.png); |
|
57 background-repeat: no-repeat; |
|
58 background-repeat: center center; |
|
59 /*margin-right:10px;*/ |
|
60 float: left; |
|
61 margin-left:50px; |
|
62 |
|
63 |
|
64 } |
|
65 |
|
66 #ClearHistoryDialogId div.clearDoneButton:active{ |
|
67 background-image: url(icons/button_dialog_history_clear_ok_press.png); |
|
68 } |
|
69 |
|
70 |
|
71 #ClearHistoryDialogId div.clearCancelButton{ |
|
72 |
|
73 width: 150px; |
|
74 height: 50px; |
|
75 background-image: url(icons/button_dialog_history_clear_cancel_wait.png); |
|
76 background-repeat: no-repeat; |
|
77 background-repeat: center center; |
|
78 border: none; |
|
79 margin:none; |
|
80 float: left; |
|
81 } |
|
82 |
|
83 #ClearHistoryDialogId div.clearCancelButton:active { |
|
84 background-image: url(icons/button_dialog_history_clear_cancel_press.png); |
|
85 } |