You are here

bueditor.admin.css in BUEditor 8.2

Same filename and directory in other branches
  1. 8 css/bueditor.admin.css
/* Toolbar widget */
.bueditor-tw {
}
.bueditor-tw .bue-toolbar {
  min-height: 2em;
  display: block;
}
.bueditor-tw .bueditor-available-toolbar {
  background: #eee;
  border: 1px dotted #aaa;
  box-shadow: none;
}
.bueditor-tw .bueditor-tw-item {
  cursor: move;
}
/* Helper */
.bueditor-tw .ui-sortable-helper {
  opacity: 0.8;
}
/* Newline */
.bueditor-tw .bue-newline {
  line-height: 1.9em;
  margin: 0 0.1em;
}
.bueditor-tw .bue-newline:before {
  content: "\21b5";
  display: inline-block;
}
.bueditor-available-toolbar .bue-newline:after {
  content: "";
}
/* Template button */
.bueditor-tw .template-button.bue-button {
  background: #f5f5f5;
  border: 1px dotted #999;
  border-radius: 0;
  box-shadow: none;
}
.bueditor-tw .template-button-text {
  font-size: 0.75em;
}
/* Placeholder */
.bueditor-tw .sortable-ghost {
  outline: 1px solid #09f;
}
.bueditor-tw .sortable-ghost.bue-button {
  background: #fff;
  border-color: #fff;
}

/* Demo wrapper */
.form-item.bueditor-demo-wrapper {
  margin-top: 3em;
}

/* Remove first child margin in details wrapper */
.details-wrapper > *:first-child,
.details-wrapper > *:first-child > *:first-child {
  margin-top: 0;
}

/* Button list */
.bueditor-button-list {
  margin-bottom: 2em;
}
.bueditor-button-list th.button-id {
  width: 20%;
}
/* Plugin buttons */
.bueditor-button-group {
  margin-bottom: 2em;
}
.bueditor-button-group caption {
  font-size: 1.1em;
  font-weight: bold;
}

File

css/bueditor.admin.css
View source
  1. /* Toolbar widget */
  2. .bueditor-tw {
  3. }
  4. .bueditor-tw .bue-toolbar {
  5. min-height: 2em;
  6. display: block;
  7. }
  8. .bueditor-tw .bueditor-available-toolbar {
  9. background: #eee;
  10. border: 1px dotted #aaa;
  11. box-shadow: none;
  12. }
  13. .bueditor-tw .bueditor-tw-item {
  14. cursor: move;
  15. }
  16. /* Helper */
  17. .bueditor-tw .ui-sortable-helper {
  18. opacity: 0.8;
  19. }
  20. /* Newline */
  21. .bueditor-tw .bue-newline {
  22. line-height: 1.9em;
  23. margin: 0 0.1em;
  24. }
  25. .bueditor-tw .bue-newline:before {
  26. content: "\21b5";
  27. display: inline-block;
  28. }
  29. .bueditor-available-toolbar .bue-newline:after {
  30. content: "";
  31. }
  32. /* Template button */
  33. .bueditor-tw .template-button.bue-button {
  34. background: #f5f5f5;
  35. border: 1px dotted #999;
  36. border-radius: 0;
  37. box-shadow: none;
  38. }
  39. .bueditor-tw .template-button-text {
  40. font-size: 0.75em;
  41. }
  42. /* Placeholder */
  43. .bueditor-tw .sortable-ghost {
  44. outline: 1px solid #09f;
  45. }
  46. .bueditor-tw .sortable-ghost.bue-button {
  47. background: #fff;
  48. border-color: #fff;
  49. }
  50. /* Demo wrapper */
  51. .form-item.bueditor-demo-wrapper {
  52. margin-top: 3em;
  53. }
  54. /* Remove first child margin in details wrapper */
  55. .details-wrapper > *:first-child,
  56. .details-wrapper > *:first-child > *:first-child {
  57. margin-top: 0;
  58. }
  59. /* Button list */
  60. .bueditor-button-list {
  61. margin-bottom: 2em;
  62. }
  63. .bueditor-button-list th.button-id {
  64. width: 20%;
  65. }
  66. /* Plugin buttons */
  67. .bueditor-button-group {
  68. margin-bottom: 2em;
  69. }
  70. .bueditor-button-group caption {
  71. font-size: 1.1em;
  72. font-weight: bold;
  73. }