Author: diveshdutta
Date: Sat May 21 08:49:15 2016
New Revision: 1744875
URL:
http://svn.apache.org/viewvc?rev=1744875&view=revLog:
[OFBIZ-7048] Fixed: Sales Return: UI issues for top level buttons after sales return is created. Thanks Swapnil for reporting the ticket and Anuj for providing the patch.
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=1744875&r1=1744874&r2=1744875&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sat May 21 08:49:15 2016
@@ -1549,6 +1549,10 @@ float: right;
}
/* ===== Button style decorator ===== */
+.button-style-1 {
+padding-bottom: 20px;
+}
+
.button-style-1 ul li,.tabContainer ul li {
background-color: #ffffff;
color: #000099;
@@ -3103,4 +3107,4 @@ height: auto;
*+html .jstree-default a {
white-space:normal;
height: auto;
-}
\ No newline at end of file
+}