[Fusionforge-commits] r7434 - in branches/Branch_4_8/gforge/www: scm/include themes/gforge/viewvc themes/gforge-classic/viewvc

Julien HEYMAN jheyman at libremir.placard.fr.eu.org
Thu Apr 16 11:29:37 CEST 2009


Author: jheyman
Date: 2009-04-16 11:29:37 +0200 (Thu, 16 Apr 2009)
New Revision: 7434

Modified:
   branches/Branch_4_8/gforge/www/scm/include/scm_utils.php
   branches/Branch_4_8/gforge/www/themes/gforge-classic/viewvc/styles.css
   branches/Branch_4_8/gforge/www/themes/gforge/viewvc/styles.css
Log:
Fixed bug in viewvc css

Modified: branches/Branch_4_8/gforge/www/scm/include/scm_utils.php
===================================================================
--- branches/Branch_4_8/gforge/www/scm/include/scm_utils.php	2009-04-16 09:26:09 UTC (rev 7433)
+++ branches/Branch_4_8/gforge/www/scm/include/scm_utils.php	2009-04-16 09:29:37 UTC (rev 7434)
@@ -61,7 +61,7 @@
 			);
 		}
 	}
-	echo '<div style="width:99%">';
+	echo '<div class="scm" style="width:99%">';
 }
 
 function scm_footer() {

Modified: branches/Branch_4_8/gforge/www/themes/gforge/viewvc/styles.css
===================================================================
--- branches/Branch_4_8/gforge/www/themes/gforge/viewvc/styles.css	2009-04-16 09:26:09 UTC (rev 7433)
+++ branches/Branch_4_8/gforge/www/themes/gforge/viewvc/styles.css	2009-04-16 09:29:37 UTC (rev 7434)
@@ -3,35 +3,35 @@
 /*******************************/
 
 /*** Standard Tags ***/
-html, body {
+.scm html, .scm body {
   color: #000000;
   background-color: #ffffff;
 }
 
-a:link    { color: #0000ff; }
-a:visited { color: #880088; }
-a:active  { color: #0000ff; }
+.scm a:link    { color: #0000ff; }
+.scm a:visited { color: #880088; }
+.scm a:active  { color: #0000ff; }
 
-img { border: none; }
-table {
+.scm img { border: none; }
+.scm table {
   width: 100%;
   margin: 0; 
   border: none;
 }
-table.auto {
+.scm table.auto {
   width: auto;
 }
-table.fixed {
+.scm table.fixed {
   width: 100%;
   table-layout: fixed;
 }
-table.fixed td {
-  overflow: hidden; 
+.scm table.fixed td {
+  overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
-tr, td, th { vertical-align: top; }
-form { margin: 0; }
+.scm tr, .scm td, .scm th { vertical-align: top; }
+.scm form { margin: 0; }
 
 /*** Icons ***/
 .vc_icon {

Modified: branches/Branch_4_8/gforge/www/themes/gforge-classic/viewvc/styles.css
===================================================================
--- branches/Branch_4_8/gforge/www/themes/gforge-classic/viewvc/styles.css	2009-04-16 09:26:09 UTC (rev 7433)
+++ branches/Branch_4_8/gforge/www/themes/gforge-classic/viewvc/styles.css	2009-04-16 09:29:37 UTC (rev 7434)
@@ -2,18 +2,47 @@
 /***  ViewVC CSS Stylesheet ***/
 /*******************************/
 
-img { border: none; }
-table {
+/*** Standard Tags ***/
+.scm html, .scm body {
+  color: #000000;
+  background-color: #ffffff;
+}
+
+.scm a:link    { color: #0000ff; }
+.scm a:visited { color: #880088; }
+.scm a:active  { color: #0000ff; }
+
+.scm img { border: none; }
+.scm table {
   width: 100%;
   margin: 0; 
   border: none;
 }
-table.auto {
+.scm table.auto {
   width: auto;
 }
-form { margin: 0; }
+.scm table.fixed {
+  width: 100%;
+  table-layout: fixed;
+}
+.scm table.fixed td {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+.scm tr, .scm td, .scm th { vertical-align: top; }
+.scm form { margin: 0; }
 
-/** Navigation Headers ***/
+/*** Icons ***/
+.vc_icon {
+  width: 16px;
+  height: 16px;
+  border: none;
+  padding: 0 1px;
+}
+
+
+/*** Navigation Headers ***/
 .vc_navheader {
   background-color: #cccccc;
 }




More information about the Fusionforge-commits mailing list