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.

41 lines
760B

  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. }
  13. .panel-user-groups {
  14. label.control-label {
  15. display: none;
  16. }
  17. }
  18. #user-points_sale,
  19. #user-user_groups {
  20. label {
  21. font-weight: normal ;
  22. margin-right: 10px ;
  23. cursor: pointer ;
  24. background-color: white ;
  25. padding: 5px 10px ;
  26. border: solid 1px #e0e0e0 ;
  27. .form-control {
  28. display: inline ;
  29. width: 200px;
  30. margin-left: 15px ;
  31. }
  32. }
  33. }
  34. }