/adei/trunk

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

« back to all changes in this revision

Viewing changes to setups/logs/logs.css

  • Committer: root
  • Date: 2016-10-21 11:35:09 UTC
  • Revision ID: root@ikkatrinadei-20161021113509-08fwyhp0n3cmk3ck
New latency monitoring subsystem for ADEI

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.header {
 
2
   color:               #000055;
 
3
   background:          #E0E0E0;
 
4
   border:              1px solid #002D27;
 
5
   margin-left:         0px;
 
6
   margin-right:        0px;
 
7
   padding:             0px;
 
8
   font-weight:         bold;
 
9
   text-align:          left;
 
10
   height:              50px;
 
11
   
 
12
   background:          #005D57;
 
13
/*   background:                url(test.png) #005D57 no-repeat;*/
 
14
}
 
15
 
 
16
 
 
17
.header .title {
 
18
    color:              #D78740;
 
19
}
 
20
 
 
21
.header .module_link {
 
22
    color:              #E5E5E5;
 
23
}
 
24
 
 
25
.header .module_link_current {
 
26
    color:              #FF8700;
 
27
}