renewPassword.css 2.4 KB

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