Home | History | Annotate | Download | only in resources
      1 <html i18n-values="dir:textdirection;">
      2 <head>
      3 <title></title>
      4 <style type="text/css">
      5 body {
      6    line-height: 1.5em;
      7    background: #FFFFFF;
      8    font-size: 11pt;
      9 }
     10 html[os='mac'] body {
     11   line-height: 1.5em;
     12   background: #FFFFFF;
     13 }
     14 form {
     15   -webkit-user-select: none;
     16 }
     17 .sync-footer {
     18   position: fixed;
     19   right: 0px;
     20   bottom: 0px;
     21   margin-right: 10px;
     22   margin-bottom: 10px;
     23 }
     24 html[dir='rtl'] .sync-footer {
     25   text-align: left;
     26   left: 0px;
     27   bottom: 0px;
     28   margin-left: 20px;
     29 }
     30 input[type='button'],
     31 input[type='submit'] {
     32   min-width: 87px;
     33   min-height: 26px;
     34 }
     35 html[os='mac'] input[type='button'],
     36 html[os='mac'] input[type='submit'] {
     37   font-size: 12pt;
     38 }
     39 #throbber {
     40   margin: -3px 10px;
     41 }
     42 #setting_up {
     43   margin: 100px;
     44   text-align: center;
     45 }
     46 #setting_up_label {
     47   margin: 15px;
     48   font-weight: bold;
     49   font-size: 125%;
     50 }
     51 
     52 </style>
     53 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
     54 <script src="chrome://resources/js/cr.js"></script>
     55 </head>
     56 <body i18n-values=".style.fontFamily:fontfamily">
     57 <form id="settingUpForm" onSubmit="return false;">
     58   <div id="setting_up">
     59     <div id="throbber" class="throbber"></div>
     60     <div id="setting_up_label" i18n-content="settingup"></div>
     61   </div>
     62   <div class="sync-footer">
     63     <input id="cancelButton" type="button" i18n-values="value:cancel"
     64            onclick='chrome.send("DialogClose", [""])' />
     65   </div>
     66 </form>
     67 </body>
     68 </html>
     69