/[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 1132 by dpavlin, Tue Apr 21 21:06:31 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;
43            margin: 1em;
44            border: 1px solid #eee;
45  }  }
46    
47  #results label {  #results label {
# Line 37  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 {
58            clear: left;
59            margin-bottom: 1em;
60    }
61    
62    ul.pager {
63            background: #eee;
64            padding: 0.5em;
65            margin: 0;
66            clear: both;
67    }
68    
69    ul.pager li {
70            list-style: none;
71            display: inline;
72            width: 3em;
73    }
74    
75    .pager .current_page {
76            font-weight: bold;
77    }
78    
79    .pager .skip {
80            color: #888;
81    }
82    
83  pre {  pre {
84          border-top: 1px solid #888;          border-top: 1px solid #888;
85          clear: left;          clear: left;
# Line 45  pre { Line 88  pre {
88    
89  .error {  .error {
90          background-color: #fcc;          background-color: #fcc;
91          font-color: 000;          color: 000;
92    }
93    
94    .message {
95            background-color: #ffc;
96            color: #000;
97            padding: 0.5em;
98  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26