summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-20 15:38:11 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-20 15:38:11 +0000
commitb6549d763ae7a4dc9ad2f00c7b9d6becc1e39012 (patch)
tree467d5664759b870aa884c4f8f2be4f253af92454 /public
parent5e2a01656df1b98f82a0565271b6d527d8fefbf4 (diff)
downloadredmine-b6549d763ae7a4dc9ad2f00c7b9d6becc1e39012.tar.gz
redmine-b6549d763ae7a4dc9ad2f00c7b9d6becc1e39012.zip
Added related changesets messages on issue details view.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1085 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 5bada6e06..ec3ae159d 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -135,6 +135,11 @@ hr { width: 100%; height: 1px; background: #ccc; border: 0;}
textarea.wiki-edit { width: 99%; }
li p {margin-top: 0;}
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
+
+div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em;}
+div#issue-changesets ul {list-style-position: outside; list-style-type:none; margin: 0; padding: 0;}
+div#issue-changesets li { padding: 4px; }
+
.autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
#user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }