From 91fd16e9b470ada639bb02bbd617d3ed50e55fa0 Mon Sep 17 00:00:00 2001 From: Kostiantyn Pashura Date: Mon, 10 Oct 2016 13:52:02 +0300 Subject: [PATCH] aui checkbox removed --- css/_side_toolbar_container.scss | 15 +++++++++---- index.html | 36 ++++++++++++++------------------ 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/css/_side_toolbar_container.scss b/css/_side_toolbar_container.scss index 53163ea95..b841ffe64 100644 --- a/css/_side_toolbar_container.scss +++ b/css/_side_toolbar_container.scss @@ -4,8 +4,6 @@ #sideToolbarContainer { position: absolute; top: 0; - //magic 10px for toolbar height. TODO: fix it - bottom: 10px; left: $defaultToolbarSize; width: 0; background-color: rgba(0,0,0,0.8); @@ -24,7 +22,7 @@ /** * Form elements and blocks. */ - input, label, select, a, + input, select, a, .sideToolbarBlock, .input-control, .button-control { display: inline-block; margin-top: 15px; @@ -46,11 +44,20 @@ * Specify styling of elements inside a block. */ .sideToolbarBlock { - input, label, button, a, select { + input, button, a, select { margin-top: 5px; margin-left: 0; width: 100%; } + input[type='checkbox'] { + width: auto !important; + display: inline; + > label { + margin-top: 5px; + width: 80%; + } + } + } /** diff --git a/index.html b/index.html index c91ab1e31..732036c33 100644 --- a/index.html +++ b/index.html @@ -30,15 +30,15 @@ jitsi.org
-
-
-
- -
- +
+
+
+ +
+ -
+
@@ -202,23 +202,19 @@
- -

-
- + +
- -

-
- + +
-
- -

-
- +
+
+ + +