Revision 441:cbce1fd3b1b7 public/stylesheets/.svn/text-base

View differences:

public/stylesheets/.svn/text-base/application.css.svn-base
107 107
table.list th {  background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
108 108
table.list td { vertical-align: top; }
109 109
table.list td.id { width: 2%; text-align: center;}
110
table.list td.checkbox { width: 15px; padding: 0px;}
110
table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
111
table.list td.checkbox input {padding:0px;}
111 112
table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
112 113
table.list td.buttons a { padding-right: 0.6em; }
113 114
table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
......
126 127
tr.project.idnt-9 td.name {padding-left: 12.5em;}
127 128

  
128 129
tr.issue { text-align: center; white-space: nowrap; }
129
tr.issue td.subject, tr.issue td.category, td.assigned_to { white-space: normal; }
130
tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text { white-space: normal; }
130 131
tr.issue td.subject { text-align: left; }
131 132
tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
132 133

  
......
144 145
tr.entry { border: 1px solid #f8f8f8; }
145 146
tr.entry td { white-space: nowrap; }
146 147
tr.entry td.filename { width: 30%; }
148
tr.entry td.filename_no_report { width: 70%; }
147 149
tr.entry td.size { text-align: right; font-size: 90%; }
148 150
tr.entry td.revision, tr.entry td.author { text-align: center; }
149 151
tr.entry td.age { text-align: right; }
150 152
tr.entry.file td.filename a { margin-left: 16px; }
153
tr.entry.file td.filename_no_report a { margin-left: 16px; }
151 154

  
152 155
tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
153 156
tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
......
171 174
tr.version.closed, tr.version.closed a { color: #999; }
172 175
tr.version td.name { padding-left: 20px; }
173 176
tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
174
tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; }
177
tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
175 178

  
176 179
tr.user td { width:13%; }
177 180
tr.user td.email { width:18%; }
......
194 197

  
195 198
table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; }
196 199
table.list tbody tr.group span.count { color: #aaa; font-size: 80%; }
200
tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;}
201
tr.group:hover a.toggle-all { display:inline;}
202
a.toggle-all:hover {text-decoration:none;}
197 203

  
198 204
table.list tbody tr:hover { background-color:#ffffdd; }
199 205
table.list tbody tr.group:hover { background-color:inherit; }
......
274 280
div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
275 281
div.issue div.subject>div>p { margin-top: 0.5em; }
276 282
div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
283
div.issue span.private { position:relative; bottom: 2px; text-transform: uppercase; background: #d22; color: #fff; font-weight:bold; padding: 0px 2px 0px 2px; font-size: 60%; margin-right: 2px; border-radius: 2px; -moz-border-radius: 2px;}
277 284

  
278
#issue_tree table.issues { border: 0; }
279
#issue_tree td.checkbox {display:none;}
285
#issue_tree table.issues, #relations table.issues { border: 0; }
286
#issue_tree td.checkbox, #relations td.checkbox {display:none;}
287
#relations td.buttons {padding:0;}
280 288

  
281 289
fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; }
282 290
fieldset.collapsible legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
......
330 338
div#roadmap .wiki h1:first-child { display: none; }
331 339
div#roadmap .wiki h1 { font-size: 120%; }
332 340
div#roadmap .wiki h2 { font-size: 110%; }
341
body.controller-versions.action-show div#roadmap .related-issues {width:auto;}
333 342

  
334 343
div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
335 344
div#version-summary fieldset { margin-bottom: 1em; }
......
343 352

  
344 353
form .attributes { margin-bottom: 8px; }
345 354
form .attributes p { padding-top: 1px; padding-bottom: 2px; }
346
form .attributes select { min-width: 50%; }
355
form .attributes select { width: 60%; }
356
input#issue_subject { width: 99%; }
357
select#issue_done_ratio { width: 95px; }
347 358

  
348 359
ul.projects { margin: 0; padding-left: 1em; }
349 360
ul.projects.root { margin: 0;  padding: 0; }
......
364 375
.total-hours span.hours-int { font-size: 120%; }
365 376

  
366 377
.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
367
#user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
378
#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select { width: 90%; }
368 379

  
369 380
#workflow_copy_form select { width: 200px; }
370 381

  
382
textarea#custom_field_possible_values {width: 99%} 
383

  
371 384
.pagination {font-size: 90%}
372 385
p.pagination {margin-top:8px;}
373 386

  
......
421 434
.tabular.settings label{ margin-left: -300px; width: 295px; }
422 435
.tabular.settings textarea { width: 99%; }
423 436

  
437
.tabular.settings.enabled_scm table {width:100%}
438
.tabular.settings.enabled_scm td.scm_name{ font-weight: bold; }
439
.tabular.settings.enabled_scm p.scm_config{ padding-left: 8px; font-style:italic;}
440

  
424 441
fieldset.settings label { display: block; }
425
.parent { padding-left: 20px; }
442
fieldset#notified_events .parent { padding-left: 20px; }
426 443

  
427 444
.required {color: #bb0000;}
428 445
.summary {font-style: italic;}
......
492 509
	color: #A6750C;
493 510
}
494 511

  
512
span.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
513

  
495 514
#errorExplanation ul { font-size: 0.9em;}
496 515
#errorExplanation h2, #errorExplanation p { display: none; }
497 516

  
......
670 689

  
671 690
/***** Diff *****/
672 691
.diff_out { background: #fcc; }
692
.diff_out span { background: #faa; }
673 693
.diff_in { background: #cfc; }
694
.diff_in span { background: #afa; }
674 695

  
675 696
.text-diff {
676 697
padding: 1em;
......
790 811
}
791 812

  
792 813
.gantt_subjects { font-size: 0.8em; }
793
.gantt_subjects div { line-height:1.2em;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
814
.gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
794 815

  
795 816
.task {
796 817
  position: absolute;
......
799 820
  color:#888;
800 821
  padding:0;
801 822
  margin:0;
802
  line-height:0.8em;
823
  line-height:16px;
803 824
  white-space:nowrap;
804 825
}
805 826

  
......
956 977
  #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
957 978
	#wiki_add_attachment { display:none; }
958 979
  .hide-when-print { display: none; }
980
	.autoscroll {overflow-x: visible;}
981
	table.list {margin-top:0.5em;}
982
	table.list th, table.list td {border: 1px solid #aaa;}
959 983
}
public/stylesheets/.svn/text-base/context_menu.css.svn-base
21 21
	position:relative;
22 22
	padding:1px;
23 23
	z-index:39;
24
	border:1px solid white;
24 25
}
25 26
#context-menu li.folder ul { position:absolute; left:168px; /* IE6 */ top:-2px; max-height:300px; overflow:hidden; overflow-y: auto; }
26 27
#context-menu li.folder>ul { left:148px; }
......
30 31
#context-menu.reverse-x li.folder>ul { right:148px; }
31 32

  
32 33
#context-menu a {
33
	border:1px solid white;
34 34
	text-decoration:none !important;
35 35
	background-repeat: no-repeat;
36 36
	background-position: 1px 50%;
......
40 40
#context-menu li>a { width:auto; } /* others */
41 41
#context-menu a.disabled, #context-menu a.disabled:hover {color: #ccc;}
42 42
#context-menu li a.submenu { background:url("../images/bullet_arrow_right.png") right no-repeat; }
43
#context-menu a:hover { border-color:gray; background-color:#eee; color:#2A5685; }
44
#context-menu li.folder a:hover { background-color:#eee; }	
43
#context-menu li:hover { border:1px solid gray; background-color:#eee; }
44
#context-menu a:hover {color:#2A5685;}
45 45
#context-menu li.folder:hover { z-index:40; }		
46 46
#context-menu ul ul, #context-menu  li:hover ul ul { display:none; }
47 47
#context-menu li:hover ul, #context-menu li:hover li:hover ul {	display:block; }
public/stylesheets/.svn/text-base/jstoolbar.css.svn-base
44 44
	margin-right: 4px;
45 45
}
46 46

  
47
.jstElements .help { float: right; margin-right: 1em; padding-top: 8px; font-size: 0.9em; }
47
.jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
48
.jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;}
48 49

  
49 50
/* Buttons
50 51
-------------------------------------------------------- */
public/stylesheets/.svn/text-base/rtl.css.svn-base
56 56
.changeset-changes { direction: ltr; padding-left: 2em }
57 57
.changesets { direction: ltr; }
58 58
div#issue-changesets { float: left; margin-right: 1em; margin-left: 0 }
59
div#issue-changesets div.wiki { direction: ltr; padding-left: 2em }
59 60
#activity dt, .journal { clear: right; }
60 61
.journal-link { float: left; }
61 62
div.wiki pre { direction: ltr; }
62 63

  
64
ul.projects { padding-right: 1em; padding-left: 0; }
65
ul.projects ul.projects { border-right: 3px solid #e0e0e0; border-left: 0; }
66
.my-project { padding-right: 18px; padding-left: 0; background-position: 100% 50%; }
67

  
68
#admin-menu a { background-position: 100% 40%; padding-right: 20px; padding-left: 0;}
69
input#openid_url { background-position: 100% 50%; padding-right: 18px; padding-left: 0; }
70

  
71
tr.project.idnt td.name span { background: url(../images/bullet_arrow_left.png) no-repeat 100% 50%; padding-right: 16px; padding-left: 0; }
72
tr.project.idnt-1 td.name { padding-right: 0.5em; }
73
tr.project.idnt-2 td.name { padding-right: 2em; }
74
tr.project.idnt-3 td.name { padding-right: 3.5em; }
75
tr.project.idnt-4 td.name { padding-right: 5em; }
76
tr.project.idnt-5 td.name { padding-right: 6.5em; }
77
tr.project.idnt-6 td.name { padding-right: 8em; }
78
tr.project.idnt-7 td.name { padding-right: 9.5em; }
79
tr.project.idnt-8 td.name { padding-right: 11em; }
80
tr.project.idnt-9 td.name { padding-right: 12.5em; }
81

  
82
tr.issue.idnt td.subject a { background: url(../images/bullet_arrow_left.png) no-repeat 100% 50%; padding-right: 16px; padding-left: 0; }
83
tr.issue.idnt-1 td.subject { padding-right: 0.5em; }
84
tr.issue.idnt-2 td.subject { padding-right: 2em; }
85
tr.issue.idnt-3 td.subject { padding-right: 3.5em; }
86
tr.issue.idnt-4 td.subject { padding-right: 5em; }
87
tr.issue.idnt-5 td.subject { padding-right: 6.5em; }
88
tr.issue.idnt-6 td.subject { padding-right: 8em; }
89
tr.issue.idnt-7 td.subject { padding-right: 9.5em; }
90
tr.issue.idnt-8 td.subject { padding-right: 11em; }
91
tr.issue.idnt-9 td.subject { padding-right: 12.5em; }
92

  
93
div.wiki ul.toc { margin-right: 0; margin-left: 12px; }
94
div.wiki ul.toc li li { margin-right: 1.5em; margin-left: 0; }

Also available in: Unified diff