diff --git a/static/styles/user_status.scss b/static/styles/user_status.scss index 2d9b48425d..ba6cf16a9d 100644 --- a/static/styles/user_status.scss +++ b/static/styles/user_status.scss @@ -1,24 +1,49 @@ -.user_status_overlay .overlay-content { - width: 320px; - margin: 0 auto; - padding-left: 30px; - padding-right: 30px; - padding-bottom: 30px; - padding-top: 10px; - position: relative; - top: calc((30vh - 50px) / 2); - border-radius: 4px; - overflow: hidden; +.user_status_overlay { + .overlay-content { + width: 480px; + margin: 0 auto; + position: relative; + top: calc((30vh - 50px) / 2); + border-radius: 4px; + overflow: hidden; + background-color: hsl(0, 0%, 100%); + } - background-color: hsl(0, 0%, 100%); -} + input.user_status { + width: 420px; + }; -.user_status_overlay .user_status_change_title { - font-size: 130%; - font-weight: 600; - padding: 5px; -} + .user-status-header { + padding: { + top: 4px; + bottom: 4px; + } + height: 5%; + width: 100%; + text-align: center; + border-bottom: 1px solid hsl(0, 0%, 87%); + } -.user_status_overlay input.user_status { - width: 170px; -}; + .user-status-header h1 { + margin: 0; + font-size: 1.5em; + } + + .user-status-header .exit { + font-weight: 400; + position: absolute; + top: 10px; + right: 10px; + color: hsl(0, 0%, 67%); + cursor: pointer; + } + + .user-status-header .exit-sign { + position: relative; + top: 3px; + margin-left: 3px; + font-size: 1.5rem; + font-weight: 600; + cursor: pointer; + } +} \ No newline at end of file diff --git a/templates/zerver/app/index.html b/templates/zerver/app/index.html index d449c56795..aca7ca2cea 100644 --- a/templates/zerver/app/index.html +++ b/templates/zerver/app/index.html @@ -152,10 +152,19 @@