summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-03-08 11:17:03 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-03-08 11:17:03 +0000
commit9b59ea7256580c2f0d8322b1f3f526d5f0628963 (patch)
tree31e60005cc8d8bb27ed3e491b86a38487cbedc7c /public
parent1830064918cdd134a48dbe9c702c20240177df57 (diff)
downloadredmine-9b59ea7256580c2f0d8322b1f3f526d5f0628963.tar.gz
redmine-9b59ea7256580c2f0d8322b1f3f526d5f0628963.zip
Version details view changes:
* display related issues on the version detail view * display total estimated and spent hours on the version detail view * fixed wiki headings size (same as r1168) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1207 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index cd875c7f7..d855348dc 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -174,14 +174,18 @@ div#roadmap .wiki h1:first-child { display: none; }
div#roadmap .wiki h1 { font-size: 120%; }
div#roadmap .wiki h2 { font-size: 110%; }
+div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
+div#version-summary fieldset { margin-bottom: 1em; }
+div#version-summary .total-hours { text-align: right; }
+
table#time-report td.hours { text-align: right; padding-right: 0.5em; }
table#time-report tbody tr { font-style: italic; color: #777; }
table#time-report tbody tr.last-level { font-style: normal; color: #555; }
table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
table#time-report .hours-dec { font-size: 0.9em; }
-div.total-hours { text-align: left; font-size: 110%; font-weight: bold; }
-div.total-hours span.hours-int { font-size: 120%; }
+.total-hours { font-size: 110%; font-weight: bold; }
+.total-hours span.hours-int { font-size: 120%; }
.autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
#user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
@@ -337,8 +341,6 @@ table.progress td.open { background: #FFF none repeat scroll 0%; }
p.pourcent {font-size: 80%;}
p.progress-info {clear: left; font-style: italic; font-size: 80%;}
-div#status_by { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; }
-
/***** Tabs *****/
#content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
#content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}