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

Widget AndroidAppPromotion - CSS bugy #132

Open
xurban42 opened this issue Sep 24, 2014 · 0 comments
Open

Widget AndroidAppPromotion - CSS bugy #132

xurban42 opened this issue Sep 24, 2014 · 0 comments

Comments

@xurban42
Copy link

1 . Widget - AndroidAppPromotion

Android Chrome 36.0.1985.131
ak je nastaveny background na html elemente:

<span class="stars" style="/* background: url(/st/img/androidAppPromotion/star.png) 0 0 repeat; */"></span>

tak sa ignoruje vlastnost v triede:

.appPromotion .apInfo .stars {
    ...
    background-size: 14px auto;
    ...
}

Preto by bolo vhodne doplnit napr. !important flag:

.appPromotion .apInfo .stars {
    ...
    background-size: 14px auto !important;
    ...
}

2 . Obcas sa neda spolahnut na to, že text s info bude zarovnany vlavo.

Preto by bolo vhodne do CSS pridat:

.appPromotion .apInfo {
    ...
    text-align: left;
}
@xurban42 xurban42 changed the title Pridat do CSS spravne zarovnani textu Widget AndroidAppPromotion - Pridat do CSS spravne zarovnani textu Sep 24, 2014
@xurban42 xurban42 changed the title Widget AndroidAppPromotion - Pridat do CSS spravne zarovnani textu Widget AndroidAppPromotion - CSS bugy Sep 24, 2014
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

1 participant