r21024 - htdocs/branches/beta - Move right branding to header and try a fix for explorer.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 07:53:11 EDT 2011


Author: cmarchi
Date: 2011-07-31 07:53:11 -0400 (Sun, 31 Jul 2011)
New Revision: 21024
Trac: http://svn.gnucash.org/trac/changeset/21024

Modified:
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/download.phtml
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/externals/header.phtml
   htdocs/branches/beta/features.phtml
   htdocs/branches/beta/index.phtml
   htdocs/branches/beta/oldnews.phtml
   htdocs/branches/beta/sizing.phtml
Log:
Move right branding to header and try a fix for explorer.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/docs.phtml	2011-07-31 11:53:11 UTC (rev 21024)
@@ -6,8 +6,6 @@
 include("externals/menu.phtml");
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
-
 <div id="content">
 
 <h1><?php echo T_("GnuCash Documentation Project");?></h1>

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/download.phtml	2011-07-31 11:53:11 UTC (rev 21024)
@@ -7,8 +7,6 @@
 include("externals/menu.phtml"); 
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
-
 <div id="content">
 
 <h1><?php echo T_("Download GnuCash")?></h1>

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-31 11:53:11 UTC (rev 21024)
@@ -485,9 +485,16 @@
 }
 
 #validator {
-position:relative;
-height:0px;
-left:-45%;
-bottom:-1%;
+  position:relative;
+  height:0px;
+  left:-45%;
+  bottom:-1%;
 }
 
+#branding {
+  position:fixed;
+  height:0;
+  right:0;
+  top:14%;
+}
+

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-31 11:53:11 UTC (rev 21024)
@@ -31,6 +31,11 @@
 <body>
 
 <div id="head">
+
+<div id="branding">
+<p><img src="<?=$top_dir?>/externals/gnucash-vert.png" alt="GnuCash"></p>
+</div>
+
 <div style="float:right;">
 <p id="rss">
 <a href="http://gnucash.uservoice.com/"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/uservoice-32x32.png" title="<?php echo T_($titleuservoice);?>" alt="[Donation]" width="32" height="32"></a>

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/features.phtml	2011-07-31 11:53:11 UTC (rev 21024)
@@ -6,8 +6,6 @@
 include("$top_dir/externals/menu.phtml");
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
-
 <div id="content">
 <h1><?php echo T_($title);?></h1>
 

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/index.phtml	2011-07-31 11:53:11 UTC (rev 21024)
@@ -7,8 +7,6 @@
 include("externals/menu.phtml"); 
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
-
 <div id="content">
 
 <h1><?php echo T_("Welcome to GnuCash.org")?></h1>

Modified: htdocs/branches/beta/oldnews.phtml
===================================================================
--- htdocs/branches/beta/oldnews.phtml	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/oldnews.phtml	2011-07-31 11:53:11 UTC (rev 21024)
@@ -6,8 +6,6 @@
 include("externals/menu.phtml");
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img src="<?=$top_dir?>/externals/gnucash-vert.png"></img></div>
-
 <div id="content">
 
 <h1><?php echo T_("Older Announcements");?></h1>

Modified: htdocs/branches/beta/sizing.phtml
===================================================================
--- htdocs/branches/beta/sizing.phtml	2011-07-30 20:37:44 UTC (rev 21023)
+++ htdocs/branches/beta/sizing.phtml	2011-07-31 11:53:11 UTC (rev 21024)
@@ -6,8 +6,6 @@
 include("externals/menu.phtml");
 ?>
 
-<div style="position:fixed; right:0px; top:14%"><img alt="GnuCash" src="<?=$top_dir?>/externals/gnucash-vert.png"></div>
-
 <div id="content">
 
 <h1><?php echo T_($title);?></h1>



More information about the gnucash-changes mailing list