No Description

addOrEditUserManage.css 1002B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .project_items {
  2. list-style: none;
  3. margin: 60px auto;
  4. padding-left: 0;
  5. }
  6. .project_items li label {
  7. height: 34px;
  8. line-height: 34px;
  9. }
  10. .project_items li textarea {
  11. resize: none;
  12. }
  13. .crop_left {
  14. width: 40%;
  15. float: left;
  16. }
  17. .crop_right {
  18. width: 30%;
  19. float: right;
  20. margin-right: 25px;
  21. }
  22. .btnn {
  23. background: #2f4050;
  24. color: #fff;
  25. padding: 3px 10px;
  26. border: 0;
  27. border-radius: 3px;
  28. cursor: pointer;
  29. }
  30. .project_save {
  31. width: 20%;
  32. }
  33. .text_require {
  34. color: red;
  35. vertical-align: middle;
  36. font-weight: 900;
  37. }
  38. .project_items i.tub {
  39. right: 22px;
  40. }
  41. #pro_location {
  42. margin-left: 15px;
  43. }
  44. .radio-inline input[type=radio] {
  45. margin-top: 10px;
  46. }
  47. .form-horizontal .radio-inline {
  48. padding-top: 0!important;
  49. }
  50. .editPwd {
  51. display: none;
  52. }
  53. .project_items .alert {
  54. margin-bottom: 0;
  55. padding: 5px;
  56. }
  57. .loader_icon {
  58. display: block;
  59. height: 36px;
  60. width: 36px;
  61. background: url(../../img/upLod.png) no-repeat;
  62. }
  63. div.seat_settings{
  64. padding-left: 0px;
  65. padding-right: 0px;
  66. display: none;
  67. }