# HG changeset patch # User cavaliet # Date 1400234280 -7200 # Node ID 15a5a9ab8416025dca1cc90e8a5453e9e3bef5f0 # Parent 23ab1d3bbe7a6e8be1c801d34e39cbcd647348d4 v0.5.12 css improvements diff -r 23ab1d3bbe7a -r 15a5a9ab8416 src/spel/__init__.py --- a/src/spel/__init__.py Thu May 15 17:56:01 2014 +0200 +++ b/src/spel/__init__.py Fri May 16 11:58:00 2014 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 5, 11, "final", 0) +VERSION = (0, 5, 12, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 23ab1d3bbe7a -r 15a5a9ab8416 src/spel/static/spel/css/spel.css --- a/src/spel/static/spel/css/spel.css Thu May 15 17:56:01 2014 +0200 +++ b/src/spel/static/spel/css/spel.css Fri May 16 11:58:00 2014 +0200 @@ -86,6 +86,12 @@ th.popinfo{ min-width: 60px; } +th.poptime{ + min-width: 45px; +} +th.title{ + min-width: 140px; +} span.popinfo{ cursor: pointer; } diff -r 23ab1d3bbe7a -r 15a5a9ab8416 src/spel/static/spel/js/opera.js --- a/src/spel/static/spel/js/opera.js Thu May 15 17:56:01 2014 +0200 +++ b/src/spel/static/spel/js/opera.js Fri May 16 11:58:00 2014 +0200 @@ -155,7 +155,7 @@ zebra : ["even", "odd"], filter_reset : ".reset" }, - headers: { 3: { sorter: false } } + headers: { 8: { sorter: false } } }); } diff -r 23ab1d3bbe7a -r 15a5a9ab8416 src/spel/templates/partial/spel_opera_annotations.html --- a/src/spel/templates/partial/spel_opera_annotations.html Thu May 15 17:56:01 2014 +0200 +++ b/src/spel/templates/partial/spel_opera_annotations.html Fri May 16 11:58:00 2014 +0200 @@ -21,7 +21,7 @@