diff options
| author | bobzel <zzzman@gmail.com> | 2019-08-15 23:19:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 23:19:50 -0400 |
| commit | e0986156ac3fa92d57f3fbe9bc5e36e413764357 (patch) | |
| tree | 342a09d7ea8d95c897c74da095afde864e09ca55 /views | |
| parent | 46386fd73a06e52d606f891c812a9af0598eec79 (diff) | |
| parent | a7307ca3dc46782cc9e4cae4daa9b30911ace1dd (diff) | |
Merge pull request #249 from browngraphicslab/monika_ellie_UI
mac compatibility and UI
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; |
