<?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>Question Re: CSS for IconTabBar in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783884#M235763</link>
    <description>&lt;P&gt;IIiana, can you please share how your screen looks in desktop and mobile and how it is supposed to look.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 14:31:55 GMT</pubDate>
    <dc:creator>RaviKant_Ranjan</dc:creator>
    <dc:date>2019-03-05T14:31:55Z</dc:date>
    <item>
      <title>CSS for IconTabBar</title>
      <link>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaq-p/783879</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I would to add some custom CSS to change a few things in IconTabBar and basically to reduce the margin in the bottom. &lt;/P&gt;
  &lt;P&gt;XML View:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;IconTabBar id="SizeTabs"&amp;gt;		   
       &amp;lt;items&amp;gt;		    		
         &amp;lt;IconTabFilter text="General" class="customStyle"&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;And on my CSS file:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;.customStyle .sapMITBHead {	&lt;BR /&gt;     margin: 0;&lt;BR /&gt;}
.customStyle .sapUiMedia-Std-Phone .sapMITBHead {	&lt;BR /&gt;     margin: 0 !important;&lt;BR /&gt;}&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; And I call the CSS file from my index.html.&lt;/P&gt;
  &lt;P&gt;In general, it's working and the margin is really reduced but when I change it from desktop mode to mobile phone mode (with the mozilla debugging tools), it takes the default .sapUiMedia-Std-Phone .sapMITBHead class and for some reason I cannot overwrite it. &lt;/P&gt;
  &lt;P&gt;Any ideas of what I am doing wrong?&lt;/P&gt;
  &lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaq-p/783879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-05T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for IconTabBar</title>
      <link>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783880#M235759</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want to change the margin, i think it is better to use the SAP predefined classes&lt;/P&gt;&lt;P&gt;&lt;A href="https://sapui5.hana.ondemand.com/#/topic/777168ffe8324873973151dae2356d1c" target="test_blank"&gt;https://sapui5.hana.ondemand.com/#/topic/777168ffe8324873973151dae2356d1c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783880#M235759</guid>
      <dc:creator>Fabrice</dc:creator>
      <dc:date>2019-03-05T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for IconTabBar</title>
      <link>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783881#M235760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am already using the sapUiSizeCompact class but it still remains a not-so-small margin and I think that the only way to reduce it, is through CSS. That's why I am trying this.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 09:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783881#M235760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-05T09:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for IconTabBar</title>
      <link>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783882#M235761</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is classes to change directly the margin : &lt;/P&gt;&lt;P&gt;sapUiNoMargin, sapUiTinyMarginBottom,etc...&lt;/P&gt;&lt;P&gt;and you can use these on the IconTabBar. For exemple:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;IconTabBar 
  id="SizeTabs"
  class="sapUiTinyMarginBottom"
&amp;gt;	&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 09:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783882#M235761</guid>
      <dc:creator>Fabrice</dc:creator>
      <dc:date>2019-03-05T09:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for IconTabBar</title>
      <link>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783883#M235762</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried some different classes, but there still remains more space than I want. WIth CSS I have exactly what I want. My problem is to have it in both desktop and mobile phone mode.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783883#M235762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-05T14:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for IconTabBar</title>
      <link>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783884#M235763</link>
      <description>&lt;P&gt;IIiana, can you please share how your screen looks in desktop and mobile and how it is supposed to look.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 14:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/css-for-icontabbar/qaa-p/783884#M235763</guid>
      <dc:creator>RaviKant_Ranjan</dc:creator>
      <dc:date>2019-03-05T14:31:55Z</dc:date>
    </item>
  </channel>
</rss>

