You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/18 13:42:14 UTC

svn commit: r1595597 - /openoffice/ooo-site/trunk/content/download/test/index_droplist.html

Author: marcus
Date: Sun May 18 11:42:13 2014
New Revision: 1595597

URL: http://svn.apache.org/r1595597
Log:
Deleted 'reset' button, styled both download buttons

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=1595597&r1=1595596&r2=1595597&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 18 11:42:13 2014
@@ -195,7 +195,7 @@ screen reader. -->
     + "<p style='padding-bottom: 0px;'>"
     + "<a title='Select your favorite operating system, language and version'>"
     + "Select your favorite installation from the following choice:</a></p>"
-    + "<div>"
+    + "<div class='dl-txt-btn'>"
       + "<form name='download'>"
         + "<select id='os'      name='os'                  title='Select your favorite operating system'"
         + "onchange='getLinkSel( 1 )'></select>"
@@ -203,12 +203,14 @@ screen reader. -->
         + "onchange='getLinkSel( 1 )'></select>"
         + "<select id='ver'     name='ver'                 title='Select your favorite release version'"
         + "onchange='getLinkSel( 1 )'></select>"
+/*
         + "<input type='button' name='reset' value='Reset' title='Reset the values in the select boxes'"
         + "onclick='resetSel()'>"
+*/
       + "</form>"
 
       + "<h3 style='display: inline;'>"
-        + "<a id='dl_full_link' href='' title=''></a><a id='dl_lp_link' href='' title=''></a>"
+        + "<a style='padding: 5px 5px 5px 5px;' id='dl_full_link' href='' title=''></a><a style='padding: 5px 5px 5px 5px;' id='dl_lp_link' href='' title=''></a>"
       + "</h3>"
 
       + "<a style='padding: 5px 0px 0px 3%; text-decoration: none; cursor: default;'></a>"