[pypy-commit] jitviewer default: Merged in kostialopuhin/jitviewer/css_tweaks (pull request #9)

fijal noreply at buildbot.pypy.org
Mon Oct 6 18:53:06 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r266:ec561fb900e0
Date: 2014-10-06 18:53 +0200
http://bitbucket.org/pypy/jitviewer/changeset/ec561fb900e0/

Log:	Merged in kostialopuhin/jitviewer/css_tweaks (pull request #9)

	Little css tweaks

diff --git a/_jitviewer/static/favicon.ico b/_jitviewer/static/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..00cf381e7e01e4603affa3da5a27d99b17943bc0
GIT binary patch

[cut]

diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_jitviewer/static/style.css
+++ b/_jitviewer/static/style.css
@@ -18,7 +18,7 @@
 	line-height: 22px;
 	
 	margin-left: 0px;
-	margin-top: 60px;
+	margin-top: 0px;
 }
 #single_loop {
     float: right; /*fijal, Po co ci to?*/
@@ -32,6 +32,7 @@
 
 #filter {
     margin-left: 15px;
+    margin-top: 15px;
 }
 
 
@@ -76,8 +77,8 @@
 	width: 360px;
 	
 	position: fixed;
-	top: 30px;
-	left: 920px;
+	top: 10px;
+	right: 10px;
 	
 	padding: 5px;
     border: 1px solid #cacaca;
@@ -235,6 +236,11 @@
 .menu {
     background: #cccccc;
     text-color: red;
+    padding-left: 5px;
+}
+header>a,
+header>div {
+    padding-left: 5px;
 }
 
 h1 {
diff --git a/_jitviewer/templates/index.html b/_jitviewer/templates/index.html
--- a/_jitviewer/templates/index.html
+++ b/_jitviewer/templates/index.html
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>PyPy JIT Viewer: {{ filename }}</title>
+  <link rel="icon" href="/static/favicon.ico" type="image/x-icon">
   <link rel="stylesheet" type="text/css" href="/static/style.css"/>
   <link rel="stylesheet" type="text/css" href="/static/pygments.css"/>
   {% if qt_workaround %}


More information about the pypy-commit mailing list