~ubuntu-branches/ubuntu/lucid/prewikka/lucid

« back to all changes in this revision

Viewing changes to htdocs/css/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-05-22 09:50:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070522095033-0jr7zmkf91bl1ymp
Tags: 0.9.11-1
New upstream release (add internationalization support)

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
        height: 163px;
344
344
}
345
345
 
 
346
#timeline td {
 
347
        padding: 0;
 
348
        margin: 0;
 
349
}
 
350
 
 
351
#timeline th {
 
352
        padding: 0;
 
353
        margin: 0;
 
354
        text-align: left;
 
355
        font-size: 8px;
 
356
        font-weight: bold;
 
357
}
 
358
 
346
359
.timeline_control_prev, .timeline_control_cur, .timeline_control_next {
347
360
        background: #E2EBF5;
348
361
        width: 53px;
376
389
        color:black;
377
390
}
378
391
 
379
 
#filter_control_label, #timezone_control_label, #timeline_limit_label, #timeline_submit, #timeline_step_label, .navigation_label {
380
 
        font-weight: bold;
381
 
}
382
 
 
383
392
 
384
393
.popup_operator_select {
385
394
        width: 46px;
398
407
 
399
408
 
400
409
.filter_control_select, .timezone_control_select {
401
 
        width: 107px;
402
 
        max-width: 107px;
 
410
        width: 100%;
 
411
}
 
412
 
 
413
.timeline_value {
 
414
        width: 100%;
403
415
}
404
416
 
405
417
.timeline_unit_select {
406
 
        width: 74px;
407
 
        max-width: 74px;
 
418
        width: 100%;
408
419
}
409
420
 
410
421
.timeline_range {
684
695
        color: red;
685
696
}
686
697
 
687
 
.heartbeat_analyze_sensor_status_normal_offline {
688
 
        /* background-color: #b5cba0; */
 
698
.heartbeat_analyze_sensor_status_offline {
689
699
        background-color: #ffb063;
690
700
        text-align: center;
691
701
}
692
702
 
693
 
.heartbeat_analyze_sensor_status_abnormal_offline {
 
703
.heartbeat_analyze_sensor_status_missing {
694
704
        text-align: center;
695
705
        background-color: #e77070;
696
706
}
865
875
#analyzer { margin-left: -222px; }
866
876
 
867
877
 
 
878
.inline_filter_content {
 
879
        width: 100%;
 
880
}
 
881
 
868
882
.inline_filter_content td {
869
883
        width: 100%;
870
884
        text-align: right;