diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index d81e52c4..0ccc11dd 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -3,6 +3,7 @@ body { margin: 5px 5px 5px 5px; /*margin: 0;*/ min-width: 600px; + /* color: #333333; */ } pre { diff --git a/codepot/src/css/issue.css b/codepot/src/css/issue.css index da21a4a9..f692f113 100644 --- a/codepot/src/css/issue.css +++ b/codepot/src/css/issue.css @@ -138,13 +138,14 @@ } #issue_show_mainarea_changes_table td.date { - width: 1px; /*white-space: nowrap;*/ text-align: right; vertical-align: top; padding-top: 0.2em; padding-bottom: 0.2em; border-bottom: 1px solid lightgray; + min-width: 5em; + width: 1px; } #issue_show_mainarea_changes_table td.updater { diff --git a/codepot/src/css/project.css b/codepot/src/css/project.css index 76889824..8b7ccd08 100644 --- a/codepot/src/css/project.css +++ b/codepot/src/css/project.css @@ -12,6 +12,8 @@ #project_home_sidebar_log_table td { padding-left: 0.5em; + padding-top: 0.25em; + padding-bottom: 0.25em; } #project_home_sidebar_log_table tr.odd { diff --git a/codepot/src/css/site.css b/codepot/src/css/site.css index ead44842..2028ac8a 100644 --- a/codepot/src/css/site.css +++ b/codepot/src/css/site.css @@ -11,6 +11,8 @@ #site_home_sidebar_log_table td { padding-left: 0.5em; + padding-top: 0.25em; + padding-bottom: 0.25em; } #site_home_sidebar_log_table tr.odd {