Author: tal
Date: Thu Jul 10 10:05:28 2014
New Revision: 1609431
URL: http://svn.apache.org/r1609431
Log:
fixes for site search button (dynamic width/height, border).
Modified:
openoffice/ooo-site/trunk/content/css/ooo.css
Modified: openoffice/ooo-site/trunk/content/css/ooo.css
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/css/ooo.css?rev=1609431&r1=1609430&r2=1609431&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/css/ooo.css (original)
+++ openoffice/ooo-site/trunk/content/css/ooo.css Thu Jul 10 10:05:28 2014
@@ -511,11 +511,13 @@ input {
.topsrchbutton {
cursor: pointer;
- height:24px;
- width: 60px;
+ /* height: 24px; */
+ /* width: 60px; */
margin: 0 0 0 3px;
- border: outset;
+ /* border: outset; */
color: #666666;
+ /* border-width: 2px; */
+ padding: 2px;
}
#query {