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.
 
 
 
 

68 lines
1.1 KiB

  1. .main_style{
  2. float: left;
  3. margin-top: 35px;
  4. margin-left: 40px;
  5. }
  6. .profile-user-info-striped {
  7. margin-left: 0px !important;
  8. }
  9. .profile-user-info-striped .profile-info-name {
  10. color: black;
  11. border-top: 1px solid white;
  12. }
  13. .profile-user-info-striped .profile-info-value {
  14. border-top: 1px dotted white;
  15. padding-left: 0px;
  16. }
  17. .profile-info-name {
  18. position: absolute;
  19. width: 90px;
  20. text-align: right;
  21. padding: 8px 10px 6px 0;
  22. left: 0;
  23. top: 0;
  24. bottom: 0;
  25. font-weight: normal;
  26. color: #667e99;
  27. background-color: transparent;
  28. border-top: 1px dotted #d5e4f1;
  29. }
  30. .profile-info-value {
  31. padding: 8px 4px 6px 6px;
  32. margin-left: 100px;
  33. border-top: 1px dotted #d5e4f1;
  34. }
  35. input{
  36. font-size: 13px !important;
  37. }
  38. .save_btn{
  39. width: 90px;
  40. height: 35px;
  41. text-align: center;
  42. margin-left: 20px;
  43. margin-top: 20px;
  44. border: 1px solid rgb(204,204,204);
  45. display: inline-block;
  46. line-height: 35px;
  47. background-color: lightgray;
  48. cursor: pointer;
  49. }
  50. .list_middle {
  51. vertical-align: middle!important;
  52. text-align: center;
  53. }
  54. select {
  55. padding: 3px 4px;
  56. height: 26px;
  57. }