equal
deleted
inserted
replaced
|
1 /* ClearHistory dialog */ |
|
2 |
|
3 #ClearHistoryDialogId |
|
4 { |
|
5 width: 275px; |
|
6 background: -webkit-gradient(linear, left top, left bottom, from(#556c90), to(#3c4d6a)); |
|
7 border: 3px solid #002447; |
|
8 padding: 20px; |
|
9 -webkit-border-top-left-radius: 10px; |
|
10 -webkit-border-top-right-radius: 10px; |
|
11 -webkit-border-bottom-left-radius: 10px; |
|
12 -webkit-border-bottom-right-radius: 10px; |
|
13 } |
|
14 |
|
15 #ClearHistoryDialogId div.textLabel{ |
|
16 text-align: center; |
|
17 font-size: 22px; |
|
18 color: #fff; |
|
19 margin-bottom: 20px; |
|
20 } |
|
21 |
|
22 #ClearHistoryDialogId div.controls{ |
|
23 height: 50px; |
|
24 text-align: center; |
|
25 } |
|
26 |
|
27 #ClearHistoryDialogId div.historyDialogButton { |
|
28 width: 100px; |
|
29 height: 54px; |
|
30 display: inline-block; |
|
31 background-repeat: no-repeat; |
|
32 background-repeat: center center; |
|
33 } |
|
34 |
|
35 #ClearHistoryDialogId div.clearDoneButton { |
|
36 background-image: url(icons/button_dialog_history_clear_ok_wait.png); |
|
37 } |
|
38 |
|
39 #ClearHistoryDialogId div.clearDoneButton:active { |
|
40 background-image: url(icons/button_dialog_history_clear_ok_press.png); |
|
41 } |
|
42 |
|
43 |
|
44 #ClearHistoryDialogId div.clearCancelButton { |
|
45 background-image: url(icons/button_dialog_history_clear_cancel_wait.png); |
|
46 } |
|
47 |
|
48 #ClearHistoryDialogId div.clearCancelButton:active { |
|
49 background-image: url(icons/button_dialog_history_clear_cancel_press.png); |
|
50 } |
|
51 |
|
52 #hiddenDialogOK { |
|
53 visibility: hidden; |
|
54 background-image: url(icons/button_dialog_history_clear_ok_press.png); |
|
55 } |
|
56 #hiddenDialogCancel { |
|
57 visibility: hidden; |
|
58 background-image: url(icons/button_dialog_history_clear_cancel_press.png); |
|
59 } |