You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ta...@apache.org on 2014/07/12 22:08:29 UTC

svn commit: r1610039 - /openoffice/ooo-site/trunk/content/css/ooo.css

Author: tal
Date: Sat Jul 12 20:08:28 2014
New Revision: 1610039

URL: http://svn.apache.org/r1610039
Log:
fixes for #bannerright & #searchdiv in CSS (equal spacing, as language div, and removing redundant instructions)

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=1610039&r1=1610038&r2=1610039&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/css/ooo.css (original)
+++ openoffice/ooo-site/trunk/content/css/ooo.css Sat Jul 12 20:08:28 2014
@@ -33,8 +33,9 @@ body {
 #bannerright {
   text-align: right;
   float: right;
-  padding: 0 20pt 4pt 16pt;
-  width: 220px;
+/*   padding: 0 20pt 4pt 16pt; */
+/*   width: 220px; */
+	padding: 1em;
 }
 
 #bannercenter {
@@ -50,7 +51,7 @@ body {
 
 #languagesdiv {float: right; padding: 1em; font-size: 0.9em; color:gray; border-left:solid 1px #ccc;}
 #selectlanguage {padding: 1px; margin: 1px;} /* equal height as of the search button */
-#searchdiv {padding:1em; font-size: 0.9em;} /* eq. positioning as for the languages div */
+#searchdiv {font-size: 0.9em;} /* eq. positioning as for the languages div */
 
 
 a {
@@ -507,9 +508,11 @@ input {
 }
 
 .topsrchbox {
-  width: 220px;
+  /*width: 220px;
   padding-right: 20px;
   text-align: right;
+  */
+  
 }
 
 .topsrchbutton {