You are here

admin.css in BUEditor 5

Same filename and directory in other branches
  1. 6 admin/admin.css
.button-table {
  width: 100%;
}
.button-table tr.new-button {
  background-color: #feebed;
}
.button-table td{
  vertical-align: top;
}
.button-table th.content {
  width: 50%;
}
.sel-action {
  text-align: right;
}
.sel-action div {
  display: inline;
}
.sel-action select, .sel-action input {
  margin: 0px;
}
#editor-demo {
  width: 94%;
}

File

admin/admin.css
View source
  1. .button-table {
  2. width: 100%;
  3. }
  4. .button-table tr.new-button {
  5. background-color: #feebed;
  6. }
  7. .button-table td{
  8. vertical-align: top;
  9. }
  10. .button-table th.content {
  11. width: 50%;
  12. }
  13. .sel-action {
  14. text-align: right;
  15. }
  16. .sel-action div {
  17. display: inline;
  18. }
  19. .sel-action select, .sel-action input {
  20. margin: 0px;
  21. }
  22. #editor-demo {
  23. width: 94%;
  24. }