Différences entre les versions de « MediaWiki:Mobile.css »

Ligne 9 : Ligne 9 :
 
}
 
}
  
#mw-mf-last-modified {
+
#mw-ui-icon-watchlist,
display: none;
+
#mw-ui-icon-mobileoptions,
}
+
#mw-mf-last-modified,
 
 
 
#page-actions {
 
#page-actions {
 
display: none;
 
display: none;
 
}
 
}

Version du 12 décembre 2016 à 18:02

/* CSS placed here will affect users of the mobile site */

#authors-list table {
	width: 100% !important;
}

#authors-list div {
       align-text: center;
}

#mw-ui-icon-watchlist,
#mw-ui-icon-mobileoptions,
#mw-mf-last-modified,
#page-actions {
	display: none;
}