Vorlage:Sharebutton/styles.css

Aus WikiJournal
#sharearticle_top {
	float:right;
	border: 1px solid #c2c2c2;
	width:270px;
	height: auto;
	background: #f6f6f6;
	margin-bottom:0px;
	margin-left: 10px;
	text-align: center;
	padding-top:2px;
	padding-bottom:3px;
}

.hiddenStructure {
	display: none;
}

@media only screen and (max-width: 600px) {
  #sharearticle_top {
    width:100%;
  }
}