content_menu.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. #menu-overview-form tr.ok td {
  2. background: #dfd;
  3. }
  4. .menu-overview-title-edit-trigger
  5. {
  6. margin-left: 8px;
  7. display: none;
  8. }
  9. tr:hover .menu-overview-title-edit-trigger {
  10. display: inline;
  11. }
  12. #menu-overview-form table.sticky-header {
  13. z-index: 1;
  14. }
  15. table#menu-overview .menu-enabled .form-type-textfield,
  16. table#menu-overview .menu-disabled .form-type-textfield {
  17. display: inline;
  18. display: none;
  19. }
  20. .menu-enabled .form-type-textfield input,
  21. .menu-disabled .form-type-textfield input {
  22. /*border-width: 0px;*/
  23. margin-left: 0px;
  24. }
  25. .menu-additem .form-item-additem-hidden input {
  26. margin-top: 2em;
  27. }
  28. .menu-additem .form-item-additem-title input {
  29. margin: 0px;
  30. }
  31. .menu-additem td {
  32. padding-bottom: 2em;
  33. }
  34. .menu-additem .tabledrag-changed {
  35. position: absolute;
  36. }
  37. td.menu-target-content {
  38. color: #888;
  39. font-size: 11px;
  40. }
  41. .menu-target-content {
  42. width: 90px;
  43. }
  44. .menu-operations {
  45. width: 120px;
  46. }
  47. /* ctools dropbutton styling */
  48. .ctools-button {
  49. margin-top: -1em;
  50. }
  51. .ctools-button ul {
  52. margin: 0em !important;
  53. /* evil "!important" to override even more eveler theme style */
  54. }
  55. /* Taken from views/css/views-admin.ctools.css */
  56. /* @group Buttons */
  57. .ctools-button-processed {
  58. background-color: #ffffff;
  59. border-color: #cccccc;
  60. font-size: 11px;
  61. padding-bottom: 2px;
  62. padding-top: 2px;
  63. }
  64. .ctools-button-processed,
  65. .ctools-button-processed input {
  66. text-transform: lowercase;
  67. }
  68. .ctools-button-processed:hover {
  69. border-color: #b8b8b8;
  70. }
  71. .ctools-button-processed:active {
  72. border-color: #a0a0a0;
  73. }
  74. .ctools-button-processed .ctools-content {
  75. padding-bottom: 0;
  76. padding-top: 0;
  77. }
  78. .ctools-dropbutton-processed {
  79. position: absolute;
  80. }
  81. .ctools-dropbutton-processed .ctools-content {
  82. border-right: 1px solid #e8e8e8;
  83. }
  84. .ctools-dropbutton-processed .ctools-content ul {
  85. margin: 0;
  86. padding: 0;
  87. }
  88. .ctools-content ul.actions {
  89. margin-top: 0;
  90. margin-bottom: 0;
  91. padding-left: 0;
  92. }
  93. .ctools-button-processed .ctools-content a {
  94. background-image: none;
  95. border: medium none;
  96. }
  97. .ctools-dropbutton-processed.open:hover {
  98. border-color: #D0D0D0;
  99. }
  100. .ctools-dropbutton-processed.open {
  101. z-index: 100;
  102. }
  103. .ctools-dropbutton-processed .ctools-link {
  104. border-left: 1px solid #ffffff;
  105. }
  106. .ctools-dropbutton-processed.open .ctools-content {
  107. padding-bottom: 4px;
  108. }
  109. .ctools-dropbutton-processed li a,
  110. .ctools-dropbutton-processed li input {
  111. padding-right: 9px;
  112. }
  113. .ctools-dropbutton-processed.open li + li {
  114. border-top: 1px solid #efefef;
  115. margin-top: 4px;
  116. padding-bottom: 0;
  117. padding-top: 4px;
  118. }
  119. .ctools-twisty:focus {
  120. outline: medium none;
  121. }
  122. .ctools-no-js .ctools-content ul {
  123. margin-bottom: 0;
  124. margin-top: 0;
  125. padding-left: 0;
  126. }
  127. /*
  128. #menu-overview .ctools-button-processed {
  129. position: absolute;
  130. right: 5px;
  131. top: 4px;
  132. }
  133. */
  134. /*
  135. .ctools-button-processed li a,
  136. .ctools-button-processed input {
  137. background: none;
  138. border: medium;
  139. font-family: inherit;
  140. font-size: 12px;
  141. padding-bottom: 0;
  142. padding-left: 12px;
  143. padding-top: 0;
  144. margin-bottom: 0;
  145. }
  146. .ctools-button-processed input:hover {
  147. background: none;
  148. }
  149. */
  150. /* @end */
  151. /* Taken from views/css/views-admin.seven.css */
  152. /* @group Buttons */
  153. .ctools-button-processed ul {
  154. margin: 0;
  155. }
  156. /* Override for input elements that are themed like ctools-buttons */
  157. .ctools-button-processed input.form-submit:hover {
  158. background-image: none;
  159. color: #0074BD;
  160. text-shadow: none;
  161. }
  162. .ctools-button-processed input.form-submit:active {
  163. background: none;
  164. border: medium none;
  165. color: #0074BD;
  166. text-shadow: none;
  167. }
  168. /* @end */
  169. /* @group Buttons */
  170. .ctools-button-processed {
  171. background-image:
  172. -moz-linear-gradient(
  173. -90deg,
  174. #ffffff 0px,
  175. #f9f9f9 100%);
  176. background-image:
  177. -webkit-gradient(
  178. linear,
  179. left top,
  180. left bottom,
  181. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  182. color-stop(1.0, rgba(249, 249, 249, 1.0))
  183. );
  184. background-image:
  185. -webkit-linear-gradient(
  186. -90deg,
  187. #ffffff 0px,
  188. #f9f9f9 100%);
  189. background-image:
  190. linear-gradient(
  191. -90deg,
  192. #ffffff 0px,
  193. #f9f9f9 100%);
  194. -moz-border-radius: 11px 11px 11px 11px;
  195. -webkit-border-radius: 11px 11px 11px 11px;
  196. border-radius: 11px 11px 11px 11px;
  197. }
  198. .ctools-button-processed:hover {
  199. background-image:
  200. -moz-linear-gradient(
  201. -90deg,
  202. #ffffff 0px,
  203. #f1f1f1 100%);
  204. background-image:
  205. -webkit-gradient(
  206. linear,
  207. left top,
  208. left bottom,
  209. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  210. color-stop(1.0, rgba(241, 241, 241, 1.0))
  211. );
  212. background-image:
  213. -webkit-linear-gradient(
  214. -90deg,
  215. #ffffff 0px,
  216. #f1f1f1 100%);
  217. background-image:
  218. linear-gradient(
  219. -90deg,
  220. #ffffff 0px,
  221. #f1f1f1 100%);
  222. }
  223. .ctools-dropbutton-processed.open:hover {
  224. background-image:
  225. -moz-linear-gradient(
  226. -90deg,
  227. #ffffff 0px,
  228. #f9f9f9 100%);
  229. background-image:
  230. -webkit-gradient(
  231. linear,
  232. left top,
  233. left bottom,
  234. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  235. color-stop(1.0, rgba(249, 249, 249, 1.0))
  236. );
  237. background-image:
  238. -webkit-linear-gradient(
  239. -90deg,
  240. #ffffff 0px,
  241. #f9f9f9 100%);
  242. background-image:
  243. linear-gradient(
  244. -90deg,
  245. #ffffff 0px,
  246. #f9f9f9 100%);
  247. }
  248. .ctools-dropbutton-processed.open {
  249. -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  250. -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  251. box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  252. }
  253. /* @end */