From a68817e3ed9669ba3aba930ef7c8540a74182a34 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 25 Sep 2010 17:56:48 +0200 Subject: update layout --- public/css/style.css | 29 +++++++++++++++++++---------- public/images/feed.png | Bin 0 -> 609 bytes scripts/capsule.sh | 1 + views/project/index.tt | 13 +++++-------- 4 files changed, 25 insertions(+), 18 deletions(-) create mode 100644 public/images/feed.png diff --git a/public/css/style.css b/public/css/style.css index 6cce1f1..6891697 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -196,26 +196,35 @@ font-size: 10px; } pre { - font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace; +font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace; } .commit{ - border:1px solid #bedce7; - margin-top:.5em; - padding:0 .5em .5em .5em; - background:#eaf2f5; - overflow:hidden; +border:1px solid #bedce7; +margin-top:.5em; +padding:0 .5em .5em .5em; +background:#eaf2f5; +overflow:hidden; } .display_test_result { - background: black; - color: white; +background: black; +color: white; } .commit .description { - float: left; +float: left; } .commit .git { - float: right; +float: right; +} + +.git { +width:18em;padding:.8em 0 .8em 1.2em;border-left:1px solid #bedce7;color:#808080;font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;font-size:.85em;line-height:1.5em; +} + +.message { +font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; } +.message pre{white-space:pre-wrap;word-wrap:break-word;width:40em;} diff --git a/public/images/feed.png b/public/images/feed.png new file mode 100644 index 0000000..7e553d0 Binary files /dev/null and b/public/images/feed.png differ diff --git a/scripts/capsule.sh b/scripts/capsule.sh index 946c38c..82afe25 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -21,6 +21,7 @@ do logfile="$report_path/$theperl.txt" perl Makefile.PL + cpanm --installdeps . make HARNESS_VERBOSE=1 make test >> $logfile 2>&1 done diff --git a/views/project/index.tt b/views/project/index.tt index 877a803..0809b7e 100644 --- a/views/project/index.tt +++ b/views/project/index.tt @@ -1,12 +1,12 @@
-
-

<: $project :>

+
+

<: $project :> / build history

-"<: $description :>"view more. + "<: $description :>"

Builds

-feed +
:for $builds -> $build { @@ -22,10 +22,7 @@
- + commit  <: $build.commit :>
-- cgit 1.4.1