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.

32 line
715B

  1. .subscription-form {
  2. #bloc-select-user {
  3. padding-left: 0px;
  4. }
  5. .field-subscriptionform-id {
  6. display: none;
  7. }
  8. table#products {
  9. .input-quantity {
  10. text-align: center ;
  11. border-right: 0px none ;
  12. }
  13. .input-group-addon {
  14. padding: 5px ;
  15. padding-left: 0px ;
  16. margin: 0px ;
  17. border-left: 0px none ;
  18. border-right: 0px none ;
  19. }
  20. .select-unit {
  21. padding: 0px;
  22. width: 58px;
  23. text-align: center;
  24. height: 22px;
  25. }
  26. .glyphicon-warning-sign {
  27. position: relative;
  28. top: 10px ;
  29. }
  30. }
  31. }