Author: Konstantin Lopuhin <[email protected]>
Branch: css_tweaks
Changeset: r262:b72955d20598
Date: 2014-10-05 13:30 +0400
http://bitbucket.org/pypy/jitviewer/changeset/b72955d20598/

Log:    fix fixed header positioning - always stick to the right

diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_jitviewer/static/style.css
+++ b/_jitviewer/static/style.css
@@ -76,8 +76,8 @@
        width: 360px;
        
        position: fixed;
-       top: 30px;
-       left: 920px;
+       top: 10px;
+       right: 10px;
        
        padding: 5px;
     border: 1px solid #cacaca;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to