[ 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.css (source)

   1  
   2  #wf_run_activity_zone
   3  {
   4      width : 100%;
   5  }
   6  
   7  #wf_run_activity_message
   8  {
   9      color: #FF0000;
  10  }
  11  
  12  /*********************  ACTIVITY ZONE *************/
  13  #wf_activity_playground
  14  {
  15      border: 1px solid black;
  16      margin-bottom:10px;
  17  }
  18  #wf_activity_title
  19  {
  20      font-size: 120%;
  21      font-weight:bold;
  22  }
  23  #wf_activity_template
  24  {
  25      border: 0;
  26      width: 100%;
  27      margin : 0;
  28      padding: 0;
  29  }
  30  
  31  /*********************  PRIORITY ZONE *************/
  32  #wf_priority_zone
  33  {
  34      background-color: #F1F1F1;
  35      display:inline;
  36  }
  37  #wf_priority_label
  38  {
  39      text-align: right;
  40      margin: 3px;
  41      background-color: #d3dce3;
  42  }
  43  #wf_priority_select
  44  {
  45      text-align: left;
  46  }
  47  /********************* NEXT USER ZONE *************/
  48  #wf_set_next_user_zone
  49  {
  50      background-color: #F1F1F1;
  51      display: inline;
  52  }
  53  #wf_set_next_user_label
  54  {
  55      text-align: right;
  56      margin: 3px;
  57      background-color: #d3dce3;
  58  }
  59  #wf_set_next_user_select
  60  {
  61      text-align: left;
  62  }
  63  
  64  /********************* SET OWNER ZONE *************/
  65  #wf_set_owner_zone
  66  {
  67      background-color: #F1F1F1;
  68      display: inline;
  69  }
  70  #wf_set_owner_label
  71  {
  72      text-align: right;
  73      margin: 3px;
  74      background-color: #d3dce3;
  75  }
  76  #wf_set_owner_select
  77  {
  78      text-align: left;
  79  }
  80  
  81  /*********************  PRINT MODE ZONE *************/
  82  #wf_print_mode_zone
  83  {
  84      background-color: #F1F1F1;
  85      display: inline;
  86      position : relative;
  87      width:100%;
  88      margin-left: 50px;
  89      text-align: right;
  90  }
  91  .wf_print_mode_button
  92  {
  93      width=20%;
  94          font-weight:bold;
  95          text-align:right;
  96          background-color: #D3DCE3;
  97  }
  98  
  99  /*********************  SUBMIT ZONE *************/
 100  #wf_submit_zone
 101  {
 102      text-align: right;
 103      background-color: #F1F1F1;
 104      width: 100%;
 105      border-top: 1px solid black;
 106  }
 107  table.table_submit_buttons
 108  {
 109      width: 100%;
 110      border: 0; /*1px solid black;*/
 111  }
 112  .wf_submit_buttons_button
 113  {
 114      font-weight:bold;
 115      text-align:right;
 116      background-color: #D3DCE3;
 117  }
 118  
 119  
 120  /*********************  WORKFLOW INFO ZONE *************/
 121  #workflow_info_zone
 122  {
 123      position : relative;
 124      align : center;
 125      font-size:0.5em;
 126      margin-bottom:10px;
 127  }
 128  table.table_info
 129  {
 130      width: 90%;
 131      border: 1px solid #000000;
 132      margin: auto; /*IE5 doesn't understand it*/
 133  }
 134  tr.row_info
 135  {
 136      height: 10px;
 137  }
 138  td.cell_info_label
 139  {
 140      border:0px;
 141      text-align: right;
 142      background-color: #f1f1f1;
 143  }
 144  td.cell_info_value
 145  {
 146      border:0px;
 147      text-align: left;
 148      background-color: #fafafa;
 149  }


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