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

  1. /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2.  * Use of this source code is governed by a BSD-style license that can be
  3.  * found in the LICENSE file.
  4.  */
  5.  
  6. body {
  7.   -webkit-user-select: text;
  8. }
  9.  
  10. #about-container {
  11.   -webkit-box-align: center;
  12.   display: -webkit-box;
  13.   margin-top: 10px;
  14. }
  15.  
  16. #product-description {
  17.   -webkit-margin-start: 10px;
  18. }
  19.  
  20. #version-container {
  21.   margin-top: 30px;
  22. }
  23.  
  24. #update-buttons-container {
  25.   margin-top: 5px;
  26. }
  27.  
  28. #update-status-container {
  29.   margin-top: 10px;
  30. }
  31.  
  32. #update-status {
  33.   vertical-align: middle;
  34. }
  35.  
  36. #update-percentage {
  37.   font-size: 90%;
  38. }
  39.  
  40. #get-help,
  41. #promote {
  42.   -webkit-margin-end: 4px;
  43. }
  44.  
  45. #help-container {
  46.   margin-top: 16px;
  47. }
  48.  
  49. #product-container {
  50.   line-height: 1.8em;
  51.   margin-top: 200px;
  52. }
  53.  
  54. #update-status-icon {
  55.   background-repeat: no-repeat;
  56.   display: inline-block;
  57.   height: 17px;
  58.   margin-right: 4px;
  59.   vertical-align: middle;
  60.   width: 17px;
  61. }
  62.  
  63. #update-status-icon.available {
  64.   background-image: url('chrome://theme/IDR_UPDATE_AVAILABLE');
  65.   background-size: 17px;
  66. }
  67.  
  68. #update-status-icon.up-to-date {
  69.   background-image: url('chrome://theme/IDR_UPDATE_UPTODATE');
  70.   background-size: 17px;
  71. }
  72.  
  73. #update-status-icon.working {
  74.   background-image: url('chrome://resources/images/throbber.svg');
  75. }
  76.  
  77. #update-status-icon.failed {
  78.   background-image: url('chrome://theme/IDR_UPDATE_FAIL');
  79.   background-size: 17px;
  80. }
  81.  
  82. #more-info-expander {
  83.   -webkit-padding-start: 0;
  84. }
  85.  
  86. #more-info-container.visible {
  87.   margin-bottom: 1.5em;
  88. }
  89.  
  90. #more-info-container {
  91.   -webkit-transition: all 500ms linear;
  92.   height: 0;
  93.   margin-bottom: 0;
  94.   overflow: hidden;
  95. }
  96.  
  97. #build-date-container.empty {
  98.   visibility: hidden;
  99. }
  100.  
  101. #channel-change-confirmation {
  102.   margin-top: 5px;
  103. }
  104.