[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/workflow/templates/default/css/ -> run_activity_print.css (source)

   1  p 
   2  {
   3      orphans: 20; /*at least 20 lines in a single page*/
   4  }
   5  img 
   6  { 
   7      display:none; /* no image*/
   8  }
   9  body 
  10  {
  11      font-family: georgia, "Times New Roman", Times, serif;
  12      size: 21.0cm 29.7cm; /* A4 */
  13      size: portrait;
  14  }
  15  a {
  16      color: #000;
  17      text-decoration: none;
  18      font-weight: bold;
  19  }
  20  .th
  21  {
  22       background-color: #CCCCCC;
  23  }
  24  .row_on
  25  {
  26       background-color: #EEEEEE;
  27  }
  28  .row_off
  29  {
  30      background-color: #FFF;
  31  }
  32  #wf_run_activity_zone
  33  {
  34      line-height: 14pt;
  35      font-size: 12pt;
  36      background-image: none; 
  37      width : 100%;
  38      background-color: #FFF;
  39  }
  40  
  41  #wf_run_activity_message
  42  {
  43      color: #FF0000;
  44  }
  45  
  46  /*********************  ACTIVITY ZONE *************/
  47  #wf_activity_playground
  48  {
  49      border: 1px solid black;
  50      width:100%;
  51      margin-bottom:10px;
  52  }
  53  #wf_activity_title
  54  {
  55      font-size: 120%;
  56      font-weight:bold;
  57  }
  58  #wf_activity_template
  59  {
  60  }
  61  
  62  /*********************  PRIORITY ZONE *************/
  63  #wf_priority_zone
  64  {
  65      display:inline;
  66  }
  67  #wf_priority_label
  68  {
  69      text-align: right;
  70      margin: 3px;
  71  }
  72  #wf_priority_select
  73  {
  74      text-align: left;
  75  }
  76  /********************* NEXT USER ZONE *************/
  77  #wf_set_next_user_zone
  78  {
  79      display: inline;
  80  }
  81  #wf_set_next_user_label
  82  {
  83      text-align: right;
  84      margin: 3px;
  85  }
  86  #wf_set_next_user_select
  87  {
  88      text-align: left;
  89  }
  90  
  91  /********************* SET OWNER ZONE *************/
  92  #wf_set_owner_zone
  93  {
  94      background-color: #FFF;
  95      display: inline;
  96  }
  97  #wf_set_owner_label
  98  {
  99      text-align: right;
 100      margin: 3px;
 101  }
 102  #wf_set_owner_select
 103  {
 104      text-align: left;
 105  }
 106  
 107  /*********************  SUBMIT ZONE *************/
 108  #wf_submit_zone
 109  {
 110      display: none;
 111  }
 112  
 113  /*********************  WORKFLOW INFO ZONE *************/
 114  #workflow_info_zone
 115  {
 116      position : relative;
 117      align : left;
 118      font-size:0.5em;
 119      margin-bottom:10px;
 120  }
 121  table.table_info
 122  {
 123      width: 100%;
 124      border: 1px solid #000000;
 125      margin: auto; /*IE5 doesn't understand it*/
 126  }
 127  tr.row_info
 128  {
 129      height: 10px;
 130  }
 131  td.cell_info_label
 132  {
 133      border:0px;
 134      text-align: right;
 135      background-color: #f1f1f1;
 136  }
 137  td.cell_info_value
 138  {
 139      border:0px;
 140      text-align: left;
 141      background-color: #fafafa;
 142  }


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7