/[Grep]/share/web/static/css/app.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations)
Sun Feb 18 20:09:08 2007 UTC (17 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 525 byte(s)
Major re-work of templates, to enable helper local results on the right while fetching
new search resuts from remote feeds.
1 dpavlin 17 /* search form */
2 dpavlin 11
3 dpavlin 17 input.argument-q {
4 dpavlin 24 width: 30em;
5 dpavlin 17 }
6    
7 dpavlin 11 /* add new feed */
8     input.argument-uri, input.argument-title {
9 dpavlin 24 width: 30em;
10 dpavlin 11 }
11 dpavlin 15
12 dpavlin 19 textarea.argument-cookie {
13     font-size: 80%;
14     width: 55em;
15     color: gray;
16     }
17    
18 dpavlin 15 /* results */
19    
20     div.result {
21     display: block;
22     clear: both;
23     border-top: 1px dashed gray;
24 dpavlin 24 padding-top: 0.25em;
25     padding-bottom: 0.25em;
26 dpavlin 15 }
27 dpavlin 16
28     a.skip-next {
29     float: right;
30     }
31    
32     a.bookmarklet {
33     float: right;
34     }
35 dpavlin 24
36     .left {
37     width: 70%;
38     float: left;
39     display: block;
40     }
41    
42     .right {
43     width: 25%;
44     float: right;
45     display: block;
46     }

  ViewVC Help
Powered by ViewVC 1.1.26