Changesets can be listed by changeset number.
The Git repository is here.
Changeset 240
Updates for new 17-Oct-2008 design.
- Comitted by: rool
- Date: Friday October 17 15:10:04 2008 (over 16 years ago)
Affected files:
- rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml (diff)
- rool/rails/rcvsweb/trunk/config/database.yml (diff)
- rool/rails/rcvsweb/trunk/public/stylesheets/rcvsweb.css (diff)
rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml:
prev. | current | |
<!-- CVSweb contents table --> | ||
17 | | |
18 | | |
17 | <div id="template_body_background"><div id="template_body_shadow_left" class="template_shadow_left"><div id="template_body_shadow_right" class="template_shadow_right"><div id="template_body_content" class="template_body_content template_overall_content"> | |
18 | ||
19 | <br /> | |
20 | <table align="center" cellpadding="0" cellspacing="0" width="100%"> | |
<tr valign="top" align="left"> | ||
20 | | |
22 | <td width="74%"> | |
<%= hubssolib_flash_tags -%> | ||
<div id="content"> | ||
... | ... | |
</div> | ||
</td> | ||
35 | | |
36 | | |
37 | | |
37 | <td width="1%"> </td> | |
38 | <td bgcolor="#bbbbbb" class="template_column_divider"><img src="/images/utilities/blank.gif" width="1" height="1" alt="." border="0" /></td> | |
39 | <td width="1%"> </td> | |
39 | | |
40 | | |
41 | | |
41 | <td width="24%"> | |
42 | <div class="template_sidebar"> | |
43 | <div class="template_sidebar_node"> | |
<h3>Search for CVS module</h3> | ||
<p /> | ||
45 | | |
47 | <div class="template_sidebar_static"> | |
<%= form_tag( {}, :method => 'get') %> | ||
<input type="text" id="mpath" name="path" value="" size="15" /> | ||
<input type="submit" value="Go" /> | ||
... | ... | |
<%= render 'shared/fixed_sidebar' %> | ||
<p /> | ||
56 | | |
58 | <div class="template_sidebar_node"> | |
<h3>Options</h3> | ||
... | ... | |
</td> | ||
</tr> | ||
</table> | ||
76 | <br /> | |
78 | </div></div></div></div> | |
79 | ||
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
</html> |
rool/rails/rcvsweb/trunk/config/database.yml:
prev. | current | |
adapter: postgresql | ||
host: /home/rool/postgres/ | ||
username: rool | ||
13 | | |
13 | password: set-password-here | |
development: | ||
<<: *dbinfo |
rool/rails/rcvsweb/trunk/public/stylesheets/rcvsweb.css:
prev. | current | |
* Based on the FreeBSD-CVSweb default stylesheet. | ||
*/ | ||
7 | ||
7 | .template_body_content table table | |
{ | ||
9 | table-layout: auto !important; | |
10 | } | |
11 | ||
12 | div#content > h1 | |
13 | { | |
margin: 0; | ||
padding: 5px; | ||
font-size: 150%; | ||
border: 1px solid #333; | ||
color: #9a9a9a; | ||
background: #ffe; | ||
20 | overflow: auto; | |
} | ||
17 | ||
23 | div#content h3 | |
{ | ||
margin: 12px 0; | ||
} | ||
22 | ||
28 | hr | |
{ | ||
height: 1px; | ||
border: none; | ||
26 | | |
32 | background-color: #c4ccd8; | |
padding: 0; | ||
} | ||
30 | ||
36 | a[name] | |
{ | ||
text-decoration: none; | ||
color: #000; | ||
... | ... | |
font-size: 80%; | ||
} | ||
38 | ||
44 | div#content a | |
{ | ||
border: none; | ||
} | ||
/* Fake revision summaries via CVSHistory feed */ | ||
45 | ||
46 | ||
51 | div#revisions h2, | |
52 | div.cvslog2web_p_entry h1 | |
{ | ||
padding: 0; | ||
font-size: 160%; | ||
margin-bottom: 10px; | ||
} | ||
53 | ||
59 | div#revisions h3 | |
{ | ||
margin: 0; | ||
font-size: 140%; | ||
... | ... | |
/* Revision summarys by cvslog2web */ | ||
61 | ||
67 | div.cvslog2web_title | |
{ | ||
font-size: 140%; | ||
font-weight: bold; | ||
margin: 0; | ||
} | ||
68 | ||
74 | div.cvslog2web_title a | |
{ | ||
border: none; | ||
} | ||
73 | ||
74 | ||
75 | ||
76 | ||
77 | ||
79 | span.cvslog2web_authors, | |
80 | div.cvslog2web_authors, | |
81 | div.cvslog2web_timestamp, | |
82 | div.cvslog2web_filelist, | |
83 | div.cvslog2web_filelist p | |
{ | ||
display: block; | ||
font-size: small; | ||
... | ... | |
margin-right: 6px; | ||
} | ||
91 | ||
92 | ||
93 | ||
97 | span.cvslog2web_authorsprefix, | |
98 | span.cvslog2web_timestampprefix, | |
99 | span.cvslog2web_filestatus | |
{ | ||
font-weight: bold; | ||
} | ||
98 | ||
104 | div.cvslog2web_message p | |
{ | ||
margin: 0 0 0 20px; | ||
padding: 0; | ||
font-size: small; | ||
} | ||
105 | ||
111 | span.cvslog2web_authors | |
{ | ||
margin-top: 12px; | ||
} | ||
110 | ||
111 | ||
116 | div.cvslog2web_message, | |
117 | div.cvslog2web_filelist | |
{ | ||
margin-bottom: 12px; | ||
} | ||
116 | ||
122 | div.cvslog2web_credit | |
{ | ||
text-align: right; | ||
font-size: small; | ||
font-style: italic; | ||
} | ||
123 | ||
129 | div.cvslog2web_p_entry div.cvslog2web_message | |
{ | ||
padding: 10px; | ||
} | ||
... | ... | |
* so use a local variation on the global breadcrumbs to tidy it up. | ||
*/ | ||
148 | ||
154 | div.breadcrumbs_mod div.breadcrumbs | |
{ | ||
border-top: none; | ||
} | ||
/* Forms (from Collaboa CSS file, with tweaks) */ | ||
155 | ||
161 | fieldset | |
{ | ||
display: block; | ||
margin: 10px 0 10px 0; | ||
... | ... | |
background: #f6f6f6; | ||
} | ||
163 | ||
169 | fieldset legend | |
{ | ||
padding: 2px 10px 2px 10px; | ||
border: 1px solid #ccc; | ||
background: #fff; | ||
} | ||
170 | ||
176 | legend | |
{ | ||
font-weight: bold; | ||
font-size: 80%; | ||
} | ||
176 | ||
182 | label | |
{ | ||
font-size: 80%; | ||
} | ||
181 | ||
187 | label.first | |
{ | ||
padding-top: 10px; | ||
} | ||
186 | ||
192 | fieldset br | |
{ | ||
display: block; | ||
} | ||
... | ... | |
font-weight: normal; | ||
} | ||
208 | ||
209 | ||
210 | | |
211 | | |
212 | ||
213 | ||
/* Navigation header for source views, diffs and annotations */ | ||
.navigate-header | ||
... | ... | |
/* Directory listing */ | ||
225 | ||
225 | table.dir | |
{ | ||
font-size: 80%; | ||
} | ||
230 | ||
230 | table.dir td a | |
{ | ||
border: none; | ||
} | ||
/* Cells */ | ||
237 | ||
237 | table.dir * td { | |
padding-left: 5px; | ||
padding-right: 5px; | ||
} | ||
/* Column headers */ | ||
244 | ||
244 | table.dir * th | |
{ | ||
background-color: #ddd; | ||
padding-left: 5px; | ||
... | ... | |
/* Sorted column header */ | ||
253 | ||
253 | table.dir * th.sorted | |
{ | ||
background-image: url("/tracker/images/sort_desc.png"); | ||
background-repeat: no-repeat; | ||
... | ... | |
/* Even rows */ | ||
264 | ||
264 | table.dir * tr.even | |
{ | ||
background-color: #fbfbfb; | ||
} | ||
/* Odd rows */ | ||
271 | ||
271 | table.dir * tr.odd | |
{ | ||
background-color: #f1f1f1; | ||
} | ||
/* File and dir name columns */ | ||
278 | ||
278 | table.dir * td.file, table.dir * td.dir | |
{ | ||
white-space: nowrap; | ||
} | ||
/* Graph link column */ | ||
285 | ||
285 | table.dir * td.graph | |
{ | ||
padding-left: 3px; | ||
padding-right: 3px; | ||
... | ... | |
/* Age column */ | ||
295 | ||
295 | table.dir * td.age | |
{ | ||
font-style: italic; | ||
white-space: nowrap; | ||
} | ||
301 | ||
301 | table.dir * td.author | |
{ | ||
white-space: nowrap; | ||
} | ||
/* Log entry column */ | ||
308 | ||
308 | table.dir * td.log | |
{ | ||
font-size: smaller; | ||
} | ||
... | ... | |
/* Errors */ | ||
430 | ||
430 | div#error | |
{ | ||
margin-top: 12px; | ||
} |