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.

21 lines
453B

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