From c3b04c305467f7b57b14636f01c9596b920db424 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 7 Dec 2016 14:42:58 +0800 Subject: [PATCH] Fix: Group avatar flair inputs style. --- app/assets/stylesheets/common/base/group.scss | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/app/assets/stylesheets/common/base/group.scss b/app/assets/stylesheets/common/base/group.scss index 6b6de24a4fa..f2b48532aff 100644 --- a/app/assets/stylesheets/common/base/group.scss +++ b/app/assets/stylesheets/common/base/group.scss @@ -89,24 +89,16 @@ table.group-members { float: right; } -.groups.edit-group .form-horizontal { - textarea { - width: 99%; - } - - label { - font-weight: bold; - } - - input[type="text"] { - width: 80% !important; - margin-bottom: 10px; - } - +.form-horizontal { .group-flair-inputs { display: inline-block; margin: 15px 0px; + input[type="text"] { + width: 80% !important; + margin-bottom: 10px; + } + .group-flair-left { float: left; } @@ -127,6 +119,16 @@ table.group-members { } } +.groups.edit-group .form-horizontal { + textarea { + width: 99%; + } + + label { + font-weight: bold; + } +} + #add-user-to-group { margin: 0px;