You are here

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

Same filename and directory in other branches
  1. 7.3 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;
}

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. }