CheckHeader.css.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js">.x-grid-cell-checkcolumn .x-grid-cell-inner {
  19. padding-top: 4px;
  20. padding-bottom: 2px;
  21. line-height: 14px;
  22. }
  23. .x-grid-with-row-lines .x-grid-cell-checkcolumn .x-grid-cell-inner {
  24. padding-top: 3px;
  25. }
  26. .x-grid-checkheader {
  27. height: 14px;
  28. background-image: url('images/unchecked.gif');
  29. background-position: 50% -2px;
  30. background-repeat: no-repeat;
  31. background-color: transparent;
  32. }
  33. .x-grid-checkheader-checked {
  34. background-image: url('images/checked.gif');
  35. }
  36. .x-grid-checkheader-editor .x-form-cb-wrap {
  37. text-align: center;
  38. }
  39. </pre>
  40. </body>
  41. </html>