home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 577 < prev    next >
Encoding:
Text File  |  2013-04-03  |  2.7 KB  |  184 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. body {
  6.   color: black;
  7.   cursor: default;
  8.   font-family: Arial, sans-serif;
  9.   font-size: 14px;
  10.   margin: 0 10px;
  11.   min-width: 47em;
  12. }
  13.  
  14. button {
  15.   font-size: 0.9em;
  16. }
  17.  
  18. #header {
  19.   border-bottom: 1px solid #000;
  20.   padding-top: 20px;
  21. }
  22.  
  23. #about-policy-title {
  24.   -webkit-padding-end: 24px;
  25.   -webkit-user-select: none;
  26.   border-bottom: 1px solid rgb(198, 201, 206);
  27.   color: rgb(83, 99, 125);
  28.   cursor: pointer;
  29.   font-size: 200%;
  30.   font-weight: normal;
  31.   margin: 0;
  32.   padding-bottom: 14px;
  33.   padding-top: 13px;
  34.   text-shadow: white 0 1px 2px;
  35. }
  36.  
  37. #main-content {
  38.   min-height: 100%;
  39. }
  40.  
  41. #status-title,
  42. #policies-title {
  43.   font-size: 120%;
  44.   font-weight: bold;
  45.   width: 65%;
  46. }
  47.  
  48. section {
  49.   border-bottom: 1px solid #eee;
  50.   margin-top: 17px;
  51.   padding-bottom: 20px;
  52.   width: 100%;
  53. }
  54.  
  55. .separator {
  56.   -webkit-box-orient: horizontal;
  57.   display: -webkit-box;
  58. }
  59.  
  60. #fetch-policies,
  61. #unsent-policies-control {
  62.   -webkit-box-flex: 1;
  63. }
  64.  
  65. #fetch-policies,
  66. #unsent-policies-control,
  67. #search {
  68.   bottom: 3px;
  69.   position: relative;
  70. }
  71.  
  72. #fetch-policies {
  73.   margin-top: 20px;
  74. }
  75.  
  76. #checkbox-and-label {
  77.   -webkit-padding-end: 20px;
  78.   float: right;
  79. }
  80.  
  81. html[dir='rtl'] #checkbox-and-label {
  82.   float: left;
  83. }
  84.  
  85. #search-field {
  86.   bottom: 2px;
  87.   position: relative;
  88. }
  89.  
  90. #status-pane {
  91.   -webkit-box-flex: 1;
  92.   -webkit-box-orient: horizontal;
  93.   display: -webkit-box;
  94.   margin: 0 10%;
  95. }
  96.  
  97. .status-box {
  98.   border: 1px solid #d9d9d9;
  99.   margin: 20px 100px;
  100.   min-height: 140px;
  101.   min-width: 300px;
  102.   overflow: hidden;
  103.   padding: 2px;
  104.   width: 30%;
  105. }
  106.  
  107. legend {
  108.   padding: 0.2em 0.5em;
  109. }
  110.  
  111. .status-box ul {
  112.   -webkit-padding-start: 10px;
  113.   list-style-type: none;
  114. }
  115.  
  116. .status-box li {
  117.   padding: 3px;
  118. }
  119.  
  120. #no-policies-text {
  121.   font-weight: bold;
  122.   margin: 20px;
  123.   text-align: center;
  124. }
  125.  
  126. #policy-table {
  127.   table-layout: fixed;
  128.   width: 100%;
  129. }
  130.  
  131. #policy-table th td {
  132.   border: 1px solid #fff;
  133.   border-collapse: collapse;
  134. }
  135.  
  136. #policy-table th {
  137.   background-color: rgb(218, 218, 221);
  138.   padding: 10px;
  139. }
  140.  
  141. #policy-table td {
  142.   background-color: rgb(234, 238, 243);
  143.   padding: 10px;
  144.   position: relative;
  145.   vertical-align: top;
  146.   width: 20%;
  147. }
  148.  
  149. .text-collapsed {
  150.   bottom: 0;
  151.   left: 0;
  152.   margin: 10px;
  153.   overflow: hidden;
  154.   position: absolute;
  155.   right: 0;
  156.   top: 0;
  157. }
  158.  
  159. .text-cell {
  160.   overflow: hidden;
  161. }
  162.  
  163. .text-collapsed .text-cell {
  164.   text-overflow: ellipsis;
  165. }
  166.  
  167. .text-expanded .text-cell {
  168.   overflow: visible;
  169.   word-wrap: break-word;
  170. }
  171.  
  172. .text-collapsed .text-value {
  173.   white-space: nowrap;
  174. }
  175.  
  176. .text-expanded .text-value {
  177.   white-space: pre-wrap;
  178. }
  179.  
  180. .toggler {
  181.   float: right;
  182.   padding: 0 3px !important;
  183. }
  184.