basic VoIP lipstick

This commit is contained in:
Matthew Hodgson 2015-07-18 02:04:58 +01:00
parent 97981058f0
commit aa4f9abd5c
5 changed files with 36 additions and 10 deletions

View file

@ -53,7 +53,7 @@ limitations under the License.
.mx_MessageComposer_input textarea {
font-size: 15px;
width: 100%;
height: 1em;
height: 1.2em;
padding-top: 0.7em;
padding-bottom: 0.7em;
border: 0px;
@ -65,8 +65,6 @@ limitations under the License.
/* needed for FF */
font-family: 'Lato', Helvetica, Arial, Sans-Serif;
font-weight: 300;
font-size: 15px;
}
/* hack for FF as vertical alignment of custom placeholder text is broken */

View file

@ -13,3 +13,28 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_VideoView {
width: 100%;
position: relative;
z-index: 30;
margin-top: 12px;
}
.mx_VideoView video {
width: 100%;
}
.mx_VideoView_remoteVideoFeed {
width: 100%;
border-bottom: 12px solid #f3f8fa;
background-color: #000;
}
.mx_VideoView_localVideoFeed {
width: 20%;
position: absolute;
left: 16px;
bottom: 28px;
z-index: 100;
}