Mercurial > bugzilla-dashboard
comparison css/main.css @ 73:1cd66cabe153
Added a 'more...' link at the bottom of columns that have more than 10 bugs.
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Sun, 25 Apr 2010 18:53:27 -0700 |
parents | fbaf7857e7c3 |
children | ee0a4597c067 |
comparison
equal
deleted
inserted
replaced
72:0eab9a3ff12f | 73:1cd66cabe153 |
---|---|
191 } | 191 } |
192 | 192 |
193 .hide-while-loading { | 193 .hide-while-loading { |
194 display: none; | 194 display: none; |
195 } | 195 } |
196 | |
197 div.more-link { | |
198 padding: 0.5em; | |
199 color: gray; | |
200 cursor: pointer; | |
201 } | |
202 | |
203 div.more-link:hover { | |
204 background: #f0f0f0; | |
205 } |