<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Editing the style.css of widgets doesn't seem to have effect on the web app.   in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185127#M5114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the triple dot "..." button to close and open de dartcontroller widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2016 10:42:45 GMT</pubDate>
    <dc:creator>LoutKuiper</dc:creator>
    <dc:date>2016-10-15T10:42:45Z</dc:date>
    <item>
      <title>Editing the style.css of widgets doesn't seem to have effect on the web app.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185121#M5108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp;I wanted to&amp;nbsp;make the dart-controller-toggle go from top to bottom. So I figured it would be an easy fix. Just a matter of setting top: 0px to bottom: 0px in the /widgets/DartController/css/style.css file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is that this doesn't effect the place of the toggle.. I also see the old code (top: 0px) in the Chrome debugger instead of the bottom: 0px like it says in the CSS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to make changes like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 09:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185121#M5108</guid>
      <dc:creator>LoutKuiper</dc:creator>
      <dc:date>2016-10-14T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185122#M5109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Lout,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;If you look in the dart themes code (not css) you will notice that most word happen in code and not css. What you are wanting is Not a simple css change it is a re-engineering of the themes code.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 11:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185122#M5109</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-14T11:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185123#M5110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. That is what I was afraid of. &amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the right place to make these kind of changes? I managed to change the place of the DartController widget from bottom to top by changing some values in the config,json file. Is that the place to edit these kind of things?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 11:42:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185123#M5110</guid>
      <dc:creator>LoutKuiper</dc:creator>
      <dc:date>2016-10-14T11:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app. </title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185124#M5111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lout,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That might work (config changes) for top to bottom but making a change to left or right will involve CODE changes not configuration file changes. I have nvere had the desire to make the changes you are after so I can only provide general guidance. It would involve CSS, code and likely html changes to the&amp;nbsp;themes\DartTheme\widgets\DartController folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 11:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185124#M5111</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-14T11:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185125#M5112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, I guess that I'll have to try some things out. Do you might have an idea how to add the Toggle Controller to the config .json file? Since it is not a widget I do not know the right code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 12:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185125#M5112</guid>
      <dc:creator>LoutKuiper</dc:creator>
      <dc:date>2016-10-14T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185126#M5113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lout,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What is the Toggle Controller?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 23:44:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185126#M5113</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-14T23:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185127#M5114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the triple dot "..." button to close and open de dartcontroller widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 10:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185127#M5114</guid>
      <dc:creator>LoutKuiper</dc:creator>
      <dc:date>2016-10-15T10:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app. </title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185128#M5115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lout,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So you asked:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Do you might have an idea how to add the Toggle Controller to the config .json file?&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The&amp;nbsp;DartController already has a ... toggle to minimize the title and one to hide the zoom controls. So can you add more detail&amp;nbsp;on what you are asking? In any case just adding to the config.json is not an option. Pretty much anything you want to do that is not currently configurable involves adding or manipulating JavaScript code or more.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 12:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185128#M5115</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-15T12:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Editing the style.css of widgets doesn't seem to have effect on the web app.</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185129#M5116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="245728" alt="" class="image-1 jive-image" src="/legacyfs/online/245728_2016-10-15 17_23_26-TEST12 - Web AppBuilder for ArcGIS.png" style="width: 620px; height: 45px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah I see. What I would like is to move this toggle from top to bottom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 15:25:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/editing-the-style-css-of-widgets-doesn-t-seem-to/m-p/185129#M5116</guid>
      <dc:creator>LoutKuiper</dc:creator>
      <dc:date>2016-10-15T15:25:00Z</dc:date>
    </item>
  </channel>
</rss>

