diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-08-19 00:27:40 -0400 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-08-19 00:27:40 -0400 |
| commit | a4bfacd9f494df6698d12d408d736e878c1189eb (patch) | |
| tree | b3af89bc30eaf48fd983711c00cd4c28eb662bbc /views | |
| parent | 1b7e8873ead3cc15349bd4c9e669f3b1edcbbc2b (diff) | |
| parent | b037aa89fb564812f880994453ce002054a0ad82 (diff) | |
merge from master
Diffstat (limited to 'views')
| -rw-r--r-- | views/stylesheets/authentication.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index dea0474e4..36bb880af 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -69,10 +69,10 @@ body { .workspaceId { list-style-type: none; - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; margin-left: -20px; cursor: grab; - padding-bottom: 15px; + padding-bottom: 15px; } .workspaceId:hover { @@ -106,7 +106,7 @@ body { } .overlay { - border: 2px solid yellow; + border: 2px gray; text-align: center; position: absolute; margin: auto; |
