Changeset 11583

Show
Ignore:
Timestamp:
02/24/11 09:55:49 (2 years ago)
Author:
mbrevda
Message:

small styling tweeks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/amp_conf/htdocs/admin/common/mainstyle.css

    r9642 r11583  
    847847} 
    848848 
    849  
     849/**** tables with alternating colors ***/ 
     850.alt_table tr:nth-child(even){background-color: #FCE7CE;} 
    850851/************** jQuery UI *************************/ 
    851852/* tabs() */ 
  • modules/branches/2.9/core/core.css

    r10212 r11583  
    1818  display: none; 
    1919} 
    20 #set_table tr:nth-child(even){background-color: #FCE7CE;} 
    2120.save, .adv_set_default{border-style: none;} 
    2221.savetd{display:none;} 
  • modules/branches/2.9/directory/functions.inc.php

    r11550 r11583  
    240240  $results  = sql($sql,'getAll',DB_FETCHMODE_ASSOC); 
    241241  $html   = ''; 
    242   $html   .= '<table id="dir_entries_tbl">'; 
     242  $html   .= '<table id="dir_entries_tbl" class="alt_table">'; 
    243243  $headers  = mod_func_iterator('draw_entries_table_header_directory'); 
    244244 
  • modules/branches/2.9/directory/page.directory.php

    r11520 r11583  
    177177<style type="text/css"> 
    178178#addrow{display:none;} 
    179 #dir_entries_tbl :not(tfoot) tr:nth-child(odd){background-color:#FCE7CE;} 
     179/*#dir_entries_tbl :not(tfoot) tr:nth-child(odd){background-color:#FCE7CE;}*/ 
    180180.dpt-title {color: #CCCCCC;} 
    181181.text-normal {color: inherit;} 
  • modules/branches/2.9/ivr/page.ivr.php

    r10535 r11583  
    323323  </tr> 
    324324  <tr><td colspan=2><hr /></td></tr></table> 
    325   <style type="text/css"> 
    326   #ivr-dests tr:nth-child(odd){ 
    327   background-color: #FCE7CE; 
    328   } 
    329   </style> 
    330   <table id="ivr-dests"> 
     325  <table class="alt_table"> 
    331326<?php 
    332327  // Draw the destinations