You are here

avatar_selection.css in Avatar Selection 6

Same filename and directory in other branches
  1. 5.2 avatar_selection.css
  2. 5 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 #51ADE7 solid;
  padding: 1px;
  cursor: pointer;
}

body div.user-avatar-select label.option img.avatar-select {
  border: 4px #00FF00 solid;
  padding: 1px;
}

div.avatar-selection-pager-nav {
  text-align: center;
}

div.avatar-selection-pager-nav a {
  padding: 0 5px 0 5px;
}

#avatar-selection-loading {
  display: none;
  background: url('loading.gif') top left no-repeat;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 0;
  position: relative;
  top: 0%;
  left: 45%;
}

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 #51ADE7 solid;
  14. padding: 1px;
  15. cursor: pointer;
  16. }
  17. body div.user-avatar-select label.option img.avatar-select {
  18. border: 4px #00FF00 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. }
  27. #avatar-selection-loading {
  28. display: none;
  29. background: url('loading.gif') top left no-repeat;
  30. width: 32px;
  31. height: 32px;
  32. text-align: center;
  33. line-height: 0;
  34. position: relative;
  35. top: 0%;
  36. left: 45%;
  37. }