Author: jaz
Date: Mon Feb 19 10:06:54 2007
New Revision: 509279

URL: http://svn.apache.org/viewvc?view=rev&rev=509279
Log:
customized dojo resizable textarea made smaller to match better in ofbiz

Modified:
    
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.css
    
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.html

Modified: 
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.css
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.css?view=diff&rev=509279&r1=509278&r2=509279
==============================================================================
--- 
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.css
 (original)
+++ 
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.css
 Mon Feb 19 10:06:54 2007
@@ -1,6 +1,6 @@
 div.statusBar {
        background-color: ThreeDFace;
-       height: 28px;
+       height: 14px;
        padding: 1px;
        overflow: hidden;
        font-size: 12px;

Modified: 
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.html
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.html?view=diff&rev=509279&r1=509278&r2=509279
==============================================================================
--- 
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.html
 (original)
+++ 
ofbiz/trunk/framework/images/webapp/images/dojo/src/widget/templates/ResizableTextarea.html
 Mon Feb 19 10:06:54 2007
@@ -1,5 +1,5 @@
 <div>
-       <div style="border: 2px solid black; width: 90%; height: 200px;"
+       <div style="width: 90%; height: 200px;"
                dojoAttachPoint="rootLayoutNode">
                <div dojoAttachPoint="textAreaContainerNode" 
                        style="border: 0px; margin: 0px; overflow: hidden;">
@@ -7,7 +7,7 @@
                <div dojoAttachPoint="statusBarContainerNode" class="statusBar">
                        <div dojoAttachPoint="statusLabelNode" 
                                class="statusPanel"
-                               style="padding-right: 0px; z-index: 1;">drag to 
resize</div>
+                               style="padding-right: 0px; z-index: 1;"></div>
                        <div dojoAttachPoint="resizeHandleNode"></div>
                </div>
        </div>


Reply via email to