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/11/22 16:39:20 UTC

svn commit: r1037756 - in /myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough: msie/style/style.css standard/style/style.css

Author: lofwyr
Date: Mon Nov 22 15:39:19 2010
New Revision: 1037756

URL: http://svn.apache.org/viewvc?rev=1037756&view=rev
Log:
TOBAGO-932: Adjust vertical position of the label text

Modified:
    myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie/style/style.css
    myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie/style/style.css?rev=1037756&r1=1037755&r2=1037756&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie/style/style.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie/style/style.css Mon Nov 22 15:39:19 2010
@@ -55,7 +55,7 @@ textarea.tobago-richTextEditor-body {
 }
 
 .tobago-label-default {
-  margin-top: -2px;
+  margin-top: 0px;
 }
 
 .tobago-file-default {
@@ -103,4 +103,4 @@ div.tobago-tabNavigationBar {
 
 a:link.tobago-toolBar-button-link, a:visited.tobago-toolBar-button-link, a:active.tobago-toolBar-button-link {
   color: #000000;
-}
\ No newline at end of file
+}

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=1037756&r1=1037755&r2=1037756&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Mon Nov 22 15:39:19 2010
@@ -480,6 +480,7 @@ div.tobago-label-default {
 a.tobago-label-default {
   padding-top: 1px;
   display: -moz-box;
+  margin-top: 3px;
 }
 
 label.tobago-label-default {