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/07/01 16:31:14 UTC

svn commit: r1688657 - /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: Wed Jul  1 14:31:14 2015
New Revision: 1688657

URL: http://svn.apache.org/r1688657
Log:
TOBAGO-1465: Support for header and footer HTML elements
- 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

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=1688657&r1=1688656&r2=1688657&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 Wed Jul  1 14:31:14 2015
@@ -58,6 +58,9 @@
 .tobago-footer {
   background-color: #ffffff;
   padding: 5px 10px;
+  -webkit-box-shadow: 0 0 5px 5px rgba(200,200,200,0.5);
+  -moz-box-shadow: 0 0 5px 5px rgba(200,200,200,0.5);
+  box-shadow: 0 0 5px 5px rgba(200,200,200,0.5);
 }
 
 /* gridLayout -------------------------------------------------------------- */