ginebra2/chrome/bedrockchrome/historyview.superpage/clearhistorydialog.css
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
equal deleted inserted replaced
5:0f2326c2a325 6:1c3b8676e58c
     1 //ClearHistory dialog
     1 /* ClearHistory dialog */
     2 
       
     3 #dummy
       
     4 {
       
     5 }
       
     6 
     2 
     7 #ClearHistoryDialogId
     3 #ClearHistoryDialogId
     8 {
     4 {
     9    width: 302px;   
     5   width: 275px;
    10 }
     6   background: -webkit-gradient(linear, left top, left bottom, from(#556c90), to(#3c4d6a));
    11 
     7   border: 3px solid #002447;
    12 #ClearHistoryDialogId div.top{
     8   padding: 20px;
    13     background-image: url(icons/dialog_top.png);
     9   -webkit-border-top-left-radius: 10px;
    14     background-repeat: no-repeat;
    10   -webkit-border-top-right-radius: 10px;
    15     height:11px;
    11   -webkit-border-bottom-left-radius: 10px;
    16     width: 302px;   
    12   -webkit-border-bottom-right-radius: 10px;
    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 }
    13 }
    33 
    14 
    34 #ClearHistoryDialogId div.textLabel{
    15 #ClearHistoryDialogId div.textLabel{
    35     background-image: url(icons/icon_dialog_history_clear.png);
    16   text-align: center;
    36     background-repeat: no-repeat;
    17   font-size: 22px;
    37     font-size: 22px;
    18   color: #fff;
    38     height: 21px;
    19   margin-bottom: 20px;
    39     width: 250px;
       
    40     padding-left: 40px;
       
    41     color: #fff;
       
    42     margin-bottom: 20px;
       
    43     margin-left: 15px;
       
    44 }
    20 }
    45 
    21 
    46 #ClearHistoryDialogId div.controls{
    22 #ClearHistoryDialogId div.controls{
    47   height: 50px;
    23   height: 50px;
    48   /*width: 230px;*/
    24   text-align: center;
    49   width: 302px;
       
    50 }
    25 }
    51 
    26 
    52 #ClearHistoryDialogId div.clearDoneButton{
    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  }
    53 
    34 
    54    width: 100px;
    35 #ClearHistoryDialogId div.clearDoneButton {
    55    height: 50px;
    36   background-image: url(icons/button_dialog_history_clear_ok_wait.png);
    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 }
    37 }
    65 
    38 
    66  #ClearHistoryDialogId  div.clearDoneButton:active{
    39 #ClearHistoryDialogId  div.clearDoneButton:active {
    67     background-image: url(icons/button_dialog_history_clear_ok_press.png);
    40   background-image: url(icons/button_dialog_history_clear_ok_press.png);
    68 }
    41 }
    69 
    42 
    70 
    43 
    71 #ClearHistoryDialogId  div.clearCancelButton{
    44 #ClearHistoryDialogId  div.clearCancelButton {
    72 
    45   background-image: url(icons/button_dialog_history_clear_cancel_wait.png);
    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 }
    46 }
    82 
    47 
    83  #ClearHistoryDialogId  div.clearCancelButton:active {
    48 #ClearHistoryDialogId  div.clearCancelButton:active {
    84     background-image: url(icons/button_dialog_history_clear_cancel_press.png);
    49   background-image: url(icons/button_dialog_history_clear_cancel_press.png);
    85 }
    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 }