about summary refs log tree commit diff
path: root/public/css
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-13 16:20:59 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-13 16:20:59 +0100
commite81938b20ae19d472a6f835f8af01a428b8724de (patch)
treed6cea5e811f60fcd8f3c94ee1d9b4cf247404531 /public/css
parentMake jitterbug::Test use the current perl interp (diff)
parentMerge branch 'feature/stack_builds' into devel (diff)
downloadjitterbug-e81938b20ae19d472a6f835f8af01a428b8724de.tar.gz
Merge branch 'devel'
* devel:
  add more tests
  inside the hook, we check if we can add more than one task for this project
  add configuration option to skip some branches; add tests for the Hook
  that's why we want datetime
  use DateTime
  update templates to show informations about running tasks
  column started_when: datetime when the build started
  prepare to update schema again
  display current build if any
  add sql schema for various version
  don't ignore .sql files
  script to migrate/upgrade dbix schema
  add version to our schema
  update templates and css
  we want a find, not a search here
  add pending status to the schema (TODO: need a script to migrate the schema)
  load tasks and display them on the dashboard
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index fdd5d32..d22b898 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -233,10 +233,13 @@ font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",m
 .repo p.desc{margin:0 0 3px 0;font-size:12px;color:#444;}
 .repo p.updated-at{margin:0;font-size:11px;color:#888;}
 
+.comming-builds{border:1px solid #d8d8d8;background-color:#f0f0f0}
+.running-build{border:1px solid #d8d8d8;background-color:#f0f0f0}
+
 .commit .name{float:left; width: 100%;}
 .commit .name .date{color:#888;font-size:90%;}
 .commit .name .author{font-weight: bolder;line-height:2em}
 .commit .gravatar{border:1px solid #d0d0d0;padding:2px;background-color:white;float:left;margin-right:.7em;}
 
 .columns .first{float:left;width:450px;}
-.columns .last{float:right;width:450px;}
+.columns .last{float:right;width:300px;}