Author: marcus
Date: Wed Jun 25 22:31:39 2014
New Revision: 1605626

URL: http://svn.apache.org/r1605626
Log:
Updated styles

Modified:
    openoffice/ooo-site/trunk/content/download/test/download.js

Modified: openoffice/ooo-site/trunk/content/download/test/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download.js?rev=1605626&r1=1605625&r2=1605626&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download.js Wed Jun 25 
22:31:39 2014
@@ -488,7 +488,7 @@ function showErrorMessage( error_text ) 
        document.getElementById( "dl_err"       ).style.cursor   = "default";
        document.getElementById( "dl_err"       ).style.display  = 
"inline-block";
 
-       document.getElementById( "sub_box"      ).className      = 
"sub-green_error";
+       document.getElementById( "sub_box"      ).className      = 
"sub-green-sel_error";
        document.getElementById( "sub_box"      ).style.display  = "block";
 
        // Delete previously set string to get the possibility back to choose a 
different platform
@@ -753,7 +753,7 @@ function getLinkSelection() {
                document.getElementById( "dl_rpt"           ).title     = 
l10n_download_report_title;
 
                // Hide the CSS styles for the elements in the sub-green 
colored boxes.
-               document.getElementById( "sub_box"          ).className        
= "sub-green";
+               document.getElementById( "sub_box"          ).className        
= "sub-green-sel";
                document.getElementById( "dl_err_img"       ).style.display    
= "none";
                document.getElementById( "dl_err"           ).style.display    
= "none";
 


Reply via email to