faye @ dev-welcome
+ +- Everyone (0)
- Friends (0) @@ -212,7 +254,7 @@
diff --git a/scripts/system/html/users.html b/scripts/system/html/users.html index 1d5ce88233..2a5372fa7b 100644 --- a/scripts/system/html/users.html +++ b/scripts/system/html/users.html @@ -48,6 +48,44 @@ padding: 30px; } + #user-info-div { + display: flex; + flex-direction: column; + align-items: center; + padding-bottom: 40px; + } + + #visibility-toggle-button { + font-family: 'Raleway'; + font-weight: bold; + font-size: 13px; + text-transform: uppercase; + vertical-align: top; + height: 28px; + min-width: 120px; + padding: 0px 18px; + margin-right: 0px; + border-radius: 5px; + border: none; + color: #121212; + background-color: #afafaf; + background: linear-gradient(#fff 20%, #afafaf 100%); + cursor: pointer; + } + + #visibility-toggle-button:enabled:hover { + background: linear-gradient(#fff, #fff); + border: none; + } + + #visibility-toggle-button:active { + background: linear-gradient(#afafaf, #afafaf); + } + + #visibility-toggle-button span { + padding-left: 10px; + } + .tabs { list-style: none; padding: 0; @@ -190,6 +228,10 @@