You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/03/16 16:15:01 UTC

svn commit: r901843 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/exceptions.css content/download/test/exceptions_gradient.css

Author: buildbot
Date: Sun Mar 16 15:15:00 2014
New Revision: 901843

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/exceptions.css
    websites/staging/ooo-site/trunk/content/download/test/exceptions_gradient.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 16 15:15:00 2014
@@ -1 +1 @@
-1578099
+1578100

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 16 15:15:00 2014
@@ -1 +1 @@
-1578099
+1578100

Modified: websites/staging/ooo-site/trunk/content/download/test/exceptions.css
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ websites/staging/ooo-site/trunk/content/download/test/exceptions.css Sun Mar 16 15:15:00 2014
@@ -41,6 +41,7 @@ h1 { padding-left: 0.5em; }
 .optionset .button p { padding: 0; font-size: .9em; padding-bottom: 25px; cursor: pointer; }
 .optionset .button p a { display: block; padding: .1em 25% .25em 3%; text-decoration: none; cursor: pointer; }
 .optionset .button a p { display: block; padding: .1em 25% .25em 3%; text-decoration: none; cursor: pointer; }
+.optionset .button form { display: block; padding: 0px 25% 0px 3%; }
 .optionset .first { margin-top: 0; }
 .optionset p.promotional { margin-top: 25px; }
 
@@ -54,12 +55,9 @@ h1 { padding-left: 0.5em; }
 .grey { background: #C0C0C0 right top no-repeat; cursor: default; }
 .grey:hover { background: #A0A0A0 right -200px no-repeat; cursor: default; }
 .grey h2 a { color: #404040; cursor: default; }
-.grey h3 { color: #404040; cursor: default; }
-.grey h3 a { color: #404040; cursor: default; }
 .grey p { color: #404040; cursor: default; }
 .grey p a { color: #404040; cursor: default; }
 .grey:hover h2 a, #bodycol .grey h2 a:hover { color: #202020; cursor: default; }
-.grey:hover h3 a, #bodycol .grey h3 a:hover { color: #202020; cursor: default; }
 .grey:hover p a, #bodycol .grey p a:hover { color: #202020; cursor: default; }
 .sub-grey { background: #E0E0E0; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; border-radius: 15px; font-size: .8em; cursor: default; }
 .sub-grey p { padding: .1em 3%; width: 72%; cursor: default; }

Modified: websites/staging/ooo-site/trunk/content/download/test/exceptions_gradient.css
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/exceptions_gradient.css (original)
+++ websites/staging/ooo-site/trunk/content/download/test/exceptions_gradient.css Sun Mar 16 15:15:00 2014
@@ -246,20 +246,20 @@ h1 { padding-left: 0.5em; }
 .sub-blue_gradient p { padding: .1em 3%; width: 72%; }
 
 .blue_icon {
-  background: url("../cachedimages/button-blue-top.png") no-repeat transparent right top;
+  background: url("../cachedimages/button-blue-ext-top.png") no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
   right: 12px;
-  width: 100px;
+  width: 120px;
 }
 .blue_icon:hover {
-  background: url("../cachedimages/button-blue-bottom.png") no-repeat transparent right top;
+  background: url("../cachedimages/button-blue-ext-bottom.png") no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
   right: 12px;
-  width: 100px;
+  width: 120px;
 }
 
 .orange { background: url(../cachedimages/button-orange.png) #FFD9A7 right top no-repeat; }