From 827e998afef3a3b6eded98c9b3af1023e54fccb5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 22 Sep 2007 13:17:49 +0000 Subject: Application layout refactored. The project menu is now the main menu. git-svn-id: http://redmine.rubyforge.org/svn/trunk@747 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/scm.css | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) (limited to 'public/stylesheets/scm.css') diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 338229b0b..3794db366 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -1,14 +1,14 @@ +table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; } +table.filecontent th { border: 1px solid #ccc; background-color: #eee; } +table.filecontent th.filename { background-color: #ddc; text-align: left; } div.action_M { background: #fd8 } div.action_D { background: #f88 } div.action_A { background: #bfb } +table.filecontent tr.spacing { border: 1px solid #d7d7d7; } -tr.spacing { - border: 1px solid #d7d7d7; -} - -.line-num { +table.filecontent .line-num { border: 1px solid #d7d7d7; font-size: 0.8em; text-align: right; @@ -16,17 +16,6 @@ tr.spacing { padding-right: 3px; } -.line-code { - font-size: 1.4em; -} - -table.list thead th.list-filename { - background-color: #ddc; - font-weight: bolder; - text-align: left; -} - - /************* Coderay styles *************/ table.CodeRay { @@ -37,7 +26,7 @@ table.CodeRay { span.CodeRay { white-space: pre; border: 0px; padding: 2px } .CodeRay .no { padding: 0px 4px } -.CodeRay .code { width: 100% } +.CodeRay .code { } ol.CodeRay { font-size: 10pt } ol.CodeRay li { white-space: pre } -- cgit v1.2.3