Ignore:
Timestamp:
01/10/06 13:50:18 (18 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/styles.css:

  • added extra overview table styles

web/addons/job_monarch/templates/overview.tpl:

  • added table to show usage of jobs/nodes/cpus

web/addons/job_monarch/overview.php:

  • changed counting of cpus/nodes/jobs
  • extra assignments for new table
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/styles.css

    r203 r208  
    181181}
    182182
    183 tr.toga th
     183table.overview
     184{
     185   border-collapse: collapse;
     186}
     187
     188*#kol1
     189{
     190   border-right-style: solid;
     191   border-right-color: rgb(204,204,204);
     192}
     193
     194*#selected
     195{
     196   background: rgb(153,204,255);
     197}
     198
     199tr.overview_header
     200{
     201   font: bold 10pt/12pt helvetica, sans-serif;
     202   text-align: right;
     203   border-collapse: collapse;
     204   border-bottom-style: solid;
     205   border-bottom-color: rgb(0,0,0);
     206}
     207
     208tr.overview_line
     209{
     210   font: 10pt/12pt helvetica, sans-serif;
     211   text-align: right;
     212   border-collapse: collapse;
     213   border-bottom-style: dotted;
     214   border-bottom-color: rgb(204,204,204);
     215}
     216
     217tr.overview td
     218{
     219   font: 10pt/12pt helvetica, sans-serif;
     220   text-align: right;
     221}
     222
     223tr.monarch th
    184224{
    185225   font: bold 12pt/14pt helvetica, sans-serif;
     
    191231}
    192232
     233.red
     234{
     235        color: rgb(204,51,0);
     236}
     237.blue
     238{
     239        color: rgb(0,0,153);
     240}
     241.brown
     242{
     243        color: rgb(102,102,0);
     244}
     245.gray
     246{
     247        color: rgb(204,204,204);
     248}
     249.green
     250{
     251        color: rgb(0,204,102);
     252}
     253
    193254td em
    194255{
Note: See TracChangeset for help on using the changeset viewer.