Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-09-27 12:54:55 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-28 16:53:59 +0300
commit2a33f7fd1a14dafd726ce912547f6df976b97ae8 (patch)
tree1e8fa0cf61e082d2c39ab8541741da9503666ae6 /css/settings-admin.scss
parentb3ef9248b19368b4107cbfca1d865833774a04ba (diff)
Allow setting multiple STUN servers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css/settings-admin.scss')
-rw-r--r--css/settings-admin.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/css/settings-admin.scss b/css/settings-admin.scss
new file mode 100644
index 000000000..7e511b5dd
--- /dev/null
+++ b/css/settings-admin.scss
@@ -0,0 +1,19 @@
+.videocalls.section {
+ input {
+ width: 300px;
+ }
+
+ .icon-delete,
+ div.stun-server:last-child .icon-add {
+ display: inline-block;
+ }
+
+ .error {
+ border-color: $color-error;
+ }
+
+ label {
+ min-width: 200px;
+ display: inline-block;
+ }
+}