~dushyant37/+junk/ArchiverUI

« back to all changes in this revision

Viewing changes to ArchiverUI/archiverui/public/search.css

  • Committer: Dushyant Bansal
  • Date: 2011-07-20 21:14:24 UTC
  • Revision ID: dushyant37@gmail.com-20110720211424-n0wnhyhkh0cvnmt3
Some fixes in search integration code. Started writing unit tests using nosetest and added support in environment for profiling with the help of repoze.profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        * {
 
2
            margin: 0px;
 
3
            padding: 0px;
 
4
        }
 
5
        
 
6
        body {
 
7
          font-family:georgia, serif;
 
8
              letter-spacing:0.1em;
 
9
              line-height:200%;
 
10
              padding-top:11px;
 
11
        }
 
12
        
 
13
        #container { 
 
14
 
 
15
        }
 
16
        
 
17
        #logoBox {
 
18
            float: left;
 
19
            margin: 10px;
 
20
        }
 
21
        
 
22
        #searchBox {
 
23
            float: left;
 
24
            margin: 10px;
 
25
        }
 
26
        
 
27
        hr {
 
28
            margin: 10px;
 
29
        }
 
30
        
 
31
        #results {
 
32
            margin: 10px;
 
33
            float: left;
 
34
            border: 1px solid #ccc;
 
35
            width: 48%;
 
36
        }
 
37
        
 
38
        #frame {
 
39
            margin: 10px;
 
40
            border: 1px solid #ccc;
 
41
            width: 48%;
 
42
            float:right;
 
43
        }
 
44
        
 
45
        #mail {
 
46
            border: none;
 
47
            width: 100%;
 
48
            height: 600px;
 
49
        }
 
50
        
 
51
        p {
 
52
            margin: 3px;
 
53
        }
 
54
        
 
55
        .body {
 
56
            font-size: 12px;
 
57
        }
 
58
        
 
59
        .author {
 
60
            color: #000;
 
61
            font-weight: bold;
 
62
        }
 
 
b'\\ No newline at end of file'