renewPassword.css 2.8 KB

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