/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19 by dpavlin, Sun Feb 18 12:51:26 2007 UTC revision 27 by dpavlin, Mon Feb 19 11:22:11 2007 UTC
# Line 1  Line 1 
1  /* search form */  /* search form */
2    
3  input.argument-q {  input.argument-q {
4          width: 40em;          width: 30em;
5  }  }
6    
7  /* add new feed */  /* add new feed */
8  input.argument-uri, input.argument-title {  input.argument-uri, input.argument-title {
9          width: 40em;          width: 30em;
10  }  }
11    
12  textarea.argument-cookie {  textarea.argument-cookie {
# Line 17  textarea.argument-cookie { Line 17  textarea.argument-cookie {
17    
18  /* results */  /* results */
19    
20    div.result-header {
21            background: #eee;
22            padding: 3px;
23            font-size: 120%;
24            height: 1.5em;
25    }
26    
27    a.skip-next {
28            float: right;
29            text-decoration: none;
30            border-bottom: 1px solid #aaa;
31    }
32    
33  div.result {  div.result {
34          display: block;          display: block;
35          clear: both;          clear: both;
36          border-top: 1px dashed gray;          border-top: 1px dashed gray;
37          padding-top: 0.5em;          padding-top: 0.25em;
38            padding-bottom: 0.25em;
39  }  }
40    
41  a.skip-next {  div.result-footer {
42          float: right;          font-size: 80%;
43            padding: 3px;
44            color: #888;
45  }  }
46    
47    /* helpers */
48    
49  a.bookmarklet {  a.bookmarklet {
50          float: right;          float: right;
51  }  }
52    
53    .left {
54            width: 70%;
55            float: left;
56            display: block;
57    }
58    
59    .right {
60            width: 25%;
61            float: right;
62            display: block;
63    }

Legend:
Removed from v.19  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26