/[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 17 by dpavlin, Sun Feb 18 10:45:47 2007 UTC revision 199 by dpavlin, Tue Jun 9 17:26:36 2009 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 {
13            font-size: 80%;
14            width: 55em;
15            color: gray;
16  }  }
17    
18  /* results */  /* results */
19    
20    div.content {
21            clear: left;
22    }
23    
24    div.result-header {
25            background: #eee;
26            padding: 3px;
27            font-size: 120%;
28            height: 1.5em;
29    }
30    
31    .skip-to {
32            float: right;
33            color: #aaa;
34            font-size: 80%;
35    }
36    
37    .skip-to a {
38            text-decoration: none;
39            color: 444;
40            border-bottom: 1px dashed #aaa;
41    }
42    
43  div.result {  div.result {
44          display: block;          display: block;
45          clear: both;          clear: both;
46          border-top: 1px dashed gray;          border-top: 1px dashed gray;
47          padding-top: 0.5em;          padding-top: 0.25em;
48            padding-bottom: 0.25em;
49  }  }
50    
51  a.skip-next {  div.result-footer {
52          float: right;          font-size: 80%;
53            padding: 3px;
54            color: #888;
55  }  }
56    
57    /* helpers */
58    
59  a.bookmarklet {  a.bookmarklet {
60          float: right;          float: right;
61  }  }
62    
63    .left {
64            width: 70%;
65            float: left;
66            display: block;
67    }
68    
69    .right {
70            width: 25%;
71            float: right;
72            display: block;
73    }
74    
75    .grep-note {
76            background-color: #F0EAB7;
77            border: 1px solid #E6E0AD;
78            padding: 3px;
79            margin-top: 3px;
80            margin-bottom: 3px;
81    }

Legend:
Removed from v.17  
changed lines
  Added in v.199

  ViewVC Help
Powered by ViewVC 1.1.26