You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/04/08 15:46:52 UTC

svn commit: r931941 - in /myfaces/tobago/trunk/theme: richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/ scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/ spey...

Author: lofwyr
Date: Thu Apr  8 13:46:52 2010
New Revision: 931941

URL: http://svn.apache.org/viewvc?rev=931941&view=rev
Log:
Fixing default height with respect to the changed box model.

Modified:
    myfaces/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css

Modified: myfaces/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css?rev=931941&r1=931940&r2=931941&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css Thu Apr  8 13:46:52 2010
@@ -279,7 +279,6 @@ a:link.tab, a:visited.tab, a:active.tab 
 
 .tobago-in-default  {
   border: 1px #3366CC solid;
-  height: 20px;
   font: 12px arial, helvetica, sans-serif;
   color: #3366CC;
 }

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=931941&r1=931940&r2=931941&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Thu Apr  8 13:46:52 2010
@@ -715,7 +715,7 @@ div.tobago-richTextEditor-body {
   font-family: arial, helvetica, sans-serif;
   font-size: 16px;
   background: #ffffff;
-  height: 25px;
+  height: 17px;
   color: #000000;
   border: 2px inset #bbccdd;
   margin: 0;

Modified: myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=931941&r1=931940&r2=931941&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Thu Apr  8 13:46:52 2010
@@ -504,7 +504,7 @@ label.tobago-label-error {
 
 .tobago-in-default  {
   border: 1px #000000 solid;
-  height: 20px;
+  height: 14px;
   font: 12px arial, helvetica, sans-serif;
 }