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.

22 lines
476B

  1. .user-create,
  2. .user-update {
  3. #user-points_sale,
  4. #user-user_groups {
  5. label {
  6. font-weight: normal ;
  7. margin-right: 10px ;
  8. cursor: pointer ;
  9. background-color: white ;
  10. padding: 5px 10px ;
  11. border: solid 1px #e0e0e0 ;
  12. .form-control {
  13. display: inline ;
  14. width: 200px;
  15. margin-left: 15px ;
  16. }
  17. }
  18. }
  19. }