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

  1. <!DOCTYPE HTML>
  2. <html i18n-values="dir:textdirection;">
  3. <head>
  4. <meta charset="utf-8">
  5. <title i18n-content="page-title"></title>
  6. <link rel="stylesheet" href="chrome://resources/css/widgets.css">
  7. <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  8. <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  9.  * Use of this source code is governed by a BSD-style license that can be
  10.  * found in the LICENSE file. */
  11.  
  12. #feedback-page {
  13.   -webkit-margin-start: 80px;
  14.   color: rgb(48, 57, 66);
  15. }
  16.  
  17. #feedback-page > h1 {
  18.   border-bottom: 1px solid #eee;
  19.   padding-bottom: 6px;
  20.   width: 718px;
  21. }
  22.  
  23. #content {
  24.   width: 600px;
  25. }
  26.  
  27. #description {
  28.   display: block;
  29.   font-weight: 300;
  30.   text-align: start;
  31.   vertical-align: text-top;
  32. }
  33.  
  34. #description-text {
  35.   box-sizing: border-box;
  36.   margin-top: 1em;
  37.   width: 100%;
  38. }
  39.  
  40. .input-text-container {
  41.   -webkit-box-align: baseline;
  42.   display: -webkit-box;
  43. }
  44.  
  45. .input-text-container > label {
  46.   -webkit-margin-end: 1em;
  47.   width: 150px;
  48. }
  49.  
  50. .input-text-container > input {
  51.   -webkit-box-flex: 1;
  52.   display: block;
  53.   /* Don't push checkboxes out of alignment with bulky input. */
  54.   margin-bottom: -0.25em;
  55. }
  56.  
  57. .thumbnail-list {
  58.   margin-bottom: 1em;
  59.   margin-top: 1em;
  60.   min-height: 151px;
  61. }
  62.  
  63. .image-thumbnail-container {
  64.   border: 2px solid #ccc;
  65.   border-radius: 3px;
  66.   display: inline-block;
  67. }
  68.  
  69. .image-thumbnail-container-selected:not(:only-of-type) {
  70.   border-color: green;
  71. }
  72.  
  73. .image-thumbnail-container:not(:only-of-type):not(
  74.     .image-thumbnail-container-selected):hover {
  75.   border-color: rgb(184, 218, 176);
  76. }
  77.  
  78. .image-thumbnail {
  79.   border: 2px solid white;
  80. }
  81.  
  82. .image-thumbnail img {
  83.   display: block;
  84.   height: 140px;
  85. }
  86.  
  87. #privacy-note {
  88.   margin-bottom: 0.8em;
  89.   width: 44em;
  90. }
  91.  
  92. #buttons-pane {
  93.   /* Linux and Mac OS X display OK/Cancel dialogs in the reverse direction. */
  94.  
  95.   display: -webkit-box;
  96.   padding: 0 0 12px;
  97. }
  98.  
  99. #buttons-pane > input {
  100.   -webkit-margin-end: 0.8em;
  101.   display: block;
  102. }
  103.  
  104. #attach-file-note {
  105.   padding: 10px 0 20px
  106. }
  107.  
  108. .attach-file-notification {
  109.   color: rgb(204, 0, 0);
  110.   font-weight: bold;
  111.   padding-left: 20px;
  112. }
  113. </style>
  114.  
  115. <script src="chrome://resources/js/load_time_data.js"></script>
  116. <script src="chrome://resources/js/util.js"></script>
  117. <script src="chrome://feedback/feedback.js"></script>
  118. <script src="chrome://feedback/strings.js"></script>
  119. </head>
  120. <body id="feedback-page"
  121.     i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  122.   <h1 i18n-content="title"></h1>
  123.   <div id="content">
  124.     <span id="description" colspan="2" i18n-content="description"></span>
  125.     <textarea id="description-text" rows="10"></textarea>
  126.     <div id="page-url" class="input-text-container checkbox">
  127.       <label>
  128.         <input id="page-url-checkbox" type="checkbox"
  129.             value="pageurl" checked>
  130.         <span id="page-url-label" i18n-content="page-url"></span>
  131.       </label>
  132.       <input id="page-url-text">
  133.     </div>
  134.     <!-- User e-mail -->
  135.     <div id="user-email" class="input-text-container checkbox">
  136.       <label>
  137.         <input id="user-email-checkbox" type="checkbox">
  138.         <span id="user-email-label" i18n-content="user-email"></span>
  139.       </label>
  140.       <input id="user-email-text">
  141.     </div>
  142.  
  143.     <!-- Screenshot -->
  144.     <div id="screenshot-row" hidden>
  145.       <div class="checkbox">
  146.         <label>
  147.           <input id="screenshot-checkbox" type="checkbox">
  148.           <span id="screenshot-label-current"
  149.               i18n-content="current-screenshot"></span>
  150.  
  151.       </div>
  152.  
  153.       <div id="current-screenshots" class="thumbnail-list"></div>
  154.     </div>
  155.  
  156.     <div id="privacy-note" i18n-values=".innerHTML:privacy-note"></div>
  157.     <div id="buttons-pane">
  158.       <!-- Buttons -->
  159.       <input id="send-report-button" type="submit"
  160.           class="feedback-button" i18n-values="value:send-report">
  161.       <input id="cancel-button" type="submit"
  162.           class="feedback-button" i18n-values="value:cancel">
  163.     </div>
  164.   </div>
  165.   <script src="chrome://resources/js/i18n_template2.js"></script>
  166. </body>
  167. </html>
  168.