diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-02-26 18:58:07 -0500 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-02-26 18:58:07 -0500 |
| commit | 042eb977ad7733919daf468001b17dbee4e1fa9f (patch) | |
| tree | f4ed1faca8e6fb794290146e79827500d4cab4e8 /views/stylesheets | |
| parent | ab110ba8cc8bbf5a633fc5488458be038b06ec24 (diff) | |
beginning multiple workspaces backend and ui
Diffstat (limited to 'views/stylesheets')
| -rw-r--r-- | views/stylesheets/authentication.css | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index bce8223ec..dea0474e4 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -48,10 +48,37 @@ body { } #overlay_signup, -#overlay_reset { +#overlay_reset, +#overlay_workspaces { height: 345px; } +.workspace-header { + margin-left: 20px; +} + +.select-workspace { + margin-top: 15px; + margin-left: 20px; +} + +#overlay_workspaces { + overflow-y: scroll; + text-align: left; +} + +.workspaceId { + list-style-type: none; + font-family: Arial, Helvetica, sans-serif; + margin-left: -20px; + cursor: grab; + padding-bottom: 15px; +} + +.workspaceId:hover { + color: red; +} + #overlay_login { height: 300px; } |
