You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2007/10/15 21:31:44 UTC

svn commit: r584864 - /portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/portlet/tigris/css/desktop.css

Author: smilek
Date: Mon Oct 15 12:31:42 2007
New Revision: 584864

URL: http://svn.apache.org/viewvc?rev=584864&view=rev
Log:
added class selector .portletWindow-tigris to compensate for IE6 lack of support for chained class selectors (i.e. cannot use '.tigris.portletWindow')

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/portlet/tigris/css/desktop.css

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/portlet/tigris/css/desktop.css
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/portlet/tigris/css/desktop.css?rev=584864&r1=584863&r2=584864&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/portlet/tigris/css/desktop.css (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/decorations/portlet/tigris/css/desktop.css Mon Oct 15 12:31:42 2007
@@ -15,9 +15,17 @@
 limitations under the License.
 */
 
+/* since IE6 doesn't support chained class selectors, we create a separate class
+   for the combination of .portletWindow and the portlet decorator name
+   if not for IE6, the next selector would be: ".tigris.portletWindow" instead of ".portletWindow-tigris"
+*/
+.portletWindow-tigris {
+    margin: 2px !important;
+}
 
-
-/*  begin dojo styles  */
+.tigris .portletWindowClient {
+    margin: 2px !important;
+}
 
 .tigris .portletWindowTitleBar {
     background: #98FB98;    /* palegreen */ 
@@ -35,11 +43,8 @@
 .tigris .portletWindowTitleBarIcon {
     margin-top: 3px;
     margin-left: 2px;
-    margin-right: 3px;   /* these margin settings are restated from desktop/widget/HtmlFloatingPane.css - to override the .tigris img styles in this file */
+    margin-right: 3px;   /* these margin settings are restated from desktop/widget/PortletWindow.css - to override the .tigris img styles in this file */
 }
-
-/*  end dojo styles  */
-
 
 
 /*  begin portlet decorator tigris additions  */



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org