Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

Benutzer:Col. o'neill/arcs.css: Unterschied zwischen den Versionen

aus Stargate Wiki, dem deutschsprachigen Stargate-Lexikon
K fix für kleine Bildschirme wie Smartphones
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* TODO: make caption/view row a table in v3 to simplify arrow positioning */
/* TODO: make caption/view row a table with max-content width & fixed table-layout in v3 to simplify arrow positioning and use native scrolling (IE alternative?) */
#arcs-wrapper {
#arcs-wrapper {
display: block !important;
display: block !important;
Zeile 87: Zeile 87:
height: 60px;
height: 60px;
padding-top: 25px;
padding-top: 25px;
white-space: nowrap;
overflow: auto;
padding-bottom: 15px;
padding-bottom: 15px;
box-sizing: content-box;
box-sizing: content-box;
Zeile 98: Zeile 96:
box-sizing: border-box;
box-sizing: border-box;
background-color: #627499;
background-color: #627499;
}
#arc-v2 .arc-events {
padding-top: 25px;
margin-top: -25px;
padding-bottom: 15px;
white-space: nowrap;
overflow: auto;
}
}