You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/02/18 23:14:06 UTC

svn commit: r911614 - in /ofbiz/trunk/themes/tomahawk/webapp/tomahawk: css/style.css images/header_bg.gif images/header_close_button.png

Author: buscob
Date: Thu Feb 18 22:14:05 2010
New Revision: 911614

URL: http://svn.apache.org/viewvc?rev=911614&view=rev
Log:
Added layered lookups support in tomahawk theme

Added:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_bg.gif   (with props)
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_close_button.png   (with props)
Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=911614&r1=911613&r2=911614&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Thu Feb 18 22:14:05 2010
@@ -2386,3 +2386,71 @@
 margin:0.75em 0 0.09em 0;
 text-transform:uppercase;
 }
+
+/***********************************************
+Lookups
+***********************************************/
+.fieldLookup {
+background: #ffffff;
+border-right: 2px solid #999;
+border-left: 2px solid #999;
+border-bottom: 3px solid #999;
+position: absolute;
+padding: 3px 1 1 1;
+overflow: visible;
+z-index: 1000;
+visibility: visible;
+}
+
+.fieldLookupHeader {
+border-bottom: 1px solid #aaa;
+border-top: 1px solid #999;
+margin: 0;
+height: 18px;
+font-size: 12px;
+padding: 3px 0;
+color: #333;
+background-image: url(../images/header_bg.gif);
+cursor: move;
+}
+
+.fieldLookupHeader span {
+text-align: right;
+cursor: pointer;
+}
+
+.fieldLookupHeader span div {
+background-image: url(../images/header_close_button.png);
+float: right;
+width: 16px;
+height: 16px;
+}
+
+#fieldLookupContent {
+background-color: #ffffff;
+margin: 0;
+padding: 0;
+border: 0;
+overflow: auto;
+width:100%;
+height:95%;
+}
+
+/* overwrite */
+#fieldLookupContent ul li a {
+display: inherit;
+padding: 2px 3px 2px 3px;
+margin: 0;
+cursor: pointer;
+}
+
+#fieldLookupContent td a {
+display: inherit;
+cursor: pointer;
+background-image: none;
+}
+
+/* overwrite*/
+#findScreenlet {
+margin-top: 0;
+}
\ No newline at end of file

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_bg.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_bg.gif?rev=911614&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_close_button.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_close_button.png?rev=911614&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/header_close_button.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream