preferences.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .column-reliability {
  2. .engine-tooltip {
  3. right: 12rem;
  4. }
  5. }
  6. #tab-contentquery table td,
  7. #tab-contentquery table th {
  8. text-align: left !important;
  9. height: 3rem;
  10. }
  11. #main_preferences {
  12. form {
  13. width: 100%;
  14. }
  15. fieldset {
  16. margin: 8px;
  17. border: none;
  18. }
  19. legend {
  20. margin: 0;
  21. padding: 5px 0 0 0;
  22. display: block;
  23. float: left;
  24. width: 300px;
  25. }
  26. .value {
  27. margin: 0;
  28. padding: 0;
  29. float: left;
  30. width: 15em;
  31. }
  32. .description {
  33. margin: 0;
  34. padding: 5px 0 0 0;
  35. float: left;
  36. width: 50%;
  37. color: darken(#dcdcdc, 30%);
  38. font-size: 90%;
  39. }
  40. select {
  41. width: 200px;
  42. font-size: inherit !important;
  43. }
  44. table {
  45. border-collapse: collapse;
  46. }
  47. table td {
  48. text-align: center;
  49. }
  50. table.cookies {
  51. width: auto;
  52. th,
  53. td {
  54. text-align: left;
  55. padding: 0.25em;
  56. }
  57. th:first-child,
  58. td:first-child {
  59. padding-right: 4em;
  60. }
  61. & > tbody > tr:nth-child(even) > th,
  62. & > tbody > tr:nth-child(even) > td {
  63. background-color: @color-settings-tr-hover;
  64. }
  65. }
  66. .name,
  67. .shortcut {
  68. text-align: left;
  69. }
  70. .preferences_back {
  71. background: none repeat scroll 0 0 @color-settings-return-background;
  72. color: white;
  73. border: 0 none;
  74. .rounded-corners;
  75. cursor: pointer;
  76. display: inline-block;
  77. margin: 2px 4px;
  78. padding: 0.5em;
  79. a {
  80. display: block;
  81. color: @color-settings-return-font;
  82. }
  83. a::first-letter {
  84. text-transform: uppercase;
  85. }
  86. }
  87. div.selectable_url {
  88. pre {
  89. width: 100%;
  90. }
  91. }
  92. th.name {
  93. .engine-tooltip {
  94. margin-top: 1.8rem;
  95. left: calc((100% - 85em) / 2 + 10em);
  96. max-width: 40rem;
  97. .engine-description {
  98. margin-top: 0.5rem;
  99. }
  100. }
  101. }
  102. }
  103. @media screen and (max-width: 80em) {
  104. .preferences_back {
  105. clear: both;
  106. }
  107. .engine-tooltip {
  108. left: 10em !important;
  109. }
  110. }