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/11/22 12:19:40 UTC

svn commit: r1770827 - /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: Tue Nov 22 12:19:39 2016
New Revision: 1770827

URL: http://svn.apache.org/viewvc?rev=1770827&view=rev
Log:
TOBAGO-1496 Adapt the tc:tabGroup and tc:tab to Bootstrap
* the content of a tab is now surrounded by a border
[developed by hnoeth]

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=1770827&r1=1770826&r2=1770827&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 Tue Nov 22 12:19:39 2016
@@ -726,12 +726,19 @@ p.tobago-separator:after {
   margin: 0;
 }
 
-/* tree ---------------------------------------------------------------------- */
+/* tab / tab-group ----------------------------------------------------------------- */
 
 .tobago-tab {
   display: flex;
   justify-content: space-between;
   align-content: center;
+  margin-left: 0.2rem;
+}
+
+.tab-content {
+  border: 1px solid #ddd;
+  border-radius: 0.25rem;
+  padding: 0.3rem;
 }
 
 /* tree ---------------------------------------------------------------------- */