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/09/23 18:55:09 UTC

svn commit: r1762081 - /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: Fri Sep 23 18:55:09 2016
New Revision: 1762081

URL: http://svn.apache.org/viewvc?rev=1762081&view=rev
Log:
TOBAGO-1368: The standard theme will use Bootstrap
* fix padding-top with and without header

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=1762081&r1=1762080&r2=1762081&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 Fri Sep 23 18:55:09 2016
@@ -214,6 +214,16 @@ table.tobago-gridLayout > tbody > tr:fir
     border-top: 0;
 }
 
+/* header ----------------------------------------------------------- */
+
+.tobago-header {
+    margin-bottom: 1rem;
+}
+
+.tobago-header.navbar-fixed-top {
+    margin-bottom: 0;
+}
+
 /* image ----------------------------------------------------------- */
 
 .tobago-image-markup-disabled {
@@ -367,6 +377,10 @@ button.tobago-treeCommand:focus, button.
 
 /* page ----------------------------------------------------------- */
 
+.tobago-page {
+  padding-top: 1rem;
+}
+
 .tobago-page-overlay {
   display: table;
   position: absolute;