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/12 11:38:52 UTC

svn commit: r1714009 - /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

Author: lofwyr
Date: Thu Nov 12 10:38:52 2015
New Revision: 1714009

URL: http://svn.apache.org/viewvc?rev=1714009&view=rev
Log:
TOBAGO-1435: segmentLayout
Makes, that the height of the div is set. Otherwise floating elements below, may flew into the area of the segmentLayout.

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

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=1714009&r1=1714008&r2=1714009&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 Thu Nov 12 10:38:52 2015
@@ -286,6 +286,16 @@ h6 > .glyphicon:first-child {
   list-style: none;
 }
 
+/* segmentLayout ----------------------------------------------------------- */
+
+.tobago-segmentLayout {
+  /*
+  Makes, that the height of the div is set.
+  Otherwise floating elements below, may flew into the area of the segmentLayout.
+  */
+  display: inline-block;
+}
+
 /* sheet -------------------------------------------------------------- */
 
 .tobago-sheet {