aboutsummaryrefslogtreecommitdiff
path: root/views/stylesheets/authentication.css
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-02-26 18:58:07 -0500
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-02-26 18:58:07 -0500
commit042eb977ad7733919daf468001b17dbee4e1fa9f (patch)
treef4ed1faca8e6fb794290146e79827500d4cab4e8 /views/stylesheets/authentication.css
parentab110ba8cc8bbf5a633fc5488458be038b06ec24 (diff)
beginning multiple workspaces backend and ui
Diffstat (limited to 'views/stylesheets/authentication.css')
-rw-r--r--views/stylesheets/authentication.css29
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;
}