You are here

admin.css in BUEditor 6

Same filename and directory in other branches
  1. 5 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 {
  float: right;
  margin: 0.5em;
}
.sel-action div {
  display: inline;
}
.sel-action select, .sel-action input {
  margin: 0em;
}
#editor-demo {
  width: 94%;
}
#edit-submit {
  margin: 0.5em;
}

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. float: right;
  15. margin: 0.5em;
  16. }
  17. .sel-action div {
  18. display: inline;
  19. }
  20. .sel-action select, .sel-action input {
  21. margin: 0em;
  22. }
  23. #editor-demo {
  24. width: 94%;
  25. }
  26. #edit-submit {
  27. margin: 0.5em;
  28. }