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.
 
 
 
 

56 lines
861 B

  1. .search_supplier{
  2. border: 1px solid lightgray;
  3. padding: 30px 0;
  4. }
  5. #search_btn{
  6. width: 80px;
  7. height: 30px;
  8. display: inline-block;
  9. line-height: 30px;
  10. text-align: center;
  11. cursor: pointer;
  12. margin-left: 25px;
  13. }
  14. .title_top_layer{
  15. font-size: 16px;
  16. font-weight: bold;
  17. position: absolute;
  18. padding: 5px;
  19. background-color: white;
  20. left: 50px;
  21. display: inline-block;
  22. top: 13px;
  23. }
  24. #add_supplier{
  25. width: 120px;
  26. height: 30px;
  27. text-align: center;
  28. display: inline-block;
  29. line-height: 30px;
  30. background-color: lightgray;
  31. cursor: pointer;
  32. }
  33. .start_stop{
  34. width: 70px;
  35. height: 30px;
  36. text-align: center;
  37. display: inline-block;
  38. line-height: 30px;
  39. background-color: lightgray;
  40. cursor: pointer;
  41. }
  42. .row{
  43. margin-left: 0px;
  44. margin-top: 20px;
  45. }
  46. .col-xs-12{
  47. padding-left: 0;
  48. }