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 09:06:34 UTC

svn commit: r1762036 - /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 09:06:34 2016
New Revision: 1762036

URL: http://svn.apache.org/viewvc?rev=1762036&view=rev
Log:
TOBAGO-1368: The standard theme will use Bootstrap
* optimize height of rows
* fix margin at bottom of popup when there is a box inside

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=1762036&r1=1762035&r2=1762036&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 09:06:34 2016
@@ -415,6 +415,11 @@ button.tobago-treeCommand:focus, button.
   display: none;
 }
 
+/* popup ------------------------------------------------------------- */
+.modal-content > .card {
+  margin-bottom: 0;
+}
+
 /* section ----------------------------------------------------------- */
 
 /* to separate the icon from the rest of the title */
@@ -618,6 +623,10 @@ table.tobago-sheet-bodyTable>tbody>tr>td
   cursor: col-resize;
 }
 
+.tobago-sheet-cell > .form-group {
+  margin-bottom: 0;
+}
+
 /* suggest ---------------------------------------------------------------------- */
 
 .tobago-suggest {