Changeset 38359
- Timestamp:
- 08/26/10 03:45:18 (3 years ago)
- Location:
- websites/twicli
- Files:
-
- 2 modified
-
default.css (modified) (1 diff)
-
twicli.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/default.css
r38357 r38359 31 31 .status a.resolved { background-color: #eef; } 32 32 .status a.link:hover { background-color: #ff9; } 33 .utils { white-space: nowrap; text-align: right}33 .utils { text-align: right; display: inline-block; } 34 34 .prop, .prop a { color: #999; font-size: x-small; } 35 35 .fromme { background-color: #cfd; } -
websites/twicli/twicli.js
r38358 r38359 417 417 h = $("fst").value.length ? Math.max($("fst").scrollHeight+2,min_fst_height) : min_fst_height; 418 418 if (no_resize_fst && !force) return; 419 var exh = document.all ? 1 : 0, opt = $("option").clientHeight;419 var exh = (navigator.userAgent.indexOf("MSIE 8") >= 0 ? 1 : 0), opt = $("option").clientHeight; 420 420 $("fst").style.height = h; 421 421 $("option").style.top = h + 2;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)