[pypy-commit] jitviewer css_tweaks: fix fixed header positioning - always stick to the right

kostialopuhin noreply at buildbot.pypy.org
Mon Oct 6 18:53:02 CEST 2014


Author: Konstantin Lopuhin <kostia.lopuhin at gmail.com>
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;


More information about the pypy-commit mailing list