You are here

bueditor.edit.css in BUEditor 6.2

Same filename and directory in other branches
  1. 7 admin/bueditor.edit.css
.button-table {
  width: 100%;
  font-size: 0.9em;
}
.button-table * {
  font-size: 1em;
}

.button-table .th-title {
  width: 12em;
}
.button-table .input-title {
  width: 8.8em;
}
.button-table a.tabledrag-handle {
  padding-right: 0.8em;
}

.button-table .th-content {
}

.button-table .th-icon {
  width: 5em;
}
.button-table .input-icon {
  width: 3em;
}

.button-table .th-key {
  width: 3em;
}
.button-table .input-key {
  width: 2em;
}

.button-table th.select-all {
  width: 2em;
}

.button-table td {
  vertical-align: top;
}
.button-table tr.new-button {
  background-color: #feebed;
}

.button-table div.form-item {
  display: inline;
  margin: 0em;
  padding: 0em;
}
.button-table div.resizable-textarea {
  width: 98%;
}
.js .button-table div.resizable-textarea textarea {
  height: 1.6em;
}
.button-table div.grippie {
  height: 0.4em;
  background-position: 50% 0%;
}

.button-table img.icon-selector-opener {
  margin-right: 0.5em;
  margin-top: 0.2em;
  cursor: pointer;
  border-bottom: 0.1em solid #000;
  vertical-align: top;
}
.button-table img.icon-selector-opener:hover {
  border-color: #f00;
}

.selector-table {
  position: absolute;
  margin: 0em;
  width: auto;
  z-index: 1;
}
.selector-table td {
  border: 0.1em solid #e1e1e1;
  background-color: #f1f1f1;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 0.4em 0.6em;
}
.selector-table td:hover {
  background-color: #fff;
}
.selector-table img {
  vertical-align: middle;
  max-width: 40px;
  max-height: 40px;
}
.selector-table input {
  width: 1em;
  cursor: pointer;
}
#key-selector td {
  padding: 0.3em 0.7em;
  color: #000;
}
#key-selector td.used {
  color: #f99;
  cursor: default;
}

#sel-action-wrapper {
  float: right;
  margin: 0.5em;
}
#sel-action-wrapper div {
  display: inline;
}
#sel-action-wrapper select, #sel-action-wrapper input {
  margin: 0em;
}

#edit-submit {
  margin: 0.5em;
}

File

admin/bueditor.edit.css
View source
  1. .button-table {
  2. width: 100%;
  3. font-size: 0.9em;
  4. }
  5. .button-table * {
  6. font-size: 1em;
  7. }
  8. .button-table .th-title {
  9. width: 12em;
  10. }
  11. .button-table .input-title {
  12. width: 8.8em;
  13. }
  14. .button-table a.tabledrag-handle {
  15. padding-right: 0.8em;
  16. }
  17. .button-table .th-content {
  18. }
  19. .button-table .th-icon {
  20. width: 5em;
  21. }
  22. .button-table .input-icon {
  23. width: 3em;
  24. }
  25. .button-table .th-key {
  26. width: 3em;
  27. }
  28. .button-table .input-key {
  29. width: 2em;
  30. }
  31. .button-table th.select-all {
  32. width: 2em;
  33. }
  34. .button-table td {
  35. vertical-align: top;
  36. }
  37. .button-table tr.new-button {
  38. background-color: #feebed;
  39. }
  40. .button-table div.form-item {
  41. display: inline;
  42. margin: 0em;
  43. padding: 0em;
  44. }
  45. .button-table div.resizable-textarea {
  46. width: 98%;
  47. }
  48. .js .button-table div.resizable-textarea textarea {
  49. height: 1.6em;
  50. }
  51. .button-table div.grippie {
  52. height: 0.4em;
  53. background-position: 50% 0%;
  54. }
  55. .button-table img.icon-selector-opener {
  56. margin-right: 0.5em;
  57. margin-top: 0.2em;
  58. cursor: pointer;
  59. border-bottom: 0.1em solid #000;
  60. vertical-align: top;
  61. }
  62. .button-table img.icon-selector-opener:hover {
  63. border-color: #f00;
  64. }
  65. .selector-table {
  66. position: absolute;
  67. margin: 0em;
  68. width: auto;
  69. z-index: 1;
  70. }
  71. .selector-table td {
  72. border: 0.1em solid #e1e1e1;
  73. background-color: #f1f1f1;
  74. cursor: pointer;
  75. text-align: center;
  76. vertical-align: middle;
  77. padding: 0.4em 0.6em;
  78. }
  79. .selector-table td:hover {
  80. background-color: #fff;
  81. }
  82. .selector-table img {
  83. vertical-align: middle;
  84. max-width: 40px;
  85. max-height: 40px;
  86. }
  87. .selector-table input {
  88. width: 1em;
  89. cursor: pointer;
  90. }
  91. #key-selector td {
  92. padding: 0.3em 0.7em;
  93. color: #000;
  94. }
  95. #key-selector td.used {
  96. color: #f99;
  97. cursor: default;
  98. }
  99. #sel-action-wrapper {
  100. float: right;
  101. margin: 0.5em;
  102. }
  103. #sel-action-wrapper div {
  104. display: inline;
  105. }
  106. #sel-action-wrapper select, #sel-action-wrapper input {
  107. margin: 0em;
  108. }
  109. #edit-submit {
  110. margin: 0.5em;
  111. }