You are here

i18n_menu_overview.css in Menu per language - i18n menu overview 7.3

Same filename and directory in other branches
  1. 7.2 css/i18n_menu_overview.css
.action_add {
  background-image: url('../images/add.png');
  background-repeat: no-repeat;
  padding-left: 25px;
}
.action_edit {
  background-image: url('../images/edit.png');
  background-repeat: no-repeat;
  padding-left: 25px;
}
.action_remove {
  background-image: url('../images/remove.png');
  background-repeat: no-repeat;
  padding-left: 25px;
}
.menu_language_warning {
  color: red;
  font-size: 20px;
  padding-bottom: 10px;
}

td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }
.filter-table input {
  border: 1px solid black;
  padding: 10px;
}

span.indenter {
  display: inline-block;
  height: 10px;
  overflow: hidden;
}

table.treetable span.indenter a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}

table.treetable tr.collapsed span.indenter a {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;

  border-left: 5px solid black;
}

table.treetable tr.expanded span.indenter a {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-top: 5px solid black;
}

File

css/i18n_menu_overview.css
View source
  1. .action_add {
  2. background-image: url('../images/add.png');
  3. background-repeat: no-repeat;
  4. padding-left: 25px;
  5. }
  6. .action_edit {
  7. background-image: url('../images/edit.png');
  8. background-repeat: no-repeat;
  9. padding-left: 25px;
  10. }
  11. .action_remove {
  12. background-image: url('../images/remove.png');
  13. background-repeat: no-repeat;
  14. padding-left: 25px;
  15. }
  16. .menu_language_warning {
  17. color: red;
  18. font-size: 20px;
  19. padding-bottom: 10px;
  20. }
  21. td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }
  22. .filter-table input {
  23. border: 1px solid black;
  24. padding: 10px;
  25. }
  26. span.indenter {
  27. display: inline-block;
  28. height: 10px;
  29. overflow: hidden;
  30. }
  31. table.treetable span.indenter a {
  32. display: inline-block;
  33. text-decoration: none;
  34. margin-right: 10px;
  35. }
  36. table.treetable tr.collapsed span.indenter a {
  37. width: 0;
  38. height: 0;
  39. border-top: 5px solid transparent;
  40. border-bottom: 5px solid transparent;
  41. border-left: 5px solid black;
  42. }
  43. table.treetable tr.expanded span.indenter a {
  44. width: 0;
  45. height: 0;
  46. border-left: 5px solid transparent;
  47. border-right: 5px solid transparent;
  48. border-top: 5px solid black;
  49. }