/[webpac2]/trunk/vhost/style.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 /trunk/vhost/style.css

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

revision 1140 by dpavlin, Wed Apr 22 13:20:49 2009 UTC revision 1144 by dpavlin, Thu Apr 23 10:59:02 2009 UTC
# Line 19  form { Line 19  form {
19  }  }
20    
21  form label,  form label,
22    form select,
23  form input {  form input {
24          float: left;          float: left;
25  }  }
# Line 27  form input[name=search] { Line 28  form input[name=search] {
28          clear: left;          clear: left;
29  }  }
30    
31    form #inputs {
32            clear: left;
33    }
34    
35    form #inputs h2 {
36            margin: 0;
37            padding-top: 1em;
38    }
39    
40  #results {  #results {
41          clear: left;          clear: left;
42          float: left;          float: left;
# Line 39  form input[name=search] { Line 49  form input[name=search] {
49          float: left;          float: left;
50  }  }
51    
52    #results ol {
53            float: left;
54            margin: 1em;
55    }
56    
57  #results ol li {  #results ol li {
58          clear: left;          clear: left;
59          margin-bottom: 1em;          margin-bottom: 1em;
60  }  }
61    
62  #results .pager {  ul.pager {
         clear: left;  
         float: left;  
         width: 100%;  
         text-align: center;  
63          background: #eee;          background: #eee;
64            padding: 0.5em;
65            margin: 0;
66            clear: both;
67  }  }
68    
69  #results .pager a,  ul.pager li {
70  #results .pager span {          list-style: none;
71            display: inline;
72          width: 3em;          width: 3em;
         float: left;  
73  }  }
74    
75  .pager .current_page {  .pager .current_page {
# Line 66  form input[name=search] { Line 80  form input[name=search] {
80          color: #888;          color: #888;
81  }  }
82    
 #results ol {  
         float: left;  
         margin-top: 1em;  
         margin-bottom: 1em;  
 }  
   
83  pre {  pre {
84          border-top: 1px solid #888;          border-top: 1px solid #888;
85          clear: left;          clear: left;
86          background-color: #eee;          background-color: #eee;
         display: none;  
87  }  }
88    
89  .error {  .error {

Legend:
Removed from v.1140  
changed lines
  Added in v.1144

  ViewVC Help
Powered by ViewVC 1.1.26