/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to adei.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-12-06 01:38:28 UTC
  • Revision ID: csa@dside.dyndns.org-20081206013828-lm3jqpc4fizd6cn7
XML+XSLT modules support, Alarms support in frontend (mozilla only)

Show diffs side-by-side

added added

removed removed

Lines of Context:
571
571
}
572
572
 
573
573
 
574
 
 
 
574
/*
575
575
.info {
576
576
  padding: 10px;
577
577
  vertical-align: top;
582
582
  line-height: 1.5;
583
583
}
584
584
 
 
585
 
585
586
.error {
586
587
  padding: 10px;
587
588
  vertical-align: top;
591
592
  font-size:14pt; 
592
593
  line-height: 1.5;
593
594
}
 
595
*/
594
596
 
595
597
.info h1, .error h1 {
596
598
  font-family: Arial, Verdana;
641
643
  font-weight: bold;
642
644
}
643
645
 
 
646
 
 
647
.module_alarms {
 
648
    overflow: auto;
 
649
}
 
650
 
 
651
.module_alarms .error {
 
652
   color: red;
 
653
}
 
654
 
 
655
.module_alarms h1 {
 
656
  text-align: center;
 
657
  font-family: Arial, Verdana;
 
658
  font-weight:bold;
 
659
  color:#000055; 
 
660
  font-size:16pt; 
 
661
  margin: 3px;
 
662
  margin-bottom: 20px;
 
663
}
 
664
 
 
665
.module_alarms table {
 
666
    width: 100%;
 
667
}
 
668
 
 
669
.module_alarms td {
 
670
    text-align: center;
 
671
    padding:    1px 4px 1px 4px;
 
672
    border: 1px solid black;
 
673
}
 
674
 
 
675
.module_alarms th {
 
676
    text-align: center;
 
677
    padding:    1px 4px 1px 4px;
 
678
    background: lightgray;
 
679
    border: 1px solid black;
 
680
}
 
681
 
 
682
 
 
683
 
644
684
/*
645
685
#main_div {
646
686
    background: blue;