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 2016/08/17 09:31:47 UTC

svn commit: r1756599 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Author: lofwyr
Date: Wed Aug 17 09:31:47 2016
New Revision: 1756599

URL: http://svn.apache.org/viewvc?rev=1756599&view=rev
Log:
TOBAGO-1368: The standard theme will use Bootstrap
fixes linebreak between icon and text

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

Modified: myfaces/tobago/trunk/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/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1756599&r1=1756598&r2=1756599&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Wed Aug 17 09:31:47 2016
@@ -223,6 +223,16 @@ table.tobago-gridLayout > tbody > tr:fir
   text-align: right;
 }
 
+/* link ----------------------------------------------------------- */
+
+.tobago-link {
+  white-space: nowrap;
+}
+
+.tobago-link span {
+  white-space: normal
+}
+
 /* messages ----------------------------------------------------------- */
 
 .tobago-messages label {