diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-05 12:03:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-05 12:03:03 +0000 |
commit | 2679cc2045a77b55cbef23dfc33970c12d674f70 (patch) | |
tree | dc3278b065a54f169504bc2d7875bf7364af5160 /public | |
parent | b6600d5fe97261ef03fc334b36af877499225d07 (diff) | |
download | redmine-2679cc2045a77b55cbef23dfc33970c12d674f70.tar.gz redmine-2679cc2045a77b55cbef23dfc33970c12d674f70.zip |
Merged r2574, r2578, r2589, r2615, r2641, r2645, r2646 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2651 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2e60ee4bc..383ea7505 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -104,9 +104,9 @@ tr.entry.file td.filename a { margin-left: 16px; } tr.changeset td.author { text-align: center; width: 15%; } tr.changeset td.committed_on { text-align: center; width: 15%; } -tr.file td { text-align: center; } -tr.file td.filename { text-align: left; padding-left: 24px; } -tr.file td.digest { font-size: 80%; } +table.files tr.file td { text-align: center; } +table.files tr.file td.filename { text-align: left; padding-left: 24px; } +table.files tr.file td.digest { font-size: 80%; } tr.message { height: 2.6em; } tr.message td.last_message { font-size: 80%; } @@ -683,4 +683,5 @@ h2 img { vertical-align:middle; } #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; } #main { background: #fff; } #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;} + #wiki_add_attachment { display:none; } } |