~ubuntu-branches/ubuntu/lucid/mahara/lucid-security

« back to all changes in this revision

Viewing changes to htdocs/artefact/resume/theme/raw/static/style/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2009-11-27 22:09:03 UTC
  • mfrom: (6.3.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091127220903-aiigd3tr46z0rmcg
Tags: 1.2.0-2
Fix postrm script so that Mahara can be uninstalled

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * CSS rules for the resume artefact plugin
 
3
 *
 
4
 * Copyright (C) 2006-2009 Catalyst IT
 
5
 * This file is distributed under the same terms as Mahara itself
 
6
 */
 
7
.tablerenderer th.resumecontrols {
 
8
    width:50px; !important;
 
9
}
 
10
 
 
11
.tablerenderer th.resumedate {
 
12
    width:100px; !important;
 
13
}
 
14
#resumewrap table {
 
15
        width: 100%;
 
16
}
 
17
#resumewrap table td {
 
18
        padding: 0;
 
19
}
 
20
 
 
21
#addemploymenthistory table,
 
22
#addeducationhistory table,
 
23
#addcertification table,
 
24
#addbook table,
 
25
#addmembership table {
 
26
        width: auto;
 
27
}
 
28
 
 
29
#addemploymenthistory th,
 
30
#addeducationhistory th,
 
31
#addcertification th,
 
32
#addbook th,
 
33
#addmembership th {
 
34
        text-align: left;
 
35
        padding: 0.25em;
 
36
}
 
37
 
 
38
#resumewrap #addemploymenthistory table td,
 
39
#resumewrap #addeducationhistory table td,
 
40
#resumewrap #addcertification table td,
 
41
#resumewrap #addbook table td,
 
42
#resumewrap #addmembership table td,
 
43
#resumewrap form .resumecontactinfo td,
 
44
#resumewrap form .resumecontactinfo tbody th,
 
45
#personalinformation table table td,
 
46
#personalinformation table table tbody th  {
 
47
        padding: 0.25em;
 
48
}
 
49
#resumewrap table table {
 
50
        width: auto;
 
51
}
 
52
#resumewrap form {
 
53
        margin: 0;
 
54
}
 
55
fieldset legend.resumeh3 a {
 
56
        background: none;
 
57
        padding: 0;
 
58
}
 
59
 
 
60
tr#contactinformation_contactinformation_container th {
 
61
        display: none;
 
62
}
 
63
tr#contactinformation_contactinformation_container td .resumecontactinfo th {
 
64
        display: block;
 
65
        line-height: 1.4em;
 
66
        white-space: nowrap;
 
67
        text-align: left;
 
68
}
 
69
 
 
70
#personalinformation fieldset th {
 
71
        text-align: left;
 
72
}
 
73
#personalinformation fieldset th label {
 
74
    font-weight: bold;
 
75
    font-size: 1em;
 
76
}
 
77
 
 
78
#goalform .mceEditor .mceLayout,
 
79
#skillform .mceEditor .mceLayout {
 
80
        margin-bottom: 1em;
 
81
}
 
 
b'\\ No newline at end of file'