diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-07-29 18:35:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-07-29 18:35:29 +0000 |
commit | 9e07fb5e042bd94c38208c5d6be8dc0e044317e7 (patch) | |
tree | 84b175b73ef815dad8ac0aeb57293f403ac93d66 /public | |
parent | 26bbad5f23b8f9a3838095568038683d167cc808 (diff) | |
download | redmine-9e07fb5e042bd94c38208c5d6be8dc0e044317e7.tar.gz redmine-9e07fb5e042bd94c38208c5d6be8dc0e044317e7.zip |
Remove hard-coded styles from ticket attributes table.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2826 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 0046bf11a..970b3c437 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -155,6 +155,10 @@ a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: a.sort.asc { background-image: url(../images/sort_asc.png); } a.sort.desc { background-image: url(../images/sort_desc.png); } +table.attributes { width: 100% } +table.attributes th { vertical-align: top; text-align: left; } +table.attributes td { vertical-align: top; } + .highlight { background-color: #FCFD8D;} .highlight.token-1 { background-color: #faa;} .highlight.token-2 { background-color: #afa;} |