You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/05/31 01:02:28 UTC

svn commit: r910636 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download_droplist.js

Author: buildbot
Date: Fri May 30 23:02:28 2014
New Revision: 910636

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/download_droplist.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 30 23:02:28 2014
@@ -1 +1 @@
-1598752
+1598769

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 30 23:02:28 2014
@@ -1 +1 @@
-1598752
+1598769

Modified: websites/staging/ooo-site/trunk/content/download/test/download_droplist.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download_droplist.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download_droplist.js Fri May 30 23:02:28 2014
@@ -937,13 +937,14 @@ function showErrorMessage( error_text ) 
 	document.getElementById( "dl_lp_link"	 ).innerHTML		= "No language pack available";
 	document.getElementById( "dl_lp_link"	 ).title		= "Please select another language, platform or version.";
 
-	document.getElementById( "sub_green_box" ).style.background	= "#F87E7E"; // LightRed
+	document.getElementById( "sub_green_box" ).style.background	= "#FECBCB"; // LightRed
+	document.getElementById( "sub_green_box" ).style.borderTop	= "1px solid #C00000"; // Darker red
+	document.getElementById( "sub_green_box" ).style.borderBottom	= "1px solid #C00000"; // Darker red
 
-	document.getElementById( "dl_err"	 ).style.display	= "inline";
-	document.getElementById( "dl_err"	 ).style.textDecoration	= "none";
+	document.getElementById( "dl_err"	 ).innerHTML		= "<br />" + error_text;
 	document.getElementById( "dl_err"	 ).style.fontSize	= "1.2em";
 	document.getElementById( "dl_err"	 ).style.cursor		= "default";
-	document.getElementById( "dl_err"	 ).innerHTML		= "<br />" + error_text;
+	document.getElementById( "dl_err"	 ).style.display	= "inline";
 
 	SF	= false;
 	OTHER	= false;
@@ -1350,6 +1351,9 @@ function getLinkSel( rel_mode ) {
 
 		// Reset the CSS styles for the elements in the sub-green colored boxes.
 		document.getElementById( "sub_green_box"    ).style.background = "#E9FEBE"; // LightGreen
+		document.getElementById( "sub_green_box"    ).style.borderTop  = "1px solid #C3E480"; // Darker green
+		document.getElementById( "sub_green_box"    ).style.borderBottom = "1px solid #C3E480"; // Darker green
+		document.getElementById( "sub_green_box"    ).style.fontSize   = "0.8em";
 		document.getElementById( "dl_err"	    ).style.display    = "none";
 
 		// Change CSS styles for all elements with ID in the green and sub-green colored boxes.