1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-07 05:35:45 +01:00

Fixed-height completion rows.

This commit is contained in:
Kris Maglione
2008-10-09 17:41:45 +00:00
parent bb4c19d4ac
commit e1e8878c0a
3 changed files with 54 additions and 28 deletions

View File

@@ -72,9 +72,14 @@ the terms of any one of the MPL, the GPL or the LGPL.
*:-moz-loading, *:-moz-broken { display: none !important; }
.compitem > td {
display: table-cell;
-moz-binding: url(chrome://liberator/content/bindings.xml#compitem-td);
}
.compitem-td-span { height: 1.5em; display: block; }
.compitem[selected=true] { background-color: yellow; }
.compitem > .favicon { width: 16px; }
.compitem > .favicon > * { width: 16px; height: 16px; display: block; }
.compitem > .completion { width: 45%; overflow: hidden; }
.compitem > .description { color: gray; }
@@ -95,6 +100,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
.hl-Keyword { color: red; }
.hl-Tag { color: blue; }
.hl-NonText { color: blue; }
.hl-Filter { font-weight: bold !important; }
}