Revision 443:350acce374a2 public

View differences:

public/javascripts/repository.js
1
function toggle_ext_url(){
2
	if($('repository_is_external').checked)
3
	    $('repository_external_url').enable();
4
	else
5
	    $('repository_external_url').disable();
6
}
7

  
public/javascripts/ssamr_registration.js
4 4

  
5 5
/* institution related functions */
6 6
Event.observe(window, 'load',
7
  function() {
8
		
7
  function() {		
9 8
		if(!$('ssamr_user_details_institution_type_true').checked && $('ssamr_user_details_institution_type_true').checked){
10
  			$('ssamr_user_details_other_institution').disable();
11
  			$('ssamr_user_details_institution_id').enable();
12
  			$('ssamr_user_details_institution_type_true').checked = true;
13
  			$('ssamr_user_details_institution_type_false').checked = false;
9
		    $('ssamr_user_details_other_institution').disable();
10
		    $('ssamr_user_details_institution_id').enable();
11
		    $('ssamr_user_details_institution_type_true').checked = true;
12
		    $('ssamr_user_details_institution_type_false').checked = false;
14 13
		}
15 14
	}
16 15
);
public/stylesheets/application.css
161 161
tr.changeset td.committed_on { text-align: center; width: 15%; }
162 162

  
163 163
table.files tr.file td { text-align: center; }
164
table.files tr.file td.filename { text-align: left; padding-left: 24px; }
164
table.files tr.file td.filename { text-align: left; }
165 165
table.files tr.file td.digest { font-size: 80%; }
166 166

  
167 167
table.members td.roles, table.memberships td.roles { width: 45%; }
......
225 225
h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
226 226

  
227 227
div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
228
div.activity h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
228 229
div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
229 230
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
230 231
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
......
304 305
div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
305 306
div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
306 307

  
307
div#activity dl, #search-results { margin-left: 2em; }
308
div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
309
div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
310
div#activity dt.me .time { border-bottom: 1px solid #999; }
311
div#activity dt .time { color: #777; font-size: 80%; }
308
div#activity dl, div#news dl, #search-results { margin-left: 2em; }
309
div#activity .box dl { margin-left: 0; }
310
div#activity dd, div#news dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
311
div#activity dt, div#news dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
312
div#activity dt.me .time, div#news dt.me .time { border-bottom: 1px solid #999; }
313
div#activity dt .time, div#news dt .time, .projects .latest .time { color: #777; font-size: 80%; }
312 314
div#activity dd .description, #search-results dd .description { font-style: italic; }
313
div#activity span.project:after, #search-results span.project:after { content: " -"; }
315
div#activity span.project:after, div#news span.project:after, #search-results span.project:after { content: " -"; }
314 316
div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
315 317

  
318
.projects .latest .title { margin-right: 0.5em; }
319
.tipoftheday .tip { margin-left: 2em; margin-top: 0.5em; }
320

  
316 321
#search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
317 322

  
318
div#search-results-counts {float:right;}
319
div#search-results-counts ul { margin-top: 0.5em; }
320
div#search-results-counts  li { list-style-type:none; float: left; margin-left: 1em; }
323
div#search-results-counts { display: block; padding-left: 0; margin-left: 0; }
324
div#search-results-counts ul { margin-top: 0.5em; padding-left: 0; margin-left: 0; }
325
div#search-results-counts li { display: inline; list-style-type: none; margin-right: 1em; }
321 326
  
322 327
dt.issue { background-image: url(../images/ticket.png); }
323 328
dt.issue-edit { background-image: url(../images/ticket_edit.png); }
......
365 370
ul.projects li.child { list-style-type:none; margin-top: 1em;}
366 371
ul.projects div.root a.project { font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
367 372

  
373
li.latest { margin-bottom: 0.5em; }
374

  
368 375
#tracker_project_ids ul { margin: 0;  padding-left: 1em; }
369 376
#tracker_project_ids li { list-style-type:none; } 
370 377

  
public/themes/soundsoftware/stylesheets/application.css
37 37

  
38 38
body,p,h2,h3,h4,li,table,.wiki h1 { 
39 39
  font-family: DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
40
  line-height: 1.34;
40 41
}
41 42

  
42 43
h2,h3,h4,.wiki h1 {
43 44
  color: #3e442c;
45
  font-weight: bold;
46
}
47

  
48
.wiki h2,.wiki h3,.wiki h4 {
49
  color: #000;
44 50
}
45 51

  
46 52
h2,.wiki h1 {
47
    font-size: 1.8em;
53
  font-size: 1.8em;
48 54
}
49 55

  
56
.wiki h2 {
57
  margin-top: 1em;
58
}
59

  
60
.splitcontentleft p:first-child {
61
  margin-top: 0;
62
}
63

  
64
div.attachments {
65
  margin-top: 2em;
66
}
67
#wiki_add_attachment {
68
  margin-top: 1.5em;
69
}
70

  
71
/* Hide these (the paragraph markers that show anchors) -- they confuse more than they help */
72
a.wiki-anchor:hover { display: none; }
73
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: none; }
74

  
50 75
.box {
51 76
    padding: 6px;
52 77
    margin-bottom: 10px;
......
81 106

  
82 107
ul.projects .public, ul.projects .private { padding-left: 0.5em; color: #3e442c; font-size: 0.95em }
83 108

  
109
table.files tr.active td { padding-top: 0.5em; padding-bottom: 0.5em; }
110
table.files .file .active { font-weight: bold; }
111
table.files .file .description { font-weight: normal; color: #3e442c; }
112

  
84 113
#top-menu { position: absolute; top: 0; z-index: 1; left: 0px; width: 100%; font-size: 90%; /* height: 2em; */ margin: 0; padding: 0; padding-top: 0.5em; background-color: #3e442c; }
85 114
#top-menu ul { margin-left: 10px; }
86 115
#top-menu a { font-weight: bold; }
87 116
#header {  position: absolute; z-index: 0; top: 0; width: 100%; background: #fdfbf5; border-bottom: 2px solid #a9b680; /* height:80px; */ padding: 20px 0 0.5em 0; margin-bottom: 0; }
88 117
#header a { color: #be5700; }
89 118
#header h1 { color: #525a38; margin-top: 25px; font-size: 3em; font-weight: normal; margin-left: 10px; }
119
#header #project-title a, #header #project-title a:hover { color: #525a38; text-decoration: none; }
90 120
.header-general h1 {
91 121
  background: url('soundsoftware-logo-title-only-transparent-beta.png') no-repeat 0 0;
92 122
  text-indent: -9999px;
93 123
  width: 500px;
94 124
  height: 34px;
95 125
 }
96
 
126

  
97 127
#quick-search { margin-right: 6px; margin-top: 1em; color: #000; }
98 128
#project-jump-box { float: right;  margin-right: 6px; margin-top: 5px; color: #000; }
99 129
#project-ancestors-title {
100 130
    margin-bottom: 0px;
101
    margin-left: 10px;
131
    margin-left: 12px;
102 132
    margin-top: 6px;
103 133
    font-family: GilliusADFNo2, 'Gill Sans', Tahoma, sans-serif;
104 134
    font-weight: normal;
......
201 231

  
202 232
.embedded .contents .center { text-align: center; } /* undo javadoc hack above */
203 233

  
234
/* For MATLAB documentation */
204 235

  
236
.embedded #matlabdoc th { text-align: left; }
205 237

  
238

  
239

  

Also available in: Unified diff