Author: jleroux
Date: Sat Oct 10 16:18:59 2009
New Revision: 823878
URL:
http://svn.apache.org/viewvc?rev=823878&view=revLog:
We need something larger there (Bizness Time is out of reach...)
Modified:
ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=823878&r1=823877&r2=823878&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Sat Oct 10 16:18:59 2009
@@ -73,7 +73,7 @@
<section>
<condition><not><if-empty field="userLogin"/></not></condition>
<widgets>
- <container style="left">
+ <container style="leftLarger">
<screenlet id ="SfaQuickAddContactPanel" title="${uiLabelMap.SfaQuickAddContact}" collapsible="true">
<include-form name="QuickAddContact" location="component://marketing/widget/sfa/forms/ContactForms.xml"/>
</screenlet>
Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=823878&r1=823877&r2=823878&view=diff==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Sat Oct 10 16:18:59 2009
@@ -760,6 +760,13 @@
margin-right: 1em;
}
+#column-container .leftLarger {
+float: left;
+/* alt: position: absolute; top: 0px; left: 0px; */
+width: 25em;
+margin-right: 1em;
+}
+
.left-border {
float: left;
margin-right: 1em;
Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=823878&r1=823877&r2=823878&view=diff==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sat Oct 10 16:18:59 2009
@@ -756,6 +756,13 @@
margin-right: 1em;
}
+#column-container .leftLarger {
+float: left;
+/* alt: position: absolute; top: 0px; left: 0px; */
+width: 25em;
+margin-right: 1em;
+}
+
.left-border {
float: left;
margin-right: 1em;