You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ep...@apache.org on 2007/02/22 08:02:56 UTC

svn commit: r510424 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css

Author: epunzalan
Date: Wed Feb 21 23:02:55 2007
New Revision: 510424

URL: http://svn.apache.org/viewvc?view=rev&rev=510424
Log:
Fixed the width to show the whole Legend box in IE
Removed non-english comments they don't seem to be informative anyway

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css?view=diff&rev=510424&r1=510423&r2=510424
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/css/tigris.css Wed Feb 21 23:02:55 2007
@@ -107,7 +107,6 @@
   padding-bottom: 15px;
 }
 
-/* dagdag ko ung nasa itaas */
 .app h3 a:link,.app h3 a:visited,.app h4 a:link,.app h4 a:visited {
   color: black !important;
   /* TODO was #fff causing white on white issues for me, so set it black */
@@ -541,7 +540,6 @@
   margin-bottom: 7px;
 }
 
-/* dagdag ko ung nasa itaas */
 .app td,.app th {
   padding: 2px 3px;
 }
@@ -671,9 +669,9 @@
   padding: 6px 0px 0px 2px;
 }
 
-#legend { /*height: 25px;
-	width: 161px;	
-	overflow: hidden;*/
+#legend {
+  width: 161px;
+  overflow: hidden;
   background: url(../images/legendbg.gif) 8px 0 no-repeat;
   display: block;
 }
@@ -799,7 +797,6 @@
   padding: 0px 0px 1px 19px;
 }
 
-/* inedit ko */
 .toolgroup .body div {
   padding-bottom: .3em;
   padding-left: 1em;
@@ -932,7 +929,7 @@
 }
 
 .legend {
-  float: right;
+  float: left;
 }
 
 .legend th,.bars th {