Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

154 wiersze
3.0 KiB

  1. .supplier_add{
  2. font-weight: bold;
  3. font-size: 15px;
  4. margin-top: 40px;
  5. margin-left: 35px;
  6. }
  7. .line_top{
  8. width: 1200px;
  9. height: 1px;
  10. border: 1px solid lightgray;
  11. margin-top: 15px;
  12. margin-left: 35px;
  13. }
  14. .tabbable{
  15. margin-left: 10px;
  16. }
  17. .info{
  18. margin-left: 35px;
  19. margin-top: 30px;
  20. }
  21. .add_info{
  22. width: 80px;
  23. height: 30px;
  24. display: inline-block;
  25. line-height: 30px;
  26. text-align: center;
  27. cursor: pointer;
  28. margin-left: 45px;
  29. margin-top: 30px;
  30. }
  31. .tabbable_info1{
  32. margin-left: 45px;
  33. border: 1px solid lightgray;
  34. width: 800px;
  35. height: 230px;
  36. margin-top: 20px;
  37. float: left;
  38. }
  39. .tabbable_info2{
  40. margin-left: 45px;
  41. border: 1px solid lightgray;
  42. width: 460px;
  43. height: 300px;
  44. margin-top: 20px;
  45. float: left;
  46. }
  47. .profile-user-info-striped {
  48. margin-left: 0;
  49. }
  50. .save_btn{
  51. width: 70px;
  52. height: 30px;
  53. display: inline-block;
  54. line-height: 30px;
  55. text-align: center;
  56. cursor: pointer;
  57. margin-left: 45px;
  58. background-color: rgb(25,170,232) !important;
  59. color: #fff!important;
  60. }
  61. .change_btn{
  62. width: 70px;
  63. height: 30px;
  64. display: inline-block;
  65. line-height: 30px;
  66. text-align: center;
  67. cursor: pointer;
  68. margin-left: 15px;
  69. color: rgb(25,170,232);
  70. border: 1px solid rgb(25,170,232);
  71. }
  72. .total_save_btn{
  73. width: 80px;
  74. height: 30px;
  75. display: inline-block;
  76. line-height: 30px;
  77. text-align: center;
  78. cursor: pointer;
  79. margin-left: 45px;
  80. margin-top: 30px;
  81. }
  82. .profile-user-info-striped .profile-info-name {
  83. color: black;
  84. border-top: 1px solid white;
  85. }
  86. .profile-info-name {
  87. position: absolute;
  88. width: 110px;
  89. text-align: right;
  90. padding: 13px 10px 6px 0;
  91. left: 0;
  92. top: 0;
  93. bottom: 0;
  94. font-weight: normal;
  95. color: #667e99;
  96. background-color: transparent;
  97. border-top: 1px dotted #d5e4f1;
  98. }
  99. .profile-info-value {
  100. padding: 12px 4px 6px 6px;
  101. margin-left: 120px;
  102. /* border-top: 1px dotted #d5e4f1; */
  103. }
  104. .profile-user-info-striped .profile-info-value {
  105. border-top: 1px dotted white;
  106. padding-left: 0;
  107. }
  108. .input_no{
  109. background-color: white!important;
  110. color: black;
  111. border: 1px white solid;
  112. }
  113. input[readonly] {
  114. color: black;
  115. background-color: white!important;
  116. cursor: default;
  117. border: 1px white solid;
  118. }
  119. textarea[readonly] {
  120. color: black;
  121. background-color: white!important;
  122. cursor: default;
  123. border: 1px white solid;
  124. }
  125. input[readonly]:hover {
  126. border-color: white;
  127. }
  128. input[readonly]:focus {
  129. -webkit-box-shadow: none;
  130. box-shadow: none;
  131. border-color: white;
  132. background-color: black;
  133. }
  134. input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
  135. border-color: white;
  136. }