| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 /* timeEntry styles */ 2 .timeEntry_control { 3 vertical-align: middle; 4 margin-left: 2px; 5 } 6 * html .timeEntry_control { /* IE only */ 7 margin-top: -4px; 8 } 9 /* Make sure background colors from other styles don't obscure the current element highlight */ 10 .timeEntry { 11 background-color:transparent !important; 12 } 13 /* This is to keep FF from offering a drop-down list of previous values. */ 14 /* For some reason hiding the div where the image belongs keeps that from happening. */ 15 .timeEntry_control { 16 display:none; 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |