diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-05 20:34:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-05 20:34:21 +0000 |
commit | 57d3dd3b80ed6d5a4e0f622dfb6f560c222563ac (patch) | |
tree | 50ab4416d87b87a368f434955a9248abab863cae /public | |
parent | 26528d10048ab2f0ca62436486343ab01d3e35a1 (diff) | |
download | redmine-57d3dd3b80ed6d5a4e0f622dfb6f560c222563ac.tar.gz redmine-57d3dd3b80ed6d5a4e0f622dfb6f560c222563ac.zip |
Sligth changes on my page issue tables and wiki history, changesets tables.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@808 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 854f29c63..8f0064a22 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -68,8 +68,14 @@ a img{ border: 0; } /***** Tables *****/ table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; } table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; } -table.list tbody th { padding: 0px; } table.list td { overflow: hidden; text-overflow: ellipsis; vertical-align: top;} +table.list td.id { width: 2%; text-align: center;} +table.list td.checkbox { width: 15px; padding: 0px;} + +tr.issue { text-align: center; white-space: nowrap; } +tr.issue td.subject, tr.issue td.category { white-space: normal; } +tr.issue td.subject { text-align: left; } + table.list tbody tr:hover { background-color:#ffffdd; } table td {padding:2px;} table p {margin:0;} @@ -101,6 +107,7 @@ div.square { form {display: inline;} input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;} fieldset {border: 1px solid #e4e4e4; margin:0;} +legend {color: #484848;} hr { width: 100%; height: 1px; background: #ccc; border: 0;} textarea.wiki-edit { width: 99%; } li p {margin-top: 0;} @@ -140,12 +147,6 @@ width: 200px; div.attachments p { margin:4px 0 2px 0; } -/***** Issue list ****/ -tr.issue { text-align: center; white-space: nowrap; } -tr.issue th.checkbox { width: 15px; } -tr.issue td.subject, tr.issue td.category { white-space: normal; } -tr.issue td.subject { text-align: left; } - /***** Flash & error messages ****/ #flash div, #errorExplanation, .nodata { padding: 4px 4px 4px 30px; |