Guest User

Untitled

a guest
Jan 21st, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.01 KB | None | 0 0
  1. /* убрать вот эти строки, и добавить в конец те что ниже вместе с заголовком */
  2. .menu-checkboxes {
  3.     display: block;
  4. }
  5.  
  6. .settings-section {
  7.   border: 1px solid #CCCCCC;
  8.   margin: 10px;
  9. }
  10.  
  11.  
  12. /* Settings panel style
  13.  * =============================== */
  14. .settings-block {
  15.     z-index: 99999;
  16.     max-width: 400px;
  17.     min-width: 400px;
  18.     position: fixed;
  19.     padding: 0px;
  20. }
  21. .settings-section {
  22.     border: 1px solid #CCCCCC;
  23.     margin: 10px;
  24. }
  25. .options-cell {
  26.     padding: 5px;
  27.     margin: 5px;
  28. }
  29. .menu-head {
  30.     text-align: center;
  31.     margin: 0px;
  32.     font-weight: bold;
  33. }
  34. .stylesheet-list {
  35.     list-style: inside none none;
  36. }
  37. .list-item-checked:before {
  38.     content: "•";
  39.     position: absolute;
  40. }
  41. .set-style, .used-style {
  42.     text-decoration: none;
  43.     margin-left: 15px;
  44. }
  45. .menu-checkboxes {
  46.     display: block;
  47. }
  48. .menu-group {
  49.     display: table;
  50.     text-align: center;
  51.     font-size: small;
  52.     margin: auto;
  53. }
  54. .group-cell {
  55.     display: table-cell;
  56.     padding: 0 15px;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment