Common.css: Unterschied zwischen den Versionen
Aus Arbeitsschutz Wiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
#toc {position: | #toc {position: absolute; | ||
top: 80px; | top: 80px; | ||
width: 200px; | width: 200px; | ||
} | } | ||
#addthistoolbar {position: | #addthistoolbar {position: absolute; | ||
top: 80px; | top: 80px; | ||
right: 50px; | right: 50px; | ||
width: 200px; | width: 200px; | ||
} | } |
Version vom 24. Februar 2021, 18:45 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #toc {position: absolute; top: 80px; width: 200px; } #addthistoolbar {position: absolute; top: 80px; right: 50px; width: 200px; }