1
0
Fork 0
forked from 0x2620/oxjs

much better formatting of date ranges and their duration

This commit is contained in:
rolux 2011-05-26 19:10:32 +02:00
commit f0052d3e3c
4 changed files with 247 additions and 97 deletions

View file

@ -95,9 +95,6 @@ Ox.load('UI', {
WebkitUserSelect: 'text'
});
['moz', 'webkit'].forEach(function(browser) {
Ox.print('-' + browser + '-linear-gradient(left top, left bottom, rgb(' +
getColor(success, 0) + '), rgb(' +
getColor(success, 1) + '))')
$div.css({
background: '-' + browser + '-linear-gradient(top, rgb(' +
getColor(success, 0) + '), rgb(' +