Changeset 11583
- Timestamp:
- 02/24/11 09:55:49 (2 years ago)
- Files:
-
- freepbx/branches/2.9/amp_conf/htdocs/admin/common/mainstyle.css (modified) (1 diff)
- modules/branches/2.9/core/core.css (modified) (1 diff)
- modules/branches/2.9/directory/functions.inc.php (modified) (1 diff)
- modules/branches/2.9/directory/page.directory.php (modified) (1 diff)
- modules/branches/2.9/ivr/page.ivr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/htdocs/admin/common/mainstyle.css
r9642 r11583 847 847 } 848 848 849 849 /**** tables with alternating colors ***/ 850 .alt_table tr:nth-child(even){background-color: #FCE7CE;} 850 851 /************** jQuery UI *************************/ 851 852 /* tabs() */ modules/branches/2.9/core/core.css
r10212 r11583 18 18 display: none; 19 19 } 20 #set_table tr:nth-child(even){background-color: #FCE7CE;}21 20 .save, .adv_set_default{border-style: none;} 22 21 .savetd{display:none;} modules/branches/2.9/directory/functions.inc.php
r11550 r11583 240 240 $results = sql($sql,'getAll',DB_FETCHMODE_ASSOC); 241 241 $html = ''; 242 $html .= '<table id="dir_entries_tbl" >';242 $html .= '<table id="dir_entries_tbl" class="alt_table">'; 243 243 $headers = mod_func_iterator('draw_entries_table_header_directory'); 244 244 modules/branches/2.9/directory/page.directory.php
r11520 r11583 177 177 <style type="text/css"> 178 178 #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;}*/ 180 180 .dpt-title {color: #CCCCCC;} 181 181 .text-normal {color: inherit;} modules/branches/2.9/ivr/page.ivr.php
r10535 r11583 323 323 </tr> 324 324 <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"> 331 326 <?php 332 327 // Draw the destinations
