home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 548 < prev    next >
Encoding:
Text File  |  2013-04-03  |  1.1 KB  |  61 lines

  1. <!DOCTYPE HTML>
  2. <html>
  3. <!--
  4. Copyright (c) 2012 The Chromium Authors. All rights reserved.
  5. Use of this source code is governed by a BSD-style license that can be
  6. found in the LICENSE file.
  7. -->
  8. <head>
  9. <meta charset="utf-8">
  10. <title>Instant preferences</title>
  11. <style>/*
  12.  * Copyright (c) 2012 The Chromium Authors. All rights reserved.
  13.  * Use of this source code is governed by a BSD-style license that can be
  14.  * found in the LICENSE file.
  15.  */
  16.  
  17. body {
  18.   font-family: Arial, sans-serif;
  19.   font-size: 12px;
  20.   margin: 10px;
  21.   min-width: 47em;
  22.   padding-bottom: 65px;
  23. }
  24.  
  25. img {
  26.   float: left;
  27.   height: 16px;
  28.   padding-right: 5px;
  29.   width: 16px;
  30. }
  31.  
  32. .section {
  33.   background-color: rgb(235, 239, 249);
  34.   border-top: 1px solid rgb(181, 199, 222);
  35.   font-weight: bold;
  36.   margin: 10px 0 0;
  37.   padding: 2px 2px;
  38. }
  39.  
  40. .row {
  41.   border-bottom: 1px solid #a0a0a0;
  42.   padding: 5px;
  43. }
  44.  
  45. .url {
  46.   color: #a0a0a0;
  47. }
  48. </style>
  49. <script src="instant.js"></script>
  50. </head>
  51. <body>
  52.   <h2>Instant preferences</h2>
  53.   <hr>
  54.   <div id="instant-form"></div>
  55.   <div class="buttons-pane">
  56.     <button id="reset-button">Reset</button>
  57.     <button id="save-button">Save</button>
  58.   </div>
  59. </body>
  60. </html>
  61.