Changeset 1128
- Timestamp:
- 04/22/10 11:23:17 (2 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
www/format/table.php (modified) (1 diff)
-
www/macros/macro_tasks.php (modified) (1 diff)
-
www/static/css/screen.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property reviewboard:url set to http://reviewboard.infoarena.ro
-
trunk/www/format/table.php
r1073 r1128 87 87 if (isset($column['css_class'])) { 88 88 $args['class'] = $column['css_class']; 89 if (isset($column['title_css_class'])) { 90 $args['class'] .= ' ' . $column['title_css_class']; 91 } 89 92 } 90 93 if (isset($column['css_style'])) { -
trunk/www/macros/macro_tasks.php
r1119 r1128 194 194 if ($show_ratings) { 195 195 $column_infos[] = array( 196 'html_title' => 'Dificultate<span style="color: red; font-weight:bold;"><sup>nou!</sup></span>', 196 'html_title' => 'Dificultate', 197 'title_css_class' => 'new_feature', 197 198 'css_class' => 'rating', 198 199 'key' => 'rating', -
trunk/www/static/css/screen.css
r1119 r1128 1562 1562 display: none; 1563 1563 } 1564 1565 .new_feature:after { 1566 color: red; 1567 font-weight: bold; 1568 content: "nou!"; 1569 font-size: 10px; 1570 vertical-align: super; 1571 }
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)