~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002101903

« back to all changes in this revision

Viewing changes to frontends/php/styles/sbox.css

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2009-04-05 19:10:27 UTC
  • mfrom: (1.1.9 upstream) (8.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090405191027-lxd44l6jqdcfp2bi
Tags: 1:1.6.4-1
* New upstream release.
* Fix zabbix-frontend-php.template, add missing questions for
  zabbix-server and port (Closes: #522076)
* Loosen up depends for libgnutls (Closes: #522074)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@charset "utf-8";
2
 
/* CSS Document */
3
 
 
4
 
div#selection_box{
5
 
        position: absolute;
6
 
        
7
 
        -moz-opacity:.40;
8
 
        filter:alpha(opacity=40);
9
 
        opacity:.40;
10
 
        background-color:#0000FF;
11
 
        border:1px black solid;
12
 
        width: 1px;
13
 
        height: 1px;
14
 
        z-index: 4;
15
 
        overflow:hidden;
16
 
}
17
 
 
18
 
div.box_on{
19
 
        position: absolute;
20
 
/*      border: 1px red solid;
21
 
/*      background-color:#FF0000;*/
22
 
        z-index:2;
23
 
}
24
 
 
25
 
span#period_span{
26
 
        font-weight: bold; 
27
 
        font-size: 11px; 
28
 
        color: #FFFFFF; 
29
 
        position: absolute; 
30
 
        top: 2px; 
31
 
        right: 4px;
32
 
        text-decoration:none;
33
 
}
 
 
b'\\ No newline at end of file'