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 2015/11/11 14:22:28 UTC

svn commit: r1713836 - in /myfaces/tobago/branches/tobago-3.0.x/tobago-theme: tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/ tobago-theme-standard/src/main/resources/org/apache/myfaces/t...

Author: lofwyr
Date: Wed Nov 11 13:22:28 2015
New Revision: 1713836

URL: http://svn.apache.org/viewvc?rev=1713836&view=rev
Log:
TOBAGO-1508: Markup "number" currently not working

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

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css?rev=1713836&r1=1713835&r2=1713836&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css Wed Nov 11 13:22:28 2015
@@ -368,11 +368,6 @@ div.tobago-gridLayout-first-column {
   padding: 2px;
 }
 
-.tobago-in-markup-number {
-  display: block;
-  text-align: right;
-}
-
 .tobago-in-markup-required {
   background: url("../image/required.png") no-repeat 3px 50%;
 }

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1713836&r1=1713835&r2=1713836&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Wed Nov 11 13:22:28 2015
@@ -111,6 +111,12 @@ table.tobago-gridLayout > tbody > tr:fir
     border-top: 0;
 }
 
+/* in ----------------------------------------------------------- */
+
+.tobago-in-markup-number {
+  text-align: right;
+}
+
 /* messages ----------------------------------------------------------- */
 
 .tobago-messages-item {