~kanban/kanban/trunk

« back to all changes in this revision

Viewing changes to media/kanban.css

  • Committer: Jamu Kakar
  • Date: 2011-02-02 23:16:01 UTC
  • mfrom: (13.1.1 status-descriptions)
  • Revision ID: jkakar@kakar.ca-20110202231601-9owpdh86z1bnbz7e
Merged status-descriptions [f=711545]

The kanban board has a new footer with descriptions for each of the
status columns.  They explain the Launchpad bug and merge proposal
states that cause a bug to get into each column.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    padding: 6px 0 12px 6px;
67
67
}
68
68
 
69
 
#header, .tiles, #prefooter {
 
69
#header, .tiles {
70
70
    padding: 6px 0 6px 6px;
71
 
}
72
 
 
73
 
#header, .tiles, #prefooter {
74
71
    background: white;
75
72
}
76
73
 
 
74
#legend, #prefooter {
 
75
    color: #444444;
 
76
    padding: 6px 0 3px 6px;
 
77
    background: #dddddd;
 
78
    line-height: 16px;
 
79
}
 
80
 
 
81
.legend-description {
 
82
    padding: 0 6px;
 
83
}
 
84
 
77
85
#header {
78
86
    -moz-border-radius-topleft: 6px;
79
87
    -moz-border-radius-topright: 6px;
186
194
 
187
195
.done-status {
188
196
   color: green;
189
 
}
 
 
b'\\ No newline at end of file'
 
197
}