summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_webrtc.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-09-29 21:58:14 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-09-29 12:58:14 -0400
commitd42eb461330d4d2d23c25f6ea747725f08726230 (patch)
tree555d67504fc8724c87fd1db9a98475753f1eb342 /webapp/sass/components/_webrtc.scss
parentfc54aececcded9e84f0565d3672c43cc50b1d994 (diff)
downloadchat-d42eb461330d4d2d23c25f6ea747725f08726230.tar.gz
chat-d42eb461330d4d2d23c25f6ea747725f08726230.tar.bz2
chat-d42eb461330d4d2d23c25f6ea747725f08726230.zip
Multiple UI Improvements (#4117)
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;