diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss
index b53da801..d0cbee70 100644
--- a/app/assets/stylesheets/landing.scss
+++ b/app/assets/stylesheets/landing.scss
@@ -69,3 +69,20 @@
z-index: 1;
}
}
+
+.meeting-url-group {
+ position: relative;
+
+ .generate-link {
+ position: absolute;
+ right: 12px;
+ top: 10px;
+ z-index: 9;
+ color: #999;
+ cursor: pointer;
+
+ &:hover {
+ color: #000;
+ }
+ }
+}
diff --git a/app/views/shared/_meeting_url.html.erb b/app/views/shared/_meeting_url.html.erb
index 5b0124e6..c7dd4cc2 100644
--- a/app/views/shared/_meeting_url.html.erb
+++ b/app/views/shared/_meeting_url.html.erb
@@ -15,16 +15,16 @@ with BigBlueButton; if not, see