Vastly improve deluser.cgi project list table
[girocco.git] / html / girocco.css
bloba91c71f57945d6718c965319b68cd2fa3e6f1b87
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 margin-left: 3ex;
34 .projectlist a {
35 color: inherit;
36 text-decoration: none;
37 border-bottom: thin dotted;
40 .projectlist a:hover {
41 border-bottom: thin solid;
44 .projectlist a:active {
45 color: red;
48 .projectlist .odd {
49 background-color: #f4f4f4;
52 .projectlist th, .projectlist td {
53 padding: 0.5ex 0.75ex;
56 .projectlist th {
57 text-align: left;