Author: marcus
Date: Sun May 18 13:17:10 2014
New Revision: 1595615

URL: http://svn.apache.org/r1595615
Log:
Added CSS styles to the select boxes

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=1595615&r1=1595614&r2=1595615&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 13:17:10 2014
@@ -197,11 +197,11 @@ screen reader. -->
     + "Select your favorite installation from the following choice:</a></p>"
     + "<div class='dl-txt-btn'>"
       + "<form name='download'>"
-        + "<select id='os'      name='os'                  title='Select your 
favorite operating system'"
+        + "<select class='sel-os' id='os'        name='os'   title='Select 
your favorite operating system'"
         + "onchange='getLinkSel( 1 )'></select>"
-        + "<select id='lang'    name='lang'                title='Select your 
favorite language'"
+        + "<select class='sel-lang' id='lang'    name='lang' title='Select 
your favorite language'"
         + "onchange='getLinkSel( 1 )'></select>"
-        + "<select id='ver'     name='ver'                 title='Select your 
favorite release version'"
+        + "<select class='sel-ver' 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'"


Reply via email to