update EarlyBlue to trunk
[themes.git] / EarlyBlue / mozapps / handling / handling.css
CommitLineData
56029caf
RK
1#description-image:not([src]) {
2 height: 32px;
3 width: 32px;
4}
5
6c5a63bb 6richlistitem[type] {
56029caf
RK
7 min-height: 36px; /* Don't forget to update the richlistbox height! */
8}
9
6c5a63bb
RK
10richlistitem {
11 -moz-box-align: center;
12}
13
56029caf
RK
14richlistbox {
15 /* 3 items high, plus 4px for top and bottom margins, less 2px for border */
16 min-height: 110px;
17}