|
1 /******* css for clear history dialog *******/ |
|
2 |
|
3 #ClearHistoryDialogId { |
|
4 /*dimensions*/ |
|
5 width: 275px; |
|
6 /*margins & paddings*/ |
|
7 padding: 20px; |
|
8 /*decorations*/ |
|
9 border: 3px solid #aaaaab; |
|
10 background: -webkit-gradient(linear, left top, left bottom, from(#060808), to(#a8a8a8), color-stop(0.5, #777779)); |
|
11 /*font specification*/ |
|
12 font-family: "Series 60 Sans", "Nokia Sans S60", sans-serif; |
|
13 /*webkit*/ |
|
14 -webkit-border-top-left-radius: 10px; |
|
15 -webkit-border-top-right-radius: 10px; |
|
16 -webkit-border-bottom-left-radius: 10px; |
|
17 -webkit-border-bottom-right-radius: 10px;} |
|
18 |
|
19 #ClearHistoryDialogId div.textLabel { |
|
20 /*margins & paddings*/ |
|
21 margin-bottom: 20px; |
|
22 /*decorations*/ |
|
23 color: white; |
|
24 /*font specification*/ |
|
25 font-size: 22px; |
|
26 /*misc*/ |
|
27 text-align: center;} |
|
28 |
|
29 #ClearHistoryDialogId div.controls { |
|
30 /*dimensions*/ |
|
31 height: 50px; |
|
32 /*misc*/ |
|
33 text-align: center;} |
|
34 |
|
35 #ClearHistoryDialogId div.historyDialogButton { |
|
36 /*dimensions*/ |
|
37 width: 100px; |
|
38 height: 54px; |
|
39 /*decorations*/ |
|
40 background-repeat: no-repeat; |
|
41 background-repeat: center center; |
|
42 /*misc*/ |
|
43 display: inline-block;} |
|
44 |
|
45 #ClearHistoryDialogId div.clearDoneButton { |
|
46 /*decorations*/ |
|
47 background-image: url(/historyview/button_dialog_history_clear_ok_wait.png);} |
|
48 |
|
49 #ClearHistoryDialogId div.clearDoneButton:active { |
|
50 /*decorations*/ |
|
51 background-image: url(/historyview/button_dialog_history_clear_ok_press.png);} |
|
52 |
|
53 #ClearHistoryDialogId div.clearCancelButton { |
|
54 /*decorations*/ |
|
55 background-image: url(/historyview/button_dialog_history_clear_cancel_wait.png);} |
|
56 |
|
57 #ClearHistoryDialogId div.clearCancelButton:active { |
|
58 /*decorations*/ |
|
59 background-image: url(/historyview/button_dialog_history_clear_cancel_press.png);} |
|
60 |
|
61 #hiddenDialogOK { |
|
62 /*decorations*/ |
|
63 background-image: url(/historyview/button_dialog_history_clear_ok_press.png); |
|
64 /*misc*/ |
|
65 visibility: hidden;} |
|
66 |
|
67 #hiddenDialogCancel { |
|
68 /*decorations*/ |
|
69 background-image: url(/historyview/button_dialog_history_clear_cancel_press.png); |
|
70 /*misc*/ |
|
71 visibility: hidden;} |