Warning: Can't use blame annotator:
svn blame failed on branches/EInotebook/summary/summary.css: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/EInotebook/summary/summary.css @ 350

Revision 350, 743 bytes checked in by jdalbey, 7 years ago (diff)

Add a branch EInotebook for Electronic Instructor Notebook prototype

  • Property svn:executable set to *
RevLine 
1@CHARSET "UTF-8";
2
3body {
4        font-family: Verdana, sans-serif;       
5}
6
7button.incidentExpandButton {
8        width:30px;     
9        text-align:center;
10        font-size:12pt;
11}
12
13table.incident {
14        padding:0px; 
15        margin-bottom:2px; 
16        width:100%;     
17        border:0px solid black;
18        margin-bottom:30px;
19}
20
21td.incidentHeader {
22        text-align:right;
23}
24
25table.incidentHeader {
26        margin-bottom:2px; 
27        border:2px solid black; 
28        width:100%;     
29}
30
31td.incidentHeader {
32        font-size:12pt;
33        font-weight:bold;       
34}
35
36td.incidentExpandOption {
37        text-align:left; 
38        font-size:12pt;
39        width:10%;
40        visibility:hidden;
41}
42
43td.incidentNumber {
44        text-align:left;
45        width:20%
46}
47
48td.incidentTitle {
49        text-align:left;
50        width:40%
51}
52
53td.incidentTime {
54        text-align:left;
55        width:30%
56}
57
58td.incidentSummary {
59        font-size:11pt;
60}
Note: See TracBrowser for help on using the repository browser.