]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/html/bweb.css
ebl Add volume/pool usage
[bacula/bacula] / gui / bweb / html / bweb.css
1 body { background-color: #ffffff; font-family: verdana,arial,helvetica; font-size: 8pt;}
2 a { text-decoration: none;}
3 .code_display   {       background-color: #b9b9ac;
4                         border: 1px solid #9d9d94;
5 }
6
7 abutton.formulaire { font-size: 9; height: 48px; width: 80px; background-color: transparent; }
8
9 button.formulaire { border: 0px; font-size: 9;  background-color: transparent; }
10
11 td.joberr { background-color: red; font-color: white;}
12
13
14 .pSlice, .pSliceFull, .pSliceError, .pSliceAppend, .pSlicePurged, .pSliceRecycle, 
15 .pSliceArchive, .pSliceUsed, .pSliceRead_Only, .pSliceDisabled,
16 .pSliceOk,.pSliceWarn,.pSliceCrit,.pSliceEmpty
17  {
18   width: 2px;
19   height: 9px;
20   margin-right: 1px;
21   margin-bottom: 1px;
22   border: solid 1px #CCCCCC;
23   background-color: #E6E6E6;    
24 }
25
26 .pSliceFull, .pSliceRead_Only,.pSliceArchive, .pSliceUsed, .pSliceDisabled,
27 .pSliceCrit {
28  border: solid 1px #BD0C10;
29  background-color: #FF3029;
30 }
31
32 .pSliceError {
33  border: solid 1px #000000;
34  background-color: #020202;
35 }
36
37 .pSliceAppend, .pSliceWarn {
38  border: solid 1px #CD6500;
39  background-color: #FFCE00;
40 }
41
42 .pSlicePurged, .pSliceRecycle, .pSliceOk {
43  border: solid 1px #009900;
44  background-color: #00FF00;
45 }