diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-19 18:32:34 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-19 18:32:34 +0000 |
commit | fa2fe3e1e852f90a6f5e91fbcda6ab666db0a2df (patch) | |
tree | b3d87b17c5c5eabed8356fb1ec53378dbf855b12 /public | |
parent | cb01d87ddd42ee5c57a289271d9f74f3c7f39d38 (diff) | |
download | redmine-fa2fe3e1e852f90a6f5e91fbcda6ab666db0a2df.tar.gz redmine-fa2fe3e1e852f90a6f5e91fbcda6ab666db0a2df.zip |
Slight changes to diff/file/annotate styles.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10432 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/scm.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index a8db47687..7ae59abd2 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -35,30 +35,33 @@ li.change .copied-from:before { content: " - "} #changes-legend li { float: left; background-position: 5px 0; } table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; } +table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;} table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; } -table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;} +table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;} table.filecontent tr.spacing th { text-align:center; } table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;} table.filecontent th.line-num { border: 1px solid #e2e2e2; - font-size: 0.8em; text-align: right; width: 2%; - padding-right: 3px; + padding: 0 3px 0 0; color: #999; user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; -webkit-user-select: none; + font-weight:normal; } table.filecontent th.line-num a { text-decoration: none; color: inherit; } +table.filecontent td.line-code {padding: 0 0 0 4px;} table.filecontent td.line-code pre { margin: 0px; white-space: pre-wrap; + font-family:"Liberation Mono", Courier, monospace; font-size:12px; } /* 12 different colors for the annonate view */ @@ -76,6 +79,7 @@ table.annotate tr.bloc-10 {background: #FFBFDC;} table.annotate tr.bloc-11 {background: #BFE4FF;} table.annotate td.revision { + padding:0; text-align: center; width: 2%; padding-left: 1em; @@ -83,6 +87,7 @@ table.annotate td.revision { } table.annotate td.author { + padding:0; text-align: center; border-right: 1px solid #d7d7d7; white-space: nowrap; @@ -90,7 +95,6 @@ table.annotate td.author { padding-right: 1em; width: 3%; background: inherit; - font-size: 90%; } table.annotate td.line-code { background-color: #fafafa; } |