You are here

avatar_selection.css in Avatar Selection 5

Same filename and directory in other branches
  1. 5.2 avatar_selection.css
  2. 6 avatar_selection.css
  3. 7 avatar_selection.css
div.user_avatar_select div.form-item {
  text-align: center;
  float: none;
  display: inline;
  width: 85px;
}

div.user_avatar_select label.option img {
  /* margin: 3px;*/
  padding: 5px;
  /*border: 4px #E1E1E1 solid;*/
}

div.user_avatar_select label.option img.avatar_hover {
  border: 4px #7BFF57 solid;
  padding: 1px;
  cursor: pointer;
}

body div.user_avatar_select label.option img.avatar_select {
  border: 4px #FF0000 solid;
  padding: 1px;
}

div.avatar_selection_pager_nav {
  text-align: center;
}

div.avatar_selection_pager_nav a {
  padding: 0 5px 0 5px;
}

File

avatar_selection.css
View source
  1. div.user_avatar_select div.form-item {
  2. text-align: center;
  3. float: none;
  4. display: inline;
  5. width: 85px;
  6. }
  7. div.user_avatar_select label.option img {
  8. /* margin: 3px;*/
  9. padding: 5px;
  10. /*border: 4px #E1E1E1 solid;*/
  11. }
  12. div.user_avatar_select label.option img.avatar_hover {
  13. border: 4px #7BFF57 solid;
  14. padding: 1px;
  15. cursor: pointer;
  16. }
  17. body div.user_avatar_select label.option img.avatar_select {
  18. border: 4px #FF0000 solid;
  19. padding: 1px;
  20. }
  21. div.avatar_selection_pager_nav {
  22. text-align: center;
  23. }
  24. div.avatar_selection_pager_nav a {
  25. padding: 0 5px 0 5px;
  26. }