Author: marcus Date: Sun May 25 20:39:06 2014 New Revision: 1597470 URL: http://svn.apache.org/r1597470 Log: Reduced the width of the 'version' select box
Modified: openoffice/ooo-site/trunk/content/download/test/exceptions.css Modified: openoffice/ooo-site/trunk/content/download/test/exceptions.css URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/exceptions.css?rev=1597470&r1=1597469&r2=1597470&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original) +++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Sun May 25 20:39:06 2014 @@ -69,7 +69,7 @@ h1 { padding-left: 0.5em; } .green-sel form { padding: 0px 0px 0px 3%; margin: 0 0 20px 0; } .green-sel .sel-os { background: transparent; border: 2px solid #718D36; height: 27px; width: 200px; padding: 2px; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; } .green-sel .sel-lang { background: transparent; border: 2px solid #718D36; height: 27px; width: 360px; padding: 2px; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; } -.green-sel .sel-ver { background: transparent; border: 2px solid #718D36; height: 27px; width: 130px; padding: 2px; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; } +.green-sel .sel-ver { background: transparent; border: 2px solid #718D36; height: 27px; width: 80px; padding: 2px; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; } .green-sel .dl-txt-btn h3 a { background: #E9FEBE; border: 5px solid #718D36; border-radius: 15px; color: #718D36; margin: 5px 0 0 3%;} .green-sel .dl-txt-btn:hover h3 a { border: 5px solid #546828; color: #546828; } .sub-green-sel { height: 60px; background: #E9FEBE; border-top: 1px solid #C3E480; border-bottom: 1px solid #C3E480; border-radius: 15px; font-size: .8em; }