Attachment 'common.diff'
Download   1 --- common_old.css	2006-12-26 16:05:04.000000000 +0100
   2 +++ common.css	2006-12-23 22:38:40.000000000 +0100
   3 @@ -448,3 +448,48 @@
   4  /* end MonthCalendar stuff */
   5  
   6  span.anchor { display: none; }
   7 +
   8 +
   9 +/* AttachTable and TaskTable css */
  10 +.attachmentTable {
  11 +
  12 +}
  13 +
  14 +.attachmentTable table {
  15 +    border: 2px solid rgb(100,135,220);  /* Light blue */
  16 +    border-collapse: collapse;
  17 +    width: 80%;
  18 +    margin-left: 20px;
  19 +}
  20 +
  21 +.attachmentTable td {
  22 +    border: 1px solid lightblue;
  23 +    padding: 4px
  24 +}
  25 +
  26 +.attachmentTable th {
  27 +    border: 1px solid lightblue;
  28 +    background-color: rgb(100,135,220); /* rgb(100,135,220) */
  29 +    font-weight: bold;
  30 +    padding: 4px
  31 +}
  32 +
  33 +.attachmentTable tr {
  34 +    background-color: rgb(240,240,240)
  35 +}
  36 +
  37 +.attachmentTable tr.altrow {
  38 +    background-color: rgb(127,127,255);
  39 +}
  40 +
  41 +.attachmentTable tr:hover {
  42 +    background-color: rgb(140,170,230);
  43 +    color: white
  44 +}
  45 +
  46 +.smallText {
  47 +    text-align: right;
  48 +    font-size: small;
  49 +}
  50 +
  51 +/* end AttachTable and TaskTable stuff */
  52 \ No newline at end of file
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.
