[ PHPXref.com ] [ Generated: Sun Jul 20 16:25:17 2008 ] [ ActionApps 2.8.1b ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> tabledit.css (source)

   1  .scroller {
   2      font-weight: bold;
   3  }
   4  
   5  .scroller_actual {
   6      font-weight: bold;
   7      font-size: larger;
   8      color: black;
   9  }   
  10  
  11  /* TABLE EDIT STYLES */
  12  
  13  .te_help {
  14      font-size: xx-small;
  15      color: #FFFFFF;
  16      background: #589868;
  17  }
  18  
  19  .te_help_link {
  20      font-size: xx-small;
  21      font-weight: bold;
  22      text-align: right;
  23      white-space: nowrap;
  24  }
  25  
  26  .te_button_text {
  27      font-size: xx-small;
  28      font-weight : bold;
  29      color: black;
  30      border : thin;
  31  }
  32  
  33  .te_no_item_msg {
  34      font-weight : bold;
  35  }
  36  
  37  .te_search_td {
  38      color: #4A4A4A;
  39      font-weight : bolder;
  40  }
  41  
  42  .te_search_table {
  43      color: #4A4A4A;
  44      border: thin solid White;
  45  }
  46  
  47  .te_child_header {
  48  ; font-size: large; font-weight: bold
  49  ; border-style: none; border-top-width: medium; border-bottom-width: medium}
  50  
  51  /* Browse view */
  52  
  53  .te_b_table  {
  54      color: #4A4A4A;
  55      border : thin solid White;
  56  }
  57  
  58  .te_b_td  {
  59      color: #4A4A4A;
  60  }
  61  
  62  .te_b_row1  {
  63      background-color : #ADD8E6;
  64  }
  65  
  66  .te_b_row2  {
  67  }
  68  
  69  .te_b_row_over {
  70      background-color : #FF0000;
  71  }
  72  
  73  .te_b_col_head {
  74      font-weight : bold;
  75  }
  76  
  77  .te_b_col_hint {
  78      font : xx-small;
  79  }
  80  
  81  /* Edit view */
  82  
  83  .te_e_table  {
  84      color: #4A4A4A;
  85      border : thin solid White;
  86  }
  87  
  88  .te_e_td {
  89      color: #4A4A4A;
  90  }
  91  
  92  .te_e_col_head {
  93      font-weight : bold;
  94  }
  95  
  96  .te_e_col_hint {
  97      font-size : x-small;
  98  }
  99  


[ Powered by PHPXref - Served by Debian GNU/Linux ]