/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
24 by Suren A. Chilingaryan
Logger subsystem
1
    .header {
2
    }
3
    .header a {
4
	padding: 5px;
5
	margin-bottom: 2px;
6
	color: #000055;
7
	background: #F0F0F0;
8
	font-weight: bold;
9
	border: 1px solid #C0C0C0;
10
	text-decoration: none;
11
    }
12
    .header a:hover {
13
	border: 1px #007000 solid; 
14
	background: #FDD;
15
    }
16
    
17
    .error {
18
	color: red;
19
	font-weight: bold;
20
    }
21
    
22
    .group {
23
	background: grey;
24
    }
281 by Suren A. Chilingaryan
Source view in the Administrator Interface
25
26
    .source {
27
	background: #FFEFD5;
28
	margin: 3px;
29
    }
24 by Suren A. Chilingaryan
Logger subsystem
30
    
31
    .list {
32
	background: #FF855B;
33
    }
34
    
35
    .logtable td, .logtable th {
36
	border: 1px solid black;
37
    }
38
    
39
    .logtable th {
40
	background: gray;
41
    }
42
43
    .logtable a:not(:hover) {
44
	text-decoration: none;
45
	color: black;
46
    }
47
    
48
    .loginfo th {
49
	padding-right: 25px;
50
    }
51
    
52