From 351dabedecd5bf59be9ededdede8ba3602cf3bc5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 3 Apr 2023 19:25:56 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/css/Room.css | 46 +++++++++++++++++++++--------------------- public/views/Room.html | 4 ++-- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/public/css/Room.css b/public/css/Room.css index 78166d19..1765d3e9 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -290,6 +290,29 @@ body { padding: 10px; } +/*-------------------------------------------------------------- +# Settings Table +--------------------------------------------------------------*/ + +.settingsTable { + width: 320px; + color: #fff; + table-layout: fixed; + border-collapse: collapse; + border-radius: 5px; + border-style: hidden; + box-shadow: 0 0 0 1px #666; +} +.settingsTable td, +th { + /* border: var(--border); */ + text-align: left; + padding: 10px; +} +.settingsTable tr:nth-child(even) { + background-color: #2b2b2b; +} + /*-------------------------------------------------------------- # Style the tab --------------------------------------------------------------*/ @@ -1004,29 +1027,6 @@ progress { padding: 0; } -/*-------------------------------------------------------------- -# Table ---------------------------------------------------------------*/ - -table { - width: 320px; - color: #fff; - table-layout: fixed; - border-collapse: collapse; - border-radius: 5px; - border-style: hidden; - box-shadow: 0 0 0 1px #666; -} -table td, -th { - /* border: var(--border); */ - text-align: left; - padding: 10px; -} -table tr:nth-child(even) { - background-color: #2b2b2b; -} - /*-------------------------------------------------------------- # Video exit, pin/Unpin btn --------------------------------------------------------------*/ diff --git a/public/views/Room.html b/public/views/Room.html index a42d8fd5..d104a3bc 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -219,7 +219,7 @@ access to use this app.

Unlock room

- +