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/06/13 20:12:45 UTC

svn commit: r1748308 - /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: Mon Jun 13 20:12:45 2016
New Revision: 1748308

URL: http://svn.apache.org/viewvc?rev=1748308&view=rev
Log:
TOBAGO-1368
* separate line for each message

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=1748308&r1=1748307&r2=1748308&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 Mon Jun 13 20:12:45 2016
@@ -39,6 +39,14 @@
   margin-bottom: -1px;
 }
 
+/* collapsible -------------------------------------------------------------- */
+
+/*.tobago-collapsed.tobago-box .card-block,*/
+/*.tobago-collapsed.tobago-section .tobago-section-content,*/
+/*.tobago-collapsed.tobago-panel {*/
+  /*display: none;*/
+/*}*/
+
 /* date -------------------------------------------------------------- */
 
 /* XXX hack */
@@ -192,6 +200,10 @@ table.tobago-gridLayout > tbody > tr:fir
 
 /* messages ----------------------------------------------------------- */
 
+.tobago-messages label {
+  display: block;
+}
+
 .tobago-messages label:last-child {
   margin-bottom: 0;
 }