Merge branch 'master' into rorcz
[girocco.git] / html / girocco.css
blob2093848eb7bda281114025ce4e96feb3b8760dce
1 /* Girocco CSS */
3 .form {
4 padding: 0;
7 .projectlist, p, pre {
8 margin-left: 1ex;
9 margin-right: 1ex;
12 .formlabel {
13 margin-right: 0.5em;
14 padding-top: 0.3em;
15 text-align: right;
16 background-color: #d9d8d1;
17 line-height: 1.75em;
20 .formdata {
21 padding-top: 0.3em;
22 padding-left: 0.75em;
23 line-height: 1.75em;
26 .ctxaction {
27 text-decoration: none;
30 .projectlist {
31 border-collapse: collapse;
32 border: none;
33 background-color: #f8f8f8;
36 .projectlist th, .projectlist td {
37 border-color: black;
38 border-width: thin;
39 border-left-style: dotted;
40 padding-left: 0.5em;
41 padding-top: 0.5ex;
42 padding-bottom: 0.5ex;
45 .projectlist th {
46 text-align: left;
47 border-bottom-style: dotted;
50 .projectlist td {
51 border-top-style: dotted;
54 .projectlist th:first-child, .projectlist td:first-child {
55 border-left-style: hidden;
56 padding-right: 0.5em;
57 padding-left: 0;