Thread Anpassungen für Touch Devices (16 answers)
Opened by bianca at 2015-12-29 14:17

GwenDragon
 2015-01-02 15:00
#183344 #183344
User since
2005-01-17
14532 Artikel
Admin1
[Homepage]
user image
Ich habe mal für Geräte <= 768 px das margin um die Buttons erhöht.
Code: (dl )
1
2
3
4
5
@media screen and (max-height:768px), screen and (max-device-height:768px) {
a.action, input.action_button {
margin: 1em;
}
}


Bitte Cache leeren und testen!

//EDIT: Seltsam, neues CSS wird nicht ausgeliefert!
Ich finde wohl nicht das korrekte Stylesheet. Oder das Forum cachet die Templates :(

Muss @pq machen.

Möglicherweise ist das hier besser für Tablets:
Code: (dl )
1
2
3
4
5
6
@media screen and (max-height:768px), screen and (max-device-height:768px) {
a.action, input.action_button {
margin: 1em;
padding:.3em;
}
}

Last edited: 2015-01-02 16:10:49 +0100 (CET)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Anpassungen für Touch Devices