You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/05/23 21:53:33 UTC

svn commit: r541048 - /myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Author: bommel
Date: Wed May 23 12:53:32 2007
New Revision: 541048

URL: http://svn.apache.org/viewvc?view=rev&rev=541048
Log:
ensure that popup parent position is absolute not releative or static

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

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?view=diff&rev=541048&r1=541047&r2=541048
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Wed May 23 12:53:32 2007
@@ -320,6 +320,10 @@
   background-color: #bbccdd;
 }
 
+/*.tobago-selectOneListbox-error {
+	border: 1px solid #ff0000;
+}*/
+
 /* treeListbox */
 .tobago-treeListbox-default {
   font-family: arial, helvetica, sans-serif;
@@ -341,6 +345,10 @@
   background: transparent;
 }
 
+/*.tobago-selectManyCheckbox-error {
+	border: 1px solid #ff0000;
+}*/
+
 /* file -------------------------------------------------------------------- */
 
 .tobago-file-default {
@@ -529,6 +537,12 @@
 
 .tobago-popup-none {
   display: none;
+}
+
+.tobago-popup-parent {
+  position: absolute;
+  top: 0px;
+  left: 0px;
 }
 
 /* selectOneRadio ---------------------------------------------------------- */