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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-31 17:28:58 +0300
committerPhil Hughes <me@iamphill.com>2016-09-13 10:44:59 +0300
commit52d2fd49b5d913d40259161e44579b715b4a383c (patch)
tree26bb65eee2e76a38fe6ae6593e7de6569b845357 /app/assets/stylesheets/pages/members.scss
parent1eeb92a5a5fce62edd0952c514502d0673e8ee32 (diff)
Updated members UI
Diffstat (limited to 'app/assets/stylesheets/pages/members.scss')
-rw-r--r--app/assets/stylesheets/pages/members.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/members.scss b/app/assets/stylesheets/pages/members.scss
new file mode 100644
index 00000000000..9583d7c6161
--- /dev/null
+++ b/app/assets/stylesheets/pages/members.scss
@@ -0,0 +1,22 @@
+.project-members-new {
+ > h5 {
+ font-weight: normal;
+ }
+}
+
+.member {
+ .controls {
+ display: flex;
+ width: 400px;
+ }
+
+ .form-horizontal {
+ display: flex;
+ flex: 1;
+ margin-top: 3px;
+ }
+
+ .member-form-control {
+ width: 50%;
+ }
+}