PLT-4316 - Webrtc improvements (#4525)

Этот коммит содержится в:
Asaad Mahmood
2016-11-11 18:23:43 +05:00
коммит произвёл Joram Wilander
родитель c0a631000e
Коммит 7c1fe7a765
7 изменённых файлов: 72 добавлений и 93 удалений

Просмотреть файл

@@ -8,3 +8,9 @@
word-break: break-word;
}
}
#webrtcTooltip {
.tooltip-inner {
word-break: normal;
}
}

Просмотреть файл

@@ -2,10 +2,14 @@
.webrtc__user-profile {
@include webrtc-button;
position: absolute;
right: 7px;
text-align: center;
top: 5px;
#webrtc-btn {
display: inherit;
height: 23px;
width: 23px;
}
}
@@ -15,6 +19,11 @@
margin-right: 10px;
position: relative;
top: 13px;
svg {
position: relative;
width: 20px;
}
}
.webrtc__notification--rhs {