You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:46:39 UTC

[myfaces-tobago] 07/10: ensure that popup parent position is absolute not releative or static

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.11
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b8ee756d84fe3e9311e7df66c609d437d2f876ff
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed May 23 20:39:04 2007 +0000

    ensure that popup parent position is absolute not releative or static
---
 .../renderkit/html/scarborough/standard/style/style.css    | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css b/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
index dd7665c..780b2e4 100644
--- a/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
+++ b/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
@@ -320,6 +320,10 @@ td.tobago-calendar-day-selected {
   background-color: #bbccdd;
 }
 
+/*.tobago-selectOneListbox-error {
+	border: 1px solid #ff0000;
+}*/
+
 /* treeListbox */
 .tobago-treeListbox-default {
   font-family: arial, helvetica, sans-serif;
@@ -341,6 +345,10 @@ td.tobago-calendar-day-selected {
   background: transparent;
 }
 
+/*.tobago-selectManyCheckbox-error {
+	border: 1px solid #ff0000;
+}*/
+
 /* file -------------------------------------------------------------------- */
 
 .tobago-file-default {
@@ -531,6 +539,12 @@ label.tobago-label-inline {
   display: none;
 }
 
+.tobago-popup-parent {
+  position: absolute;
+  top: 0px;
+  left: 0px;
+}
+
 /* selectOneRadio ---------------------------------------------------------- */
 
 .tobago-selectOneRadio-default {

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.