MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus LohnAs Wiki Test
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
  
@media (max-width:600px) {
+
@media only screen and (max-width:600px) {
 
     #toc-button {
 
     #toc-button {
 
         z-index: 99;
 
         z-index: 99;

Version vom 27. August 2018, 10:09 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@media only screen and (max-width:600px) {
    #toc-button {
        z-index: 99;
        right: 0px;
        left: 11em;
        bottom: unset;
        top: 0px;
        height: 30px;
        text-align: center;
    }

}