diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-02 15:06:34 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-02 15:06:34 +0000 |
commit | 791b620b98e9e3ed8a6589ae261e87e430fb7e62 (patch) | |
tree | bcb4e70edf94240e537bfc77bc73f3a49c9e4e8f /public | |
parent | 8e08aae9041c41724a994d739acd71a74a0e6aab (diff) | |
download | redmine-791b620b98e9e3ed8a6589ae261e87e430fb7e62.tar.gz redmine-791b620b98e9e3ed8a6589ae261e87e430fb7e62.zip |
Removed div around fieldset on project modules.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11304 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ace5e4250..9cb4c524b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -556,6 +556,7 @@ em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-r textarea.text_cf {width:90%;} +#tab-content-modules fieldset p {margin:3px 0 4px 0;} /* Project members tab */ div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% } div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% } |