Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. #edit_average_sales {
  2. border-radius: 15px;
  3. margin-left: 80%;
  4. margin-top: -5px;
  5. display: block;
  6. }
  7.  
  8. #dupli_edit_average_sales {
  9. border-radius: 15px;
  10. margin-left: 80%;
  11. margin-top: -5px;
  12. display: none;
  13. }
  14.  
  15. #edit_average_profit {
  16. border-radius: 15px;
  17. margin-left: 80%;
  18. margin-top: -5px;
  19. display: block;
  20. }
  21.  
  22. #dupli_edit_average_profit {
  23. border-radius: 15px;
  24. margin-left: 80%;
  25. margin-top: -5px;
  26. display: none;
  27. }
  28.  
  29. #edit_no_of_shopper {
  30. border-radius: 15px;
  31. margin-left: 80%;
  32. margin-top: -5px;
  33. display: block;
  34. }
  35.  
  36. #dupli_edit_no_of_shopper {
  37. border-radius: 15px;
  38. margin-left: 80%;
  39. margin-top: -5px;
  40. display: none;
  41. }
  42.  
  43.  
  44. #edit_no_of_employee {
  45. border-radius: 15px;
  46. margin-left: 80%;
  47. margin-top: -5px;
  48. display: block;
  49. }
  50.  
  51. #dupli_edit_no_of_employee {
  52. border-radius: 15px;
  53. margin-left: 80%;
  54. margin-top: -5px;
  55. display: none;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement