public
Description: Visual eBay search.
Homepage: http://apps.yahoo.com/-5WLKJH5c
Clone URL: git://github.com/reid/shopper.git
shopper / small.html
100644 52 lines (51 sloc) 1.382 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<style>
    /* Hack for My Yahoo!, which constricts
the .yap-app div to 294px using a style
attribute. Override to 100% to make our
#hd div span the entire width of the
module container. */
    .yap-app { width: 100% !important; }
</style>
<!-- Use style attributes to workaround a WebKit bug,
where dynamically inserted style tags are not
rendered unless they are in the document head,
which they won't be in My Yahoo!
NB: The .yap-app hack above won't work in WebKit
-->
<div id="ir-app" style="
font-family: Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
">
<div id="hd" style="
color: #369;
background: #d4ebe0;
padding: 5px;
border-bottom: 1px solid #ccc;
font-style: italic;
">
    <h1 style="
font-size: 200%;
font-weight: bold;
display: inline;
padding-right: 5px;
letter-spacing: -1px;
margin: 0;
padding: 0;
">Shopper!</h1>
    <span style="
display: inline;
padding-left: 5px;
">Fast visual eBay shopping</span>
</div>
<div id="bd" style="
padding: 5px;
margin: 0;
">
    <yml:form view="YahooFullView" params="canvas.php" method="GET">
        <label for="q">Find: </label>
        <input type="text" id="q" name="q">
        <input type="submit" value="Go!">
    </yml:form>
</div>
</div>