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 2011/10/31 13:02:52 UTC

svn commit: r1195426 - in /myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough: msie_6_0/style/style.css msie_7_0/style/style.css

Author: lofwyr
Date: Mon Oct 31 12:02:52 2011
New Revision: 1195426

URL: http://svn.apache.org/viewvc?rev=1195426&view=rev
Log:
TOBAGO-889: Make TabGroup work with new LayoutManager
 - fix for IE 6 and 7: popup opener of the tab-group tool-bar was hidden.

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css?rev=1195426&r1=1195425&r2=1195426&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css Mon Oct 31 12:02:52 2011
@@ -49,6 +49,14 @@
   overflow-y: hidden;
 }
 
+.tobago-tabGroupToolBar-item {
+  margin-right: 0;
+}
+
+.tobago-tabGroupToolBar-item img {
+  position: absolute;
+}
+
 /* time -------------------------------------------------------------- */
 
 .tobago-time-input {

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css?rev=1195426&r1=1195425&r2=1195426&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css Mon Oct 31 12:02:52 2011
@@ -35,6 +35,12 @@
   display: inline-block;
 }
 
+/* tab/tabGroup -------------------------------------------------------------- */
+
+.tobago-tabGroupToolBar-item img {
+  position: absolute;
+}
+
 /* time -------------------------------------------------------------- */
 
 .tobago-time-input {