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