~nigelbabu/summit/javascript-last-update

« back to all changes in this revision

Viewing changes to summit/schedule/templates/schedule/nextsession.html

  • Committer: Tarmac
  • Author(s): Michael Hall
  • Date: 2011-10-30 14:09:33 UTC
  • mfrom: (207.2.1 enhance-next-session)
  • Revision ID: tarmac@nigelb.me-20111030140933-l3gq4k782qrx4lcq
[r=nigelbabu] Enhancements to the /next page

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        height: 24px;
30
30
        word-wrap: break-word;
31
31
        white-space: normal;
32
 
        display: block;
33
 
        float: left;
 
32
        display: table-cell;
34
33
      }
35
34
      td {
36
35
        font-size: 55%;
41
40
        vertical-align: top;
42
41
        word-wrap: break-word;
43
42
        white-space: normal;
44
 
        display: block;
45
 
        float: left;
 
43
        display: table-cell;
46
44
      }
47
45
 
48
 
      td.unknown                { background: #aaaaaa; }
49
 
      td.ubuntutheproject       { background: #ffb9f4; }
50
 
      td.packageselection       { background: #FF4500; }
51
 
      td.cloud                  { background: #c1cdcd; }
52
 
      td.other                  { background: #a2cd5a; }
53
 
      td.hardware               { background: #ffd700; }
54
 
      td.appdevs                { background: #deb887; }
55
 
      td.multimedia             { background: #99f6aa; }
56
 
      td.performance            { background: #ccccff; }
57
 
      td.plenary                { background: #ffffe0; }
58
 
      td.special                { background: #ffffe0; }
59
 
      td.talk                   { background: #e0ffe0; }
60
 
      td.presentation           { background: #e0ffe0; }
61
46
      -->
62
47
    </style>
63
48
</head>