summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_webrtc.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_webrtc.scss')
-rw-r--r--webapp/sass/components/_webrtc.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/webapp/sass/components/_webrtc.scss b/webapp/sass/components/_webrtc.scss
index b8fc64442..b925d0d0f 100644
--- a/webapp/sass/components/_webrtc.scss
+++ b/webapp/sass/components/_webrtc.scss
@@ -20,7 +20,7 @@
.webrtc__notification--rhs {
background: $button--ready;
border-radius: 3px 0 0 3px;
- bottom: 10px;
+ bottom: -5px;
color: $white;
cursor: pointer;
padding: 10px 15px;
@@ -41,6 +41,13 @@
padding: 0 20px;
text-align: center;
+ .form-group {
+ padding: 0 20px;
+ position: relative;
+ text-align: center;
+ z-index: 9999;
+ }
+
.control-label {
@include border-radius(3px);
background: #f2f2f2;