renewPassword.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. #personal-show + label {
  2. left: 230px !important;
  3. margin-top: 8px !important;
  4. box-sizing: border-box;
  5. }
  6. #renewpassword .strengthify-wrapper {
  7. left: 10px;
  8. margin-top: 65px;
  9. position: absolute;
  10. width: 219px;
  11. }
  12. #cancel-container p.info {
  13. margin-top: 10px;
  14. text-align: center;
  15. }
  16. #renewpassword .title {
  17. background-color: transparent;
  18. }
  19. .tooltip {
  20. position:absolute;
  21. display:block;
  22. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  23. font-style:normal;
  24. font-weight:400;
  25. letter-spacing:normal;
  26. line-break:auto;
  27. line-height:1.6;
  28. text-align:left;
  29. text-align:start;
  30. text-decoration:none;
  31. text-shadow:none;
  32. text-transform:none;
  33. white-space:normal;
  34. word-break:normal;
  35. word-spacing:normal;
  36. word-wrap:normal;
  37. font-size:12px;
  38. opacity:0;
  39. z-index:100000;
  40. filter:drop-shadow(0 1px 10px rgba(77, 77, 77, 0.75));
  41. }
  42. .tooltip.in {
  43. opacity:1
  44. }
  45. .tooltip.top {
  46. margin-top:-3px;
  47. padding:10px 0
  48. }
  49. .tooltip.bottom {
  50. margin-top:3px;
  51. padding:10px 0
  52. }
  53. .tooltip.right {
  54. margin-left:3px;
  55. padding:0 10px
  56. }
  57. .tooltip.right .tooltip-arrow {
  58. top:50%;
  59. left:0;
  60. margin-top:-10px;
  61. border-width:10px 10px 10px 0;
  62. border-right-color:#fff
  63. }
  64. .tooltip.left {
  65. margin-left:-3px;
  66. padding:0 5px
  67. }
  68. .tooltip.left .tooltip-arrow {
  69. top:50%;
  70. right:0;
  71. margin-top:-10px;
  72. border-width:10px 0 10px 10px;
  73. border-left-color:#fff
  74. }
  75. .tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
  76. bottom:0;
  77. border-width:10px 10px 0;
  78. border-top-color:#fff
  79. }
  80. .tooltip.top .tooltip-arrow {
  81. left:50%;
  82. margin-left:-10px
  83. }
  84. .tooltip.top-left .tooltip-arrow {
  85. right:10px;
  86. margin-bottom:-10px
  87. }
  88. .tooltip.top-right .tooltip-arrow {
  89. left:10px;
  90. margin-bottom:-10px
  91. }
  92. .tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
  93. top:0;
  94. border-width:0 10px 10px;
  95. border-bottom-color:#fff
  96. }
  97. .tooltip.bottom .tooltip-arrow {
  98. left:50%;
  99. margin-left:-10px
  100. }
  101. .tooltip.bottom-left .tooltip-arrow {
  102. right:10px;
  103. margin-top:-10px
  104. }
  105. .tooltip.bottom-right .tooltip-arrow {
  106. left:10px;
  107. margin-top:-10px
  108. }
  109. .tooltip-inner {
  110. max-width:350px;
  111. padding:5px 8px !important;
  112. background-color:#fff;
  113. color:#000 !important;
  114. text-align:center !important;
  115. font-weight:normal !important;
  116. border-radius:3px
  117. }
  118. .tooltip-arrow {
  119. position:absolute;
  120. width:0;
  121. height:0;
  122. border-color:transparent;
  123. border-style:solid
  124. }