From 231d1065a8dc3ebc464249093570a456026b75aa Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Wed, 30 Jul 2014 13:22:02 +0300 Subject: [PATCH] I have no idea why this was its own file in layouts/modals.scss --- core/client/assets/sass/layouts/users.scss | 49 +++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/core/client/assets/sass/layouts/users.scss b/core/client/assets/sass/layouts/users.scss index 61d96f7f1a..f8149cc67f 100644 --- a/core/client/assets/sass/layouts/users.scss +++ b/core/client/assets/sass/layouts/users.scss @@ -176,4 +176,51 @@ a.object-list-item { background: $blue; } -} \ No newline at end of file +} + +// +// Invite User Modal +// -------------------------------------------------- + +.invite-new-user { + .modal-body { + @include clearfix; + fieldset { + margin: 1em 0 0 0; + } + } + .form-group { + + margin-bottom: 0; + padding: 0; + + label { + position: static; + display: block; + text-align: left; + } + + &:nth-of-type(1) { + float: left; + width: 60%; + } + &:nth-of-type(2) { + float: left; + width: 35%; + margin-left: 5%; + } + + input { + width: 100%; + } + + } // .form-group + + .button-add { + width: 100%; + padding: 0.85rem 1.9rem; + font-size: 14px; + line-height: 16px; + } + +} // .invite-new-user \ No newline at end of file