<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged css</title>
<link>https://overflow.efficy.io/?qa=tag/css</link>
<description>Powered by Question2Answer</description>
<item>
<title>Change checkbox label position in edit form</title>
<link>https://overflow.efficy.io/?qa=4253/change-checkbox-label-position-in-edit-form</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there an easy way to change the label position of a checkbox field in efficy 10SP2 in an edition form? For example i would like the gdpr label to be right of the checkbox instead of above it using the standard checkbox.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=17622346954916699683&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;I have changed the field data definition (field management) label position but that doesn't seem to work.&lt;br&gt;
I have tried with a custom field definition creating my own checkbox but the data isn't saved (i'll try to continue on this but wanted to ask here first).&lt;/p&gt;

&lt;p&gt;I know i could change the css but this seems to be a lot of work (seeing the complexity of the switch class) for a simple modification.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4253/change-checkbox-label-position-in-edit-form</guid>
<pubDate>Thu, 16 May 2019 09:58:54 +0000</pubDate>
</item>
<item>
<title>Efficy 11, font icons not displayed if Efficy has been installed in a subfolder of wwwroot</title>
<link>https://overflow.efficy.io/?qa=3041/efficy-icons-displayed-efficy-installed-subfolder-wwwroot</link>
<description>&lt;p&gt;If your Efficy instance has been configured to be accessed not from the web root folder &lt;a rel=&quot;nofollow&quot; href=&quot;http://myhost.com/crm/*&quot;&gt;http://myhost.com/crm/*&lt;/a&gt; but from a subfolder, for example like &lt;a rel=&quot;nofollow&quot; href=&quot;http://myhost.com/11.0/crm/*&quot;&gt;http://myhost.com/11.0/crm/*&lt;/a&gt; , then you need to adapt the value of a SASS variable to reflect this and recompile the CSS. &lt;/p&gt;

&lt;p&gt;Without that, your Efficy icons will appear missing, and some other minor image references will be missing like so :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=7375132173016030413&quot; alt=&quot;missing font&quot;&gt;&lt;/p&gt;

&lt;p&gt;In order to adapt the value of the SASS variable $base-path, follow these steps :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open the standard file &lt;code&gt;\efficy\scss\_app-settings.scss&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Find and uncomment the appropriate line (1434) &lt;/li&gt;
&lt;li&gt;Change &lt;code&gt;$base-path&lt;/code&gt; accordingly, in our example :&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;$base-path: &quot;/11.0/&quot;;&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Execute the following command to compile the &lt;strong&gt;Efficy.css&lt;/strong&gt; :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;compass compile C:\inetpub\wwwroot\11.0\efficy\scss&quot; --force&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Refresh your browser cache&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=12549865853780603244&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3041/efficy-icons-displayed-efficy-installed-subfolder-wwwroot</guid>
<pubDate>Thu, 05 Apr 2018 14:03:58 +0000</pubDate>
</item>
<item>
<title>Align Sections in edit forms (with flex)</title>
<link>https://overflow.efficy.io/?qa=2962/align-sections-in-edit-forms-with-flex</link>
<description>&lt;p&gt;Having several sections in a edit form can quickly become (lame joke alert) a pain in the sass. Especially if you are having section with different sizes.&lt;/p&gt;

&lt;p&gt;Since foundation allows you to use flex you can simply add this in your EfficyCustom.css : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  #tab-fields {
    display: flex;
    flex-wrap: wrap;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;this will automatically display sections verticaly aligned under the longest section of the previous line. this is imho a lot easier to deal with by harmonizing the 2 or 3 columns display.&lt;/p&gt;

&lt;p&gt;Thanks to Ben for this code. please enjoy.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2962/align-sections-in-edit-forms-with-flex</guid>
<pubDate>Tue, 27 Feb 2018 17:20:57 +0000</pubDate>
</item>
<item>
<title>Miscellaneous dialog (background)</title>
<link>https://overflow.efficy.io/?qa=1844/miscellaneous-dialog-background</link>
<description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;On the consult page of a company in our IVM, we have the command miscellanious, which opens a dialog where you can fill in a request for the cloud. The dialog seems to be absolute and the background cannot be touched until you close it..&lt;br&gt;
In some cases it would be very useful if we could implement this functionality (for e.g. Troostwijk).&lt;/p&gt;

&lt;p&gt;What i noticed is that if the command is clicked a div is inserted in the page, which sets the new css from the class: .reveal-modal-bg. It seems that this does the trick.&lt;/p&gt;

&lt;p&gt;Does anyone has an idea how to implement this in our customs?&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1844/miscellaneous-dialog-background</guid>
<pubDate>Wed, 07 Sep 2016 12:07:31 +0000</pubDate>
</item>
<item>
<title>Consult layout - alignement fields without icon</title>
<link>https://overflow.efficy.io/?qa=1175/consult-layout-alignement-fields-without-icon</link>
<description>&lt;p&gt;When we have in the same section of a consult form fields with an icon and fields without, how can we get the field part on the same line ?&lt;/p&gt;

&lt;p&gt;For exemple :&lt;/p&gt;

&lt;p&gt;the phone field ( which has class i-Phone )&lt;br&gt;
and another field ( for exemple street ).&lt;/p&gt;

&lt;p&gt;When you put these 2 in the same section, the street field will start in the same horizontal place as the icon. But better would be that the fields itself are on the same horizontal place.&lt;/p&gt;

&lt;p&gt;Is there a &quot;fake&quot; class that just puts the empty space to achieve this ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1175/consult-layout-alignement-fields-without-icon</guid>
<pubDate>Tue, 12 Jan 2016 14:57:11 +0000</pubDate>
</item>
<item>
<title>Gray shaded box disappear on Agenda after doing custom css file</title>
<link>https://overflow.efficy.io/?qa=895/gray-shaded-box-disappear-agenda-after-doing-custom-css-file</link>
<description>&lt;p&gt;Dears,&lt;/p&gt;

&lt;p&gt;I'm facing a problem when doing custom css for agenda actions according to &quot;mode&quot; value.&lt;/p&gt;

&lt;p&gt;The Gray shaded area that appears usually for time before and time after is diappeared, the whole appointment becomes one block (including the time before and time after). as in snapshot.&lt;/p&gt;

&lt;p&gt;this is the css custom i use:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;.MeetingOut .fc-content{font-size:8pt; color:black; background-color:#FF7F27;
border:1px solid #888; overflow:hidden; z-index:99; filter:alpha(opacity=85); -moz-opacity:0.85; opacity:0.85;
-moz-border-radius:10px; border-radius:10px}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=17514305243376920073&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Please advise how to keep the gray shaded areas for time before and time after.&lt;/p&gt;

&lt;p&gt;Thank you for your help.&lt;/p&gt;

&lt;p&gt;Best Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=895/gray-shaded-box-disappear-agenda-after-doing-custom-css-file</guid>
<pubDate>Thu, 29 Oct 2015 14:29:43 +0000</pubDate>
</item>
</channel>
</rss>