You are here

menu_views.admin.css in Menu Views 7.2

Same filename and directory in other branches
  1. 8.3 menu_views.admin.css
#menu-item-type {
  background: #eee;
  border: 1px solid #ddd;
  color: #777;
  margin: 10px 0;
  padding: 5px 10px;
  position: relative;
}
#menu-item-type .form-item {
  position: static;
}
#menu-item-type .form-type-radios > label {
  float: left;
  margin-right: 10px;
}
#menu-item-type .form-type-radios .form-item {
  margin-right: 10px;
}
#menu-item-type .progress-disabled {
  float: none;
}
#menu-item-type .ajax-progress {
  float: right;
}
#menu-item-type .ajax-progress .message {
  padding: 0;
}

#menu-overview div.view {
  background: #eee;
  border: 1px solid #ccc;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #555;
  cursor: default;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: smaller;
  line-height: 1em;
  margin: 0;
  padding: 4px 6px 2px;
  text-shadow: 0 1px 0 #fff;
}
#menu-overview div.view strong {
  background: #ddd;
  margin-left: -6px;
  padding: 2px 5px 1px;
}

/* Fix fieldset legends for Rubik and Vertical Tabs */
.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane legend {
  display: block;
}
.vertical-tabs > .vertical-tabs-panes > .vertical-tabs-pane > legend {
  display: none;
}

File

menu_views.admin.css
View source
  1. #menu-item-type {
  2. background: #eee;
  3. border: 1px solid #ddd;
  4. color: #777;
  5. margin: 10px 0;
  6. padding: 5px 10px;
  7. position: relative;
  8. }
  9. #menu-item-type .form-item {
  10. position: static;
  11. }
  12. #menu-item-type .form-type-radios > label {
  13. float: left;
  14. margin-right: 10px;
  15. }
  16. #menu-item-type .form-type-radios .form-item {
  17. margin-right: 10px;
  18. }
  19. #menu-item-type .progress-disabled {
  20. float: none;
  21. }
  22. #menu-item-type .ajax-progress {
  23. float: right;
  24. }
  25. #menu-item-type .ajax-progress .message {
  26. padding: 0;
  27. }
  28. #menu-overview div.view {
  29. background: #eee;
  30. border: 1px solid #ccc;
  31. -ms-border-radius: 3px;
  32. -o-border-radius: 3px;
  33. -moz-border-radius: 3px;
  34. -webkit-border-radius: 3px;
  35. border-radius: 3px;
  36. color: #555;
  37. cursor: default;
  38. display: inline-block;
  39. *display: inline;
  40. *zoom: 1;
  41. font-size: smaller;
  42. line-height: 1em;
  43. margin: 0;
  44. padding: 4px 6px 2px;
  45. text-shadow: 0 1px 0 #fff;
  46. }
  47. #menu-overview div.view strong {
  48. background: #ddd;
  49. margin-left: -6px;
  50. padding: 2px 5px 1px;
  51. }
  52. /* Fix fieldset legends for Rubik and Vertical Tabs */
  53. .vertical-tabs .vertical-tabs-panes .vertical-tabs-pane legend {
  54. display: block;
  55. }
  56. .vertical-tabs > .vertical-tabs-panes > .vertical-tabs-pane > legend {
  57. display: none;
  58. }