You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
879B

  1. .user-create,
  2. .user-update {
  3. .panel-newsletter {
  4. label {
  5. display: block;
  6. }
  7. }
  8. .panel-point-sales {
  9. label.control-label {
  10. display: none;
  11. }
  12. .field-user-exclusive_access_selected_points_sale label.control-label {
  13. display: block;
  14. }
  15. }
  16. .panel-user-groups {
  17. label.control-label {
  18. display: none;
  19. }
  20. }
  21. #user-points_sale,
  22. #user-user_groups {
  23. label {
  24. font-weight: normal ;
  25. margin-right: 10px ;
  26. cursor: pointer ;
  27. background-color: white ;
  28. padding: 5px 10px ;
  29. border: solid 1px #e0e0e0 ;
  30. .form-control {
  31. display: inline ;
  32. width: 200px;
  33. margin-left: 15px ;
  34. }
  35. }
  36. }
  37. }