summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-15 11:20:47 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-15 11:20:47 +0000
commit36fc7beb2fe21beaf56b640b97e3079c7399a48f (patch)
tree9e4f6d8ffbf71ca58541a10639afe0eb4d0dde50 /public/stylesheets
parentf21a005fea463a579512f2e4888693255187dd45 (diff)
downloadredmine-36fc7beb2fe21beaf56b640b97e3079c7399a48f.tar.gz
redmine-36fc7beb2fe21beaf56b640b97e3079c7399a48f.zip
Moved new project member to its own action MemberController#new.
git-svn-id: http://svn.redmine.org/redmine/trunk@13600 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index e60cf8d6d..ebe588bc3 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -97,6 +97,7 @@ html>body #content { min-height: 600px; }
div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
div.modal h3.title {display:none;}
div.modal p.buttons {text-align:right; margin-bottom:0;}
+div.modal .box p {margin: 0.3em 0;}
input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
@@ -599,14 +600,12 @@ select.bool_cf {width:auto !important;}
#tab-content-modules fieldset p {margin:3px 0 4px 0;}
-#tab-content-members .splitcontentleft, #tab-content-memberships .splitcontentleft, #tab-content-users .splitcontentleft {width: 64%;}
-#tab-content-members .splitcontentright, #tab-content-memberships .splitcontentright, #tab-content-users .splitcontentright {width: 34%;}
-#tab-content-members fieldset, #tab-content-memberships fieldset, #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
-#tab-content-members fieldset legend, #tab-content-memberships fieldset legend, #tab-content-users fieldset legend {font-weight: bold;}
-#tab-content-members fieldset label, #tab-content-memberships fieldset label, #tab-content-users fieldset label {display: block;}
-#tab-content-members #principals, #tab-content-users #principals {max-height: 400px; overflow: auto;}
-
-#tab-content-memberships .splitcontentright select {width:90%}
+#tab-content-users .splitcontentleft {width: 64%;}
+#tab-content-users .splitcontentright {width: 34%;}
+#tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
+#tab-content-users fieldset legend {font-weight: bold;}
+#tab-content-users fieldset label {display: block;}
+#tab-content-users #principals {max-height: 400px; overflow: auto;}
#users_for_watcher {height: 200px; overflow:auto;}
#users_for_watcher label {display: block;}
@@ -626,7 +625,16 @@ input.autocomplete.ajax-loading {
.role-visibility {padding-left:2em;}
-.projects-selection {
+.objects-selection {
+ height: 300px;
+ overflow: auto;
+}
+
+.objects-selection label {
+ display: block;
+}
+
+.objects-selection>div {
column-count: auto;
column-width: 200px;
-webkit-column-count: auto;