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

Action Icons notshowing well on Tabs #3

Open
lscardinali opened this issue Sep 1, 2013 · 1 comment
Open

Action Icons notshowing well on Tabs #3

lscardinali opened this issue Sep 1, 2013 · 1 comment

Comments

@lscardinali
Copy link

i had to change actions_icons.css
Line 54:

[role="tablist"].bottom > [role="tab"] > a.action-icon:before {
top: 0.5rem;
}

to

[role="tablist"].bottom > [role="tab"] > a.action-icon:before {
margin: 0.5rem 0 0 -1.5rem;
}

@Mte90
Copy link
Contributor

Mte90 commented Sep 19, 2014

This code is obsolete, the file not exist anymore.

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

No branches or pull requests

2 participants