~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to local/in/dhis-web-integration/src/main/webapp/dhis-web-integration/css/StylesForTags.css

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.Heading {
 
2
    font-family: times,arial, georgia, tahoma;
 
3
    font-size: 35px;
 
4
    font-weight: bold;    
 
5
    white-space: nowrap;
 
6
    cursor: default;    
 
7
}
 
8
 
 
9
.Normal {
 
10
    font-family: arial, georgia, tahoma;
 
11
    font-size: 10px;    
 
12
    white-space: nowrap;
 
13
    cursor: default; 
 
14
    text-align: center;       
 
15
}
 
16
 
 
17
.NormalB {
 
18
    font-family: arial, georgia, tahoma;
 
19
    font-size: 13px;
 
20
    font-weight: bold;
 
21
    white-space: nowrap;
 
22
    cursor: default;    
 
23
}
 
24
 
 
25
.TableDataCellStyles {
 
26
    font-family: arial, georgia, tahoma;
 
27
    font-size: 10px;    
 
28
    white-space: nowrap;
 
29
    cursor: default; 
 
30
    text-align: center;
 
31
    border:1px dotted #C0C0C0;
 
32
}
 
33
 
 
34
.TableHeadingCellStyles {
 
35
    font-family: arial, georgia, tahoma;
 
36
    font-size: 11px;   
 
37
    white-space: nowrap;
 
38
    cursor: default;     
 
39
}
 
40
 
 
41
.DefaultFontStyles {
 
42
    font-family: arial, georgia, tahoma;
 
43
    font-size: 13px;
 
44
    font-weight: bold;   
 
45
    white-space: nowrap;
 
46
    cursor: default;         
 
47
}
 
48
 
 
49
.DefaultFontStylesNoBold {
 
50
    font-family: arial, georgia, tahoma;
 
51
    font-size: 13px;    
 
52
    white-space: nowrap;
 
53
    cursor: default;         
 
54
}
 
55
 
 
56