<?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: Measurement tool css in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312555#M28767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks hzhu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following changes the font of the dropdown's "header" but not the "elements" in the dropdown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#measurementPane .unitDropDown{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: smaller;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 15:16:29 GMT</pubDate>
    <dc:creator>AndreSmit</dc:creator>
    <dc:date>2011-08-19T15:16:29Z</dc:date>
    <item>
      <title>Measurement tool css</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312553#M28765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to set the font of the units in the measurement tool (see below) via css. Any suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://i51.tinypic.com/ml7fix.png"&gt;&lt;IMG src="http://i51.tinypic.com/ml7fix.png" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 12:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312553#M28765</guid>
      <dc:creator>AndreSmit</dc:creator>
      <dc:date>2011-08-19T12:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement tool css</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312554#M28766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm trying to set the font of the units in the measurement tool (see below) via css. Any suggestions.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://i51.tinypic.com/ml7fix.png" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Measurement Widget has a unitDropDown css class used to define the font used by the unit drop down list. Overwrite it with the font choose.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 13:16:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312554#M28766</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-08-19T13:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement tool css</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312555#M28767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks hzhu&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following changes the font of the dropdown's "header" but not the "elements" in the dropdown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#measurementPane .unitDropDown{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: smaller;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 15:16:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312555#M28767</guid>
      <dc:creator>AndreSmit</dc:creator>
      <dc:date>2011-08-19T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement tool css</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312556#M28768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks hzhu&lt;BR /&gt;&lt;BR /&gt;The following changes the font of the dropdown's "header" but not the "elements" in the dropdown.&lt;BR /&gt;&lt;BR /&gt;#measurementPane .unitDropDown{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: smaller;&lt;BR /&gt;}&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.unitDropDown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: smaller !important; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked on me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 16:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-tool-css/m-p/312556#M28768</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-08-19T16:14:58Z</dc:date>
    </item>
  </channel>
</rss>

