Revision 1027:b0e0ffb43fa1 public/stylesheets

View differences:

public/stylesheets/application.css
5 5
h1 {margin:0; padding:0; font-size: 24px;}
6 6
h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
7 7
h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
8
h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8
h4, .wiki h3 {font-size: 14px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
9 9

  
10 10
/***** Layout *****/
11 11
#wrapper {background: white;}
......
24 24

  
25 25
#account {float:right;}
26 26

  
27
#header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
27
#header {height:68px;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
28 28
#header a {color:#f8f8f8;}
29 29
#header h1 a.ancestor { font-size: 80%; }
30 30

  
31 31
#project-search-jump {float:right; }
32 32

  
33 33

  
34
#main-menu {position: absolute;  bottom: 0px;  left:6px; margin-right: -500px;}
34
#main-menu {position: absolute;  bottom: 0px;  left:8px; margin-right: -500px;}
35 35
#main-menu ul {margin: 0;  padding: 0;}
36 36
#main-menu li {
37 37
  float:left;
......
240 240
div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
241 241
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
242 242
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
243
div.tags h3 { background: url(../images/ticket_note.png) no-repeat 0% 50%; padding-left: 20px; }
244
div.institutions h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
243 245

  
244 246
#watchers ul {margin: 0;  padding: 0;}
245 247
#watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
......
500 502
.summary {font-style: italic;}
501 503

  
502 504
#attachments_fields input[type=text] {margin-left: 8px; }
503
#attachments_fields span {display:block; white-space:nowrap;}
505
/*#attachments_fields span {display:block; white-space:nowrap;} */
504 506
#attachments_fields img {vertical-align: middle;}
505 507

  
506 508
div.attachments { margin-top: 12px; }
507 509
div.attachments p { margin:4px 0 2px 0; }
508 510
div.attachments img { vertical-align: middle; }
509
div.attachments span.author { font-size: 0.9em; color: #888; }
511
div.attachments span.author { font-size: 0.9em; color: #888; font-style: italic; padding-left: 4px }
512
div.attachments span.size_and_count { font-size: 0.9em; color: #888; padding-left: 4px; }
510 513

  
511 514
p.other-formats { text-align: right; font-size:0.9em; color: #666; }
512 515
.other-formats span + span:before { content: "| "; }

Also available in: Unified diff