Author: marcus
Date: Sun May  4 15:07:51 2014
New Revision: 1592355

URL: http://svn.apache.org/r1592355
Log:
Updates for CSS styles

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

Modified: openoffice/ooo-site/trunk/content/download/test/index_droplist.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index_droplist.html?rev=1592355&r1=1592354&r2=1592355&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index_droplist.html 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/index_droplist.html Sun May 
 4 15:07:51 2014
@@ -184,7 +184,7 @@ screen reader. -->
   <!-- Grey: Listboxes -->
   <script type="text/javascript">
   <!--
-  document.write( "<div class='button green' id='optionitem2'>"
+  document.write( "<div class='button green-sel' id='optionitem2'>"
 /*
     + "<h2><a>Looking for another OS, language or version?</a></h2>"
     + "<p style='padding-bottom: 0px;'>"
@@ -211,11 +211,14 @@ screen reader. -->
         + "<img id='dl_help_img' src='' title='' width='16' height='16' alt='' 
/>"
       + "</a>"
 
-      + "<a style='padding: 5px 0px 0px 30%; cursor: pointer;' id='dl_report1' 
href='' title='' target='_blank'>"
+      + "<a style='padding: 5px 0px 0px 30%; text-decoration: none; cursor: 
default;'>"
+      + "</a>"
+
+      + "<a style='padding: 5px 0px 0px 3px; cursor: pointer;' id='dl_report1' 
href='' title='' target='_blank'>"
         + "<img id='dl_report_img' src='' title='' width='16' height='16' 
alt='' />"
       + "</a>"
 
-      + "<a style='padding: 5px 0px 0px 3px; text-decoration: none; cursor: 
pointer;' id='dl_report2' href='' title='' "
+      + "<a style='padding: 5px 0px 0px 3px; font-size: .9em; text-decoration: 
none; cursor: pointer;' id='dl_report2' href='' title='' "
       + "target='_blank' ></a>"
 
       + "<p></p>"
@@ -234,7 +237,7 @@ screen reader. -->
   + "</div>" );
 
   // Show some helpful data and links for filesizes and checksums.
-  document.write( "<div class='sub-green'>"
+  document.write( "<div class='sub-green-sel'>"
     + "<p>"
     + "<a id='dl_rel_data_hl'     style='font-weight: bold; text-decoration: 
none;'>Release data: </a>"
     + "<a id='dl_rel_data'        style='text-decoration: none;'></a>"


Reply via email to