Difference between revisions of "MediaWiki:Mobile.css"

From Kiwix
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


/* Fix download button height */
.download_button {
.download_button {
box-sizing: content-box;
box-sizing: content-box;
}
/* Widget template */
div.widget_title {
  background-image: url('//upload.wikimedia.org/wikipedia/commons/8/8c/Bluebg_rounded_croped.png');
  background-repeat: no-repeat;
  height: 32px;
  position: relative;
  top: 2px;
  margin: 0px;
}
}

Revision as of 18:31, 8 November 2015

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

/* Fix download button height */
.download_button {
	box-sizing: content-box;
}

/* Widget template */
div.widget_title {
  background-image: url('//upload.wikimedia.org/wikipedia/commons/8/8c/Bluebg_rounded_croped.png');
  background-repeat: no-repeat;
  height: 32px;
  position: relative;
  top: 2px;
  margin: 0px;
}