Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dar suporte a sub abas sem ícones #36

Open
julianalucena opened this issue Jan 29, 2013 · 2 comments
Open

Dar suporte a sub abas sem ícones #36

julianalucena opened this issue Jan 29, 2013 · 2 comments

Comments

@julianalucena
Copy link
Member

Se a sub aba não tiver ícone, esta fica com o padding incorreto:

Screen Shot 2013-01-29 at 10 57 00 AM

Proponho uma classe tab-button-without-icon, por exemplo, para identificar estes casos.

.tab-buttons .tab-button.tab-button-without-icon { padding-right: 9px; }

Resultado:
Screen Shot 2013-01-29 at 12 06 16 PM

@julianalucena
Copy link
Member Author

Proponho que o mesmo seja feito para as abas.

Screen Shot 2013-01-29 at 12 04 33 PM

Conversei com Sérgio e ele definiu que estas devem ter 10px de padding lateral.

   .tabs .tab .tab-title.tab-title-without-icon {
     min-width: auto;
     padding-left: 10px;
     padding-right: 10px;
   }

Resultado:
Screen Shot 2013-01-29 at 12 05 13 PM

@julianalucena
Copy link
Member Author

Após este issue ser fechado, trocar implementação local do Core pela do ui-components. Basta procurar pelas classes aqui sugeridas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant